From 67d1775cabfb3cf33ce609a45fc953800f7ca04e Mon Sep 17 00:00:00 2001 From: ergz Date: Sat, 23 Jul 2022 11:49:58 -0700 Subject: [PATCH] adds cyanide customs --- Cyanide - Mint.sublime-color-scheme | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Cyanide - Mint.sublime-color-scheme diff --git a/Cyanide - Mint.sublime-color-scheme b/Cyanide - Mint.sublime-color-scheme new file mode 100644 index 0000000..1d88ef5 --- /dev/null +++ b/Cyanide - Mint.sublime-color-scheme @@ -0,0 +1,15 @@ +{ + // http://www.sublimetext.com/docs/3/color_schemes.html + "variables": { + // "green": "#FF0000", + }, + "globals": { + // "foreground": "var(green)", + }, + "rules": [ + { + // "scope": "string", + // "foreground": "#00FF00", + }, + ], +} \ No newline at end of file