diff options
author | Jordi Pakey-Rodriguez <0xdec@users.noreply.github.com> | 2019-11-13 11:02:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-13 11:02:03 -0800 |
commit | afbc4b22d8f415dc89f36ee509ac35fb161c6df4 (patch) | |
tree | 3a7b57d08a14ebfa293b0528627cd948e7f2bb07 /themes/base16-sandcastle.config | |
parent | 0efb1185eb530c4ee7a33755b399d16b527af706 (diff) | |
parent | 3e02388fa8251e710af3976e77d29a5400294e19 (diff) |
Merge pull request #12 from gidsi/update
Update
Diffstat (limited to 'themes/base16-sandcastle.config')
-rwxr-xr-x | themes/base16-sandcastle.config | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/base16-sandcastle.config b/themes/base16-sandcastle.config new file mode 100755 index 0000000..4d2e873 --- /dev/null +++ b/themes/base16-sandcastle.config @@ -0,0 +1,33 @@ +! Base16 Sandcastle +! Author: George Essig (https://github.com/gessig) + +! base00: #282c34 +! base01: #2c323b +! base02: #3e4451 +! base03: #665c54 +! base04: #928374 +! base05: #a89984 +! base06: #d5c4a1 +! base07: #fdf4c1 +! base08: #83a598 +! base09: #a07e3b +! base0A: #a07e3b +! base0B: #528b8b +! base0C: #83a598 +! base0D: #83a598 +! base0E: #d75f5f +! base0F: #a87322 + +! Enable the extended coloring options +rofi.color-enabled: true + +! Property Name BG Border Separator +rofi.color-window: #2c323b, #2c323b, #282c34 + +! Property Name BG FG BG-alt Head-BG Head-FG +rofi.color-normal: #2c323b, #a89984, #2c323b, #2c323b, #fdf4c1 +rofi.color-active: #2c323b, #83a598, #2c323b, #2c323b, #83a598 +rofi.color-urgent: #2c323b, #83a598, #2c323b, #2c323b, #83a598 + +! Set the desired separator style +rofi.separator-style: solid |