mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
Move DE utility modules to deUtils namespace
This commit is contained in:
parent
7e0677ce7d
commit
84be6ec469
19 changed files with 29 additions and 29 deletions
8
modules/home/deUtils/rofi/light-theme.rasi
Normal file
8
modules/home/deUtils/rofi/light-theme.rasi
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
background: #F1F1F1FF;
|
||||
background-alt: #E0E0E0FF;
|
||||
foreground: #252525FF;
|
||||
selected: #008EC4FF;
|
||||
active: #10A778FF;
|
||||
urgent: #C30771FF;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue