Bake-in Dracula (#137)

This commit is contained in:
Christian Rocha
2022-01-23 21:02:18 +01:00
committed by GitHub
parent 39ee7f3f2c
commit 94148ad4a6
5 changed files with 237 additions and 15 deletions
+10 -11
View File
@@ -6,14 +6,14 @@
"margin": 2
},
"block_quote": {
"indent": 2,
"color": "#f1fa8c",
"italic": true
"italic": true,
"indent": 2
},
"paragraph": {},
"list": {
"level_indent": 2,
"color": "#f8f8f2"
"color": "#f8f8f2",
"level_indent": 2
},
"heading": {
"block_suffix": "\n",
@@ -43,12 +43,12 @@
"crossed_out": true
},
"emph": {
"italic": true,
"color": "#f1fa8c"
"color": "#f1fa8c",
"italic": true
},
"strong": {
"bold": true,
"color": "#ffb86c"
"color": "#ffb86c",
"bold": true
},
"hr": {
"color": "#6272A4",
@@ -134,7 +134,7 @@
"color": "#8be9fd"
},
"name_constant": {
"color": "#bd93f9"
"color": "#bd93f9"
},
"name_decorator": {
"color": "#50fa7b"
@@ -170,8 +170,7 @@
"bold": true
},
"generic_subheading": {
"color": "#bd93f9",
"color": "#777777"
"color": "#bd93f9"
},
"background": {
"background_color": "#282a36"