Add basic Rofi theme
This commit is contained in:
parent
5b447f0303
commit
3005773fec
1 changed files with 11 additions and 0 deletions
11
etc/skel/.config/rofi/config.rasi
Normal file
11
etc/skel/.config/rofi/config.rasi
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
* {
|
||||||
|
lightbg: #24273a;
|
||||||
|
background: #24273a;
|
||||||
|
lightfg: #8aadf4;
|
||||||
|
foreground: #cad3f5;
|
||||||
|
border-color: #8aadf4;
|
||||||
|
}
|
||||||
|
|
||||||
|
window {
|
||||||
|
border: 2;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue