diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-08-13 13:07:32 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-08-13 13:07:32 +0200 |
commit | 80fdaf237284de72287a5e93d57da19e31f80b14 (patch) | |
tree | 66be710d6c05a6fc8f1770fe78d280ad5168dc03 /.cache/wal/colors-speedcrunch.json | |
parent | 6a6100a8faa73815863cbabedb15e63aba0a1098 (diff) |
update
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 076538c..9436e46 100644 --- a/.cache/wal/colors-speedcrunch.json +++ b/.cache/wal/colors-speedcrunch.json @@ -1,15 +1,15 @@ { - "cursor": "#c4c4c5", - "number": "#c4c4c5", - "parens": "#212633", - "result": "#1e1f2a", - "comment": "#4e5051", - "matched": "#1e1f2a", - "function": "#071831", - "operator": "#0c2039", - "variable": "#171823", - "scrollbar": "#0c2039", - "separator": "#0c2039", - "background": "#141618", - "editorbackground": "#141618" + "cursor": "#c6c6c7", + "number": "#c6c6c7", + "parens": "#aabbbe", + "result": "#a7aeb0", + "comment": "#565657", + "matched": "#a7aeb0", + "function": "#666b6d", + "operator": "#c59683", + "variable": "#8a8c8d", + "scrollbar": "#c59683", + "separator": "#c59683", + "background": "#1e1e1f", + "editorbackground": "#1e1e1f" } |