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-summerfruit-dark.config |
Initial commit
Diffstat (limited to 'themes/base16-summerfruit-dark.config')
-rw-r--r-- | themes/base16-summerfruit-dark.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-summerfruit-dark.config b/themes/base16-summerfruit-dark.config new file mode 100644 index 0000000..74be359 --- /dev/null +++ b/themes/base16-summerfruit-dark.config @@ -0,0 +1,33 @@ +! Base16 Summerfruit Dark +! Author: Christopher Corley (http://christop.club/) + +! base00: #151515 +! base01: #202020 +! base02: #303030 +! base03: #505050 +! base04: #B0B0B0 +! base05: #D0D0D0 +! base06: #E0E0E0 +! base07: #FFFFFF +! base08: #FF0086 +! base09: #FD8900 +! base0A: #ABA800 +! base0B: #00C918 +! base0C: #1FAAAA +! base0D: #3777E6 +! base0E: #AD00A1 +! base0F: #CC6633 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #202020, #202020, #151515 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #202020, #D0D0D0, #202020, #202020, #FFFFFF +rofi.color-active: #202020, #3777E6, #202020, #202020, #3777E6 +rofi.color-urgent: #202020, #FF0086, #202020, #202020, #FF0086 + +! Set the desired separator style +rofi.separator-style: solid |