diff options
author | Jordi Pakey-Rodriguez <jordi.orlando@gmail.com> | 2017-01-13 15:22:37 -0600 |
---|---|---|
committer | Jordi Pakey-Rodriguez <jordi.orlando@gmail.com> | 2017-01-13 15:22:37 -0600 |
commit | 8e1fb72e255643b366d5e0b7b78e0230f65ce45f (patch) | |
tree | f57a08edcf98220d1017f1009e4aa90fc6f08815 /themes/base16-tomorrow-night.config |
Initial commit
Diffstat (limited to 'themes/base16-tomorrow-night.config')
-rw-r--r-- | themes/base16-tomorrow-night.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-tomorrow-night.config b/themes/base16-tomorrow-night.config new file mode 100644 index 0000000..c2bbb98 --- /dev/null +++ b/themes/base16-tomorrow-night.config @@ -0,0 +1,33 @@ +! Base16 Tomorrow Night +! Author: Chris Kempson (http://chriskempson.com) + +! base00: #1d1f21 +! base01: #282a2e +! base02: #373b41 +! base03: #969896 +! base04: #b4b7b4 +! base05: #c5c8c6 +! base06: #e0e0e0 +! base07: #ffffff +! base08: #cc6666 +! base09: #de935f +! base0A: #f0c674 +! base0B: #b5bd68 +! base0C: #8abeb7 +! base0D: #81a2be +! base0E: #b294bb +! base0F: #a3685a + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #282a2e, #282a2e, #1d1f21 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #282a2e, #c5c8c6, #282a2e, #282a2e, #ffffff +rofi.color-active: #282a2e, #81a2be, #282a2e, #282a2e, #81a2be +rofi.color-urgent: #282a2e, #cc6666, #282a2e, #282a2e, #cc6666 + +! Set the desired separator style +rofi.separator-style: solid |