mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-19 03:31:10 +01:00
background and comment colors corrected
This commit is contained in:
commit
7ecc2ffd39
@ -1,16 +1,14 @@
|
||||
{{
|
||||
"editor.tokenColorCustomizations": {{
|
||||
"functions": "{color1}",
|
||||
"functions": "{color1}",
|
||||
"keywords": "{color2}",
|
||||
"numbers": "{color3}",
|
||||
"strings": "{color4}",
|
||||
"types": "{color5}",
|
||||
"variables": "{color6}",
|
||||
"comments": "{color7}"
|
||||
"comments": "{color8}"
|
||||
}},
|
||||
"workbench.colorCustomizations": {{
|
||||
"editor.background": "{color0}"
|
||||
"editor.background": "{background}"
|
||||
}}
|
||||
}}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user