Trying the Meetio Theme
This commit is contained in:
parent
f59f4c60de
commit
d10fec139e
3 changed files with 21 additions and 3 deletions
17
Packages/User/Meetio Theme.sublime-theme
Normal file
17
Packages/User/Meetio Theme.sublime-theme
Normal file
|
@ -0,0 +1,17 @@
|
|||
// Documentation at https://www.sublimetext.com/docs/themes.html
|
||||
// and https://www.sublimetext.com/docs/color_schemes.html
|
||||
{
|
||||
"variables": {
|
||||
"sidebarLabelColor": "color(var(background) blend(var(foreground) 10%))",
|
||||
"sidebarLabelSelectedColor": "color(var(foreground) blend(var(accent) 20%))",
|
||||
"vcsIgnored": "color(var(sidebarLabelColor) blend(var(background) 50%))",
|
||||
"vcsUntracked": "color(seagreen blend(var(foreground) 90%))",
|
||||
"vcsModified": "color(cornflowerblue blend(var(foreground) 50%))",
|
||||
"vcsMissing": "color(sandybrown blend(var(foreground) 90%))",
|
||||
"vcsAdded": "color(seagreen blend(var(foreground) 90%))",
|
||||
"vcsStaged": "color(goldenrod blend(var(foreground) 90%))",
|
||||
"vcsDeleted": "color(red blend(var(foreground) 90%))",
|
||||
"vcsUnmerged": "color(slateblue blend(var(foreground) 90%))"
|
||||
},
|
||||
"rules": []
|
||||
}
|
|
@ -20,6 +20,7 @@
|
|||
"LSP-pyright",
|
||||
"LSP-typescript",
|
||||
"Materialize",
|
||||
"Meetio Theme",
|
||||
"Monokai Extended",
|
||||
"Package Control",
|
||||
"Project Specific Syntax Settings",
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
"color_scheme": "auto",
|
||||
"dark_color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
|
||||
"light_color_scheme": "Packages/Monokai Extended/Monokai Extended Light.tmTheme",
|
||||
"dark_theme": "Material Monokai Soda.sublime-theme",
|
||||
"light_theme": "Material Primer Light.sublime-theme",
|
||||
"theme": "auto",
|
||||
// "dark_theme": "Material Monokai Soda.sublime-theme",
|
||||
// "light_theme": "Material Primer Light.sublime-theme",
|
||||
"theme": "Meetio Theme.sublime-theme",
|
||||
"always_show_minimap_viewport": true,
|
||||
"font_face": "JetbrainsMono Nerd Font",
|
||||
"font_size": 14,
|
||||
|
|
Loading…
Reference in a new issue