mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-28 04:46:29 -04:00
Update dark style with chroma settings
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+97
-1
@@ -70,7 +70,103 @@
|
||||
},
|
||||
"code_block": {
|
||||
"margin": 4,
|
||||
"color": "244"
|
||||
"theme": "charm",
|
||||
"color": "244",
|
||||
"background_color": "#373737",
|
||||
"text": {
|
||||
"color": "#C4C4C4"
|
||||
},
|
||||
"error": {
|
||||
"color": "#F1F1F1",
|
||||
"background_color": "#F05B5B"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#676767"
|
||||
},
|
||||
"comment_preproc": {
|
||||
"color": "#FF875F"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#00AAFF"
|
||||
},
|
||||
"keyword_reserved": {
|
||||
"color": "#FF5FD2"
|
||||
},
|
||||
"keyword_namespace": {
|
||||
"color": "#FF5F87"
|
||||
},
|
||||
"keyword_type": {
|
||||
"color": "#6E6ED8"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#EF8080"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#E8E8A8"
|
||||
},
|
||||
"name": {
|
||||
"color": "#C4C4C4"
|
||||
},
|
||||
"name_builtin": {
|
||||
"color": "#FF8EC7"
|
||||
},
|
||||
"name_tag": {
|
||||
"color": "#B083EA"
|
||||
},
|
||||
"name_attribute": {
|
||||
"color": "#7A7AE6"
|
||||
},
|
||||
"name_class": {
|
||||
"color": "#F1F1F1"
|
||||
},
|
||||
"name_constant": {
|
||||
"color": "#CCCCCC"
|
||||
},
|
||||
"name_decorator": {
|
||||
"color": "#FFFF87"
|
||||
},
|
||||
"name_exception": {
|
||||
"color": "#CCCCCC"
|
||||
},
|
||||
"name_function": {
|
||||
"color": "#00D787"
|
||||
},
|
||||
"name_other": {
|
||||
"color": "#CCCCCC"
|
||||
},
|
||||
"literal": {
|
||||
"color": "#C4C4C4"
|
||||
},
|
||||
"literal_number": {
|
||||
"color": "#6EEFC0"
|
||||
},
|
||||
"literal_date": {
|
||||
"color": "#C4C4C4"
|
||||
},
|
||||
"literal_string": {
|
||||
"color": "#C69669"
|
||||
},
|
||||
"literal_string_escape": {
|
||||
"color": "#AFFFD7"
|
||||
},
|
||||
"generic_deleted": {
|
||||
"color": "#AFFFD7"
|
||||
},
|
||||
"generic_emph": {
|
||||
"color": "#AFFFD7"
|
||||
},
|
||||
"generic_inserted": {
|
||||
"color": "#AFFFD7"
|
||||
},
|
||||
"generic_strong": {
|
||||
"color": "#AFFFD7"
|
||||
},
|
||||
"generic_subheading": {
|
||||
"color": "#AFFFD7"
|
||||
},
|
||||
"background": {
|
||||
"background_color": "#373737"
|
||||
}
|
||||
},
|
||||
"table": {},
|
||||
"task": {
|
||||
|
||||
Reference in New Issue
Block a user