Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezaask committed Aug 26, 2024
1 parent 6c72caf commit aa5336c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 deletions.
3 changes: 3 additions & 0 deletions SublimeText/Package Control.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@
"LSP",
"LSP-gopls",
"LSP-intelephense",
"Materialize",
"Odin",
"Package Control",
"Pastery",
"SideBarEnhancements",
"Terminus",
"Text Pastry",
"Theme - Spacegray",
],
}
2 changes: 1 addition & 1 deletion SublimeText/Preferences.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"index_files": true,
"theme": "Adaptive.sublime-theme",
"show_errors_inline": false,
"color_scheme": "GingerBill.sublime-color-scheme",
"color_scheme": "Packages/Materialize/schemes/Material One Dark.tmTheme",
"word_wrap": true,
"auto_complete": false,
"highlight_line": true,
Expand Down
38 changes: 19 additions & 19 deletions SublimeText/Terminus/Terminus.hidden-color-scheme
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "Terminus",
"variables": {
"background": "#000001",
"foreground": "#ffffff",
"black": "#000001",
"red": "#dade62",
"green": "#b3f065",
"brown": "#dade62",
"blue": "#9babbf",
"magenta": "#dade62",
"cyan": "#54e3d5",
"white": "#828385",
"light_black": "color(#828385 l(+ 15%))",
"light_red": "color(#dade62 l(+ 15%))",
"light_green": "color(#b3f065 l(+ 15%))",
"light_brown": "color(#dade62 l(+ 15%))",
"light_blue": "color(#9babbf l(+ 15%))",
"light_magenta": "color(#dade62 l(+ 15%))",
"light_cyan": "color(#54e3d5 l(+ 15%))",
"background": "#272b34",
"foreground": "#a6b2c0",
"black": "#000000",
"red": "#df6a73",
"green": "#90c378",
"brown": "#e5c17c",
"blue": "#61aeef",
"magenta": "#c679dd",
"cyan": "#57b6c2",
"white": "#59626f",
"light_black": "color(#59626f l(+ 15%))",
"light_red": "color(#df6a73 l(+ 15%))",
"light_green": "color(#90c378 l(+ 15%))",
"light_brown": "color(#e5c17c l(+ 15%))",
"light_blue": "color(#61aeef l(+ 15%))",
"light_magenta": "color(#c679dd l(+ 15%))",
"light_cyan": "color(#57b6c2 l(+ 15%))",
"light_white": "#ffffff",
"caret": "#ffffff"
"caret": "#a6b2c0"
},
"globals": {
"background": "#000000"
"background": "#272b33"
}
}

0 comments on commit aa5336c

Please sign in to comment.