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-spacemacs.config |
Initial commit
Diffstat (limited to 'themes/base16-spacemacs.config')
-rw-r--r-- | themes/base16-spacemacs.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-spacemacs.config b/themes/base16-spacemacs.config new file mode 100644 index 0000000..ec17afe --- /dev/null +++ b/themes/base16-spacemacs.config @@ -0,0 +1,33 @@ +! Base16 Spacemacs +! Author: Nasser Alshammari (https://github.com/nashamri/spacemacs-theme) + +! base00: #1f2022 +! base01: #282828 +! base02: #444155 +! base03: #585858 +! base04: #b8b8b8 +! base05: #a3a3a3 +! base06: #e8e8e8 +! base07: #f8f8f8 +! base08: #f2241f +! base09: #ffa500 +! base0A: #b1951d +! base0B: #67b11d +! base0C: #2d9574 +! base0D: #4f97d7 +! base0E: #a31db1 +! base0F: #b03060 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #282828, #282828, #1f2022 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #282828, #a3a3a3, #282828, #282828, #f8f8f8 +rofi.color-active: #282828, #4f97d7, #282828, #282828, #4f97d7 +rofi.color-urgent: #282828, #f2241f, #282828, #282828, #f2241f + +! Set the desired separator style +rofi.separator-style: solid |