mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
templates: Move rofi to separate file.
This commit is contained in:
parent
6b0d4a36de
commit
59881f4562
4
pywal/templates/colors-rofi.Xresources
Normal file
4
pywal/templates/colors-rofi.Xresources
Normal 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}
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user