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