templates: Move rofi to separate file.

This commit is contained in:
Dylan Araps 2017-12-28 06:57:15 +11:00
parent 6b0d4a36de
commit 59881f4562
2 changed files with 6 additions and 6 deletions

View File

@ -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}

View File

@ -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}