diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-06-21 20:51:53 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-06-21 20:51:53 -0300 |
commit | 447bcdf8038d8b7607cd8a8430215fd31df436d0 (patch) | |
tree | 65167994d7af22e9422e2839ab6260c2478223e3 /Sublime Text/Mariana.sublime-color-scheme | |
parent | cbed4f10a8dca07b3b154cd75c788bec851bf182 (diff) |
throw in more Sublime Text configs
Diffstat (limited to 'Sublime Text/Mariana.sublime-color-scheme')
-rw-r--r-- | Sublime Text/Mariana.sublime-color-scheme | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Sublime Text/Mariana.sublime-color-scheme b/Sublime Text/Mariana.sublime-color-scheme new file mode 100644 index 0000000..ac28b2a --- /dev/null +++ b/Sublime Text/Mariana.sublime-color-scheme @@ -0,0 +1,13 @@ +// Documentation at https://www.sublimetext.com/docs/color_schemes.html +{ + "variables": + { + }, + "globals": + { + "line_highlight": "hsl(210, 25%, 15%)" + }, + "rules": + [ + ] +} |