Created
June 25, 2023 19:16
-
-
Save hohonuuli/df3081baee33bf31379dd119c2963356 to your computer and use it in GitHub Desktop.
Material Theme for Cot Editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"attributes" : { | |
"color" : "#b97ae5" | |
}, | |
"background" : { | |
"color" : "#1c252b" | |
}, | |
"characters" : { | |
"color" : "#7b9c55" | |
}, | |
"commands" : { | |
"color" : "#7095fe" | |
}, | |
"comments" : { | |
"color" : "#425a64" | |
}, | |
"insertionPoint" : { | |
"color" : "#eba400" | |
}, | |
"invisibles" : { | |
"color" : "#a3a3a3" | |
}, | |
"keywords" : { | |
"color" : "#b678e1" | |
}, | |
"lineHighlight" : { | |
"color" : "#151c1f" | |
}, | |
"numbers" : { | |
"color" : "#f37659" | |
}, | |
"selection" : { | |
"color" : "#253539", | |
"usesSystemSetting" : false | |
}, | |
"strings" : { | |
"color" : "#b6e57b" | |
}, | |
"text" : { | |
"color" : "#fbf7f2" | |
}, | |
"types" : { | |
"color" : "#fbbe58" | |
}, | |
"values" : { | |
"color" : "#aa71d4" | |
}, | |
"variables" : { | |
"color" : "#ea7358" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment