blob: 51a70f2cf7cdb8bb32044e4290fe64de7f4a0474 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Ja KooLit - Default
* All main themes or configs are located in ~/.local/share/rofi/themes
* If you want to edit the config, that is where you should edit NOT here
* To load a new theme, manually edit the file path below or choose desired theme via rofi theme selector
* Alternative way to Load (preferred) own cooked by Ja
* SUPER CTRL R - Choose style
* TIPS
* If you have edited a config, rename it with a unique name. During update, the contents of
* ~/.local/share/rofi/themes will be replaced. However, it wont overwrite your own config if you
* renamed with your own unique file name */
@theme "~/.local/share/rofi/themes/KooL_style-2-Dark.rasi"
|