diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-06-24 09:53:39 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-06-24 09:53:39 +0200 |
commit | 4581376a1b136bda087190f4c6b440d55801aeaa (patch) | |
tree | 8f8fc46e8300ab53c75c8f5abd4de5e4e2d3bd51 /.cache/wal/colors-speedcrunch.json | |
parent | b15aab08a3301f0e6e6d2c1fda57b0c19968ea43 (diff) |
zathura update + new scheme
Diffstat (limited to '.cache/wal/colors-speedcrunch.json')
-rw-r--r-- | .cache/wal/colors-speedcrunch.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/.cache/wal/colors-speedcrunch.json b/.cache/wal/colors-speedcrunch.json index ead54c0..db519db 100644 --- a/.cache/wal/colors-speedcrunch.json +++ b/.cache/wal/colors-speedcrunch.json @@ -1,15 +1,15 @@ { - "cursor": "#c4c4c4", - "number": "#c4c4c4", - "parens": "#4b4240", - "result": "#3f3330", - "comment": "#4e4e4f", - "matched": "#3f3330", - "function": "#292b37", - "operator": "#3b3033", - "variable": "#3c2a27", - "scrollbar": "#3b3033", - "separator": "#3b3033", - "background": "#141415", - "editorbackground": "#141415" + "cursor": "#c6c6c6", + "number": "#c6c6c6", + "parens": "#9fc0c8", + "result": "#c79c95", + "comment": "#545454", + "matched": "#c79c95", + "function": "#616c71", + "operator": "#9099ba", + "variable": "#7f8485", + "scrollbar": "#9099ba", + "separator": "#9099ba", + "background": "#1c1c1c", + "editorbackground": "#1c1c1c" } |