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-alt: #16161E;
|
||||
background-alt2: #414868;
|
||||
foreground: #A9B1D6;
|
||||
foreground-alt: #061115;
|
||||
accent: #7DCFFF;
|
||||
background: #3C3836;
|
||||
background-alt: #282828;
|
||||
background-alt2: #928374;
|
||||
foreground: #EBDBB2;
|
||||
foreground-alt: #282828;
|
||||
accent: #98971A;
|
||||
transparent: #00000000;
|
||||
text-color: @fg;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
configuration {
|
||||
modi: "window,run,ssh,combi";
|
||||
font: "JetBrainsMono 10";
|
||||
font: "VictorMono Nerd Font Regular 14";
|
||||
show-icons: true;
|
||||
icon-theme: "Newaita-reborn-dark";
|
||||
icon-theme: "Gruvbox-Material-Dark";
|
||||
combi-modi: "window,drun,ssh";
|
||||
/* timeout {
|
||||
action: "kb-cancel";
|
||||
|
|
|
|||
|
|
@ -30,4 +30,4 @@ fi
|
|||
export EDITOR='hx'
|
||||
export VISUAL='hx'
|
||||
|
||||
setxkbmap eu
|
||||
setxkbmap eu
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue