diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-12-28 06:57:15 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-12-28 06:57:15 +1100 |
| commit | 59881f456248cb89fc471345ea212626c1ab697a (patch) | |
| tree | f9d97b8094aa504bae37381e99c851401e74862a /pywal/templates | |
| parent | 6b0d4a36de821b9838f32465d0c510cfe27afa56 (diff) | |
templates: Move rofi to separate file.
Diffstat (limited to 'pywal/templates')
| -rw-r--r-- | pywal/templates/colors-rofi.Xresources | 4 | ||||
| -rw-r--r-- | pywal/templates/colors.Xresources | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/pywal/templates/colors-rofi.Xresources b/pywal/templates/colors-rofi.Xresources new file mode 100644 index 0000000..5a8c63a --- /dev/null +++ b/pywal/templates/colors-rofi.Xresources @@ -0,0 +1,4 @@ +rofi.color-window: {background}, {background}, {color10} +rofi.color-normal: {background}, {foreground}, {background}, {color10}, {background} +rofi.color-active: {background}, {foreground}, {background}, {color10}, {background} +rofi.color-urgent: {background}, {color9}, {background}, {color9}, {foreground} diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources index c8d6917..ceb9a64 100644 --- a/pywal/templates/colors.Xresources +++ b/pywal/templates/colors.Xresources @@ -1,3 +1,5 @@ +#include "colors-rofi.Xresources" + ! X colors. ! Generated by 'wal' emacs*foreground: {foreground} @@ -51,12 +53,6 @@ URxvt*borderColor: {background.alpha} *.color66: {color0} *color66: {color0} -! Rofi colors. -rofi.color-window: {background}, {background}, {color10} -rofi.color-normal: {background}, {foreground}, {background}, {color10}, {background} -rofi.color-active: {background}, {foreground}, {background}, {color10}, {background} -rofi.color-urgent: {background}, {color9}, {background}, {color9}, {foreground} - ! Xclock colors. XClock*foreground: {foreground} XClock*background: {background} |
