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-tube.config | |
parent | ad552947ad9856aef4c895479ac163d13a5e58e9 (diff) | |
parent | f5ecc9e2a537fd93d388b6ed3569cabe377ff020 (diff) |
Merge pull request #4 from AuditeMarlow/patch-build
Added new missing themes
Diffstat (limited to 'themes/base16-tube.config')
-rwxr-xr-x | themes/base16-tube.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-tube.config b/themes/base16-tube.config new file mode 100755 index 0000000..8e3fbb4 --- /dev/null +++ b/themes/base16-tube.config @@ -0,0 +1,33 @@ +! Base16 London Tube +! Author: Jan T. Sott + +! base00: #231f20 +! base01: #1c3f95 +! base02: #5a5758 +! base03: #737171 +! base04: #959ca1 +! base05: #d9d8d8 +! base06: #e7e7e8 +! base07: #ffffff +! base08: #ee2e24 +! base09: #f386a1 +! base0A: #ffd204 +! base0B: #00853e +! base0C: #85cebc +! base0D: #009ddc +! base0E: #98005d +! base0F: #b06110 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #1c3f95, #1c3f95, #231f20 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #1c3f95, #d9d8d8, #1c3f95, #1c3f95, #ffffff +rofi.color-active: #1c3f95, #009ddc, #1c3f95, #1c3f95, #009ddc +rofi.color-urgent: #1c3f95, #ee2e24, #1c3f95, #1c3f95, #ee2e24 + +! Set the desired separator style +rofi.separator-style: solid |