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-cupertino.config | |
parent | ad552947ad9856aef4c895479ac163d13a5e58e9 (diff) | |
parent | f5ecc9e2a537fd93d388b6ed3569cabe377ff020 (diff) |
Merge pull request #4 from AuditeMarlow/patch-build
Added new missing themes
Diffstat (limited to 'themes/base16-cupertino.config')
-rwxr-xr-x | themes/base16-cupertino.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-cupertino.config b/themes/base16-cupertino.config new file mode 100755 index 0000000..ba1dd61 --- /dev/null +++ b/themes/base16-cupertino.config @@ -0,0 +1,33 @@ +! Base16 Cupertino +! Author: Defman21 + +! base00: #ffffff +! base01: #c0c0c0 +! base02: #c0c0c0 +! base03: #808080 +! base04: #808080 +! base05: #404040 +! base06: #404040 +! base07: #5e5e5e +! base08: #c41a15 +! base09: #eb8500 +! base0A: #826b28 +! base0B: #007400 +! base0C: #318495 +! base0D: #0000ff +! base0E: #a90d91 +! base0F: #826b28 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #c0c0c0, #c0c0c0, #ffffff + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #c0c0c0, #404040, #c0c0c0, #c0c0c0, #5e5e5e +rofi.color-active: #c0c0c0, #0000ff, #c0c0c0, #c0c0c0, #0000ff +rofi.color-urgent: #c0c0c0, #c41a15, #c0c0c0, #c0c0c0, #c41a15 + +! Set the desired separator style +rofi.separator-style: solid |