Skip to content

Instantly share code, notes, and snippets.

@hohonuuli
Created June 25, 2023 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hohonuuli/df3081baee33bf31379dd119c2963356 to your computer and use it in GitHub Desktop.
Save hohonuuli/df3081baee33bf31379dd119c2963356 to your computer and use it in GitHub Desktop.
Material Theme for Cot Editor
{
"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