diff options
author | Niek den Breeje <n.j.den.breeje@gmail.com> | 2017-11-18 15:10:53 +0100 |
---|---|---|
committer | Niek den Breeje <n.j.den.breeje@gmail.com> | 2017-11-18 15:10:53 +0100 |
commit | f5ecc9e2a537fd93d388b6ed3569cabe377ff020 (patch) | |
tree | 19be497346e1237a35c2c1efc67bad6f7e53d6dc /themes/base16-xcode-dusk.config | |
parent | ad552947ad9856aef4c895479ac163d13a5e58e9 (diff) |
Updated themes with builder
Diffstat (limited to 'themes/base16-xcode-dusk.config')
-rwxr-xr-x | themes/base16-xcode-dusk.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-xcode-dusk.config b/themes/base16-xcode-dusk.config new file mode 100755 index 0000000..2b394a0 --- /dev/null +++ b/themes/base16-xcode-dusk.config @@ -0,0 +1,33 @@ +! Base16 XCode Dusk +! Author: Elsa Gonsiorowski (https://github.com/gonsie) + +! base00: #282b35 +! base01: #3d4048 +! base02: #53555d +! base03: #686a71 +! base04: #7e8086 +! base05: #939599 +! base06: #a9aaae +! base07: #bebfc2 +! base08: #b21889 +! base09: #786dc5 +! base0A: #438288 +! base0B: #df0002 +! base0C: #00a0be +! base0D: #790ead +! base0E: #b21889 +! base0F: #c77c48 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #3d4048, #3d4048, #282b35 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #3d4048, #939599, #3d4048, #3d4048, #bebfc2 +rofi.color-active: #3d4048, #790ead, #3d4048, #3d4048, #790ead +rofi.color-urgent: #3d4048, #b21889, #3d4048, #3d4048, #b21889 + +! Set the desired separator style +rofi.separator-style: solid |