diff options
author | Jordi Pakey-Rodriguez <0xdec@users.noreply.github.com> | 2017-11-21 13:55:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-21 13:55:18 -0600 |
commit | 6f8f3d45baf74a181b4f0a61d83eb01fd4ff894e (patch) | |
tree | 19be497346e1237a35c2c1efc67bad6f7e53d6dc /themes/base16-classic-dark.config | |
parent | ad552947ad9856aef4c895479ac163d13a5e58e9 (diff) | |
parent | f5ecc9e2a537fd93d388b6ed3569cabe377ff020 (diff) |
Merge pull request #4 from AuditeMarlow/patch-build
Added new missing themes
Diffstat (limited to 'themes/base16-classic-dark.config')
-rwxr-xr-x | themes/base16-classic-dark.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-classic-dark.config b/themes/base16-classic-dark.config new file mode 100755 index 0000000..9c4d233 --- /dev/null +++ b/themes/base16-classic-dark.config @@ -0,0 +1,33 @@ +! Base16 Classic Dark +! Author: Jason Heeris (http://heeris.id.au) + +! base00: #151515 +! base01: #202020 +! base02: #303030 +! base03: #505050 +! base04: #b0b0b0 +! base05: #d0d0d0 +! base06: #e0e0e0 +! base07: #f5f5f5 +! base08: #ac4142 +! base09: #d28445 +! base0A: #f4bf75 +! base0B: #90a959 +! base0C: #75b5aa +! base0D: #6a9fb5 +! base0E: #aa759f +! base0F: #8f5536 + +! 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, #f5f5f5 +rofi.color-active: #202020, #6a9fb5, #202020, #202020, #6a9fb5 +rofi.color-urgent: #202020, #ac4142, #202020, #202020, #ac4142 + +! Set the desired separator style +rofi.separator-style: solid |