diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 20:18:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 20:18:19 -0300 |
commit | 522a84b882bdea54f0ade5a8e36a19a9de0d7b1d (patch) | |
tree | ab3959a3377aab3eefa4251a0568bc55df12639b | |
parent | 8ace0cbd0acbb2ccf97b8203b8b98acf57f5a351 (diff) | |
download | wyrd-522a84b882bdea54f0ade5a8e36a19a9de0d7b1d.tar.gz wyrd-522a84b882bdea54f0ade5a8e36a19a9de0d7b1d.tar.bz2 |
Solarized 256 colorscheme
-rw-r--r-- | wyrdrc.dot.link | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/wyrdrc.dot.link b/wyrdrc.dot.link index 7d26a03..4bf2093 100644 --- a/wyrdrc.dot.link +++ b/wyrdrc.dot.link @@ -151,26 +151,26 @@ bind "<esc>" entry_cancel # set up the colors # black, red, green, yellow, blue, magenta, cyan, white, default -color help cyan black -color timed_default white black +color help cyan default +color timed_default white default color timed_current white red color timed_reminder1 yellow blue color timed_reminder2 white red -#color timed_reminder1 black cyan +#color timed_reminder1 default cyan #color timed_reminder2 white blue color timed_reminder3 white green color timed_reminder4 yellow magenta -color untimed_reminder white black -color timed_date cyan black -color selection_info cyan black -color description white black -color status cyan black -color calendar_labels white black -color calendar_level1 white black -color calendar_level2 blue black -color calendar_level3 cyan black +color untimed_reminder white default +color timed_date cyan default +color selection_info cyan default +color description white default +color status cyan default +color calendar_labels white default +color calendar_level1 white default +color calendar_level2 blue default +color calendar_level3 cyan default color calendar_today white red -color left_divider cyan black -color right_divider cyan black +color left_divider cyan default +color right_divider cyan default # arch-tag: DO_NOT_CHANGE_ee9bb855-2fde-4a61-8645-8ba31b35eaab |