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-default-light.config |
Initial commit
Diffstat (limited to 'themes/base16-default-light.config')
-rw-r--r-- | themes/base16-default-light.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-default-light.config b/themes/base16-default-light.config new file mode 100644 index 0000000..273ec23 --- /dev/null +++ b/themes/base16-default-light.config @@ -0,0 +1,33 @@ +! Base16 Default Light +! Author: Chris Kempson (http://chriskempson.com) + +! base00: #f8f8f8 +! base01: #e8e8e8 +! base02: #d8d8d8 +! base03: #b8b8b8 +! base04: #585858 +! base05: #383838 +! base06: #282828 +! base07: #181818 +! base08: #ab4642 +! base09: #dc9656 +! base0A: #f7ca88 +! base0B: #a1b56c +! base0C: #86c1b9 +! base0D: #7cafc2 +! base0E: #ba8baf +! base0F: #a16946 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #e8e8e8, #e8e8e8, #f8f8f8 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #e8e8e8, #383838, #e8e8e8, #e8e8e8, #181818 +rofi.color-active: #e8e8e8, #7cafc2, #e8e8e8, #e8e8e8, #7cafc2 +rofi.color-urgent: #e8e8e8, #ab4642, #e8e8e8, #e8e8e8, #ab4642 + +! Set the desired separator style +rofi.separator-style: solid |