rofi colors
This commit is contained in:
parent
3510b47bd7
commit
14a62b39ce
3 changed files with 9 additions and 9 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
* {
|
* {
|
||||||
background: #1A1B26;
|
background: #3C3836;
|
||||||
background-alt: #16161E;
|
background-alt: #282828;
|
||||||
background-alt2: #414868;
|
background-alt2: #928374;
|
||||||
foreground: #A9B1D6;
|
foreground: #EBDBB2;
|
||||||
foreground-alt: #061115;
|
foreground-alt: #282828;
|
||||||
accent: #7DCFFF;
|
accent: #98971A;
|
||||||
transparent: #00000000;
|
transparent: #00000000;
|
||||||
text-color: @fg;
|
text-color: @fg;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
configuration {
|
configuration {
|
||||||
modi: "window,run,ssh,combi";
|
modi: "window,run,ssh,combi";
|
||||||
font: "JetBrainsMono 10";
|
font: "VictorMono Nerd Font Regular 14";
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
icon-theme: "Newaita-reborn-dark";
|
icon-theme: "Gruvbox-Material-Dark";
|
||||||
combi-modi: "window,drun,ssh";
|
combi-modi: "window,drun,ssh";
|
||||||
/* timeout {
|
/* timeout {
|
||||||
action: "kb-cancel";
|
action: "kb-cancel";
|
||||||
|
|
|
||||||
|
|
@ -30,4 +30,4 @@ fi
|
||||||
export EDITOR='hx'
|
export EDITOR='hx'
|
||||||
export VISUAL='hx'
|
export VISUAL='hx'
|
||||||
|
|
||||||
setxkbmap eu
|
setxkbmap eu
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue