Riyyi
4 years ago
2 changed files with 30 additions and 10 deletions
@ -1,17 +1,28 @@ |
|||||||
// -*- css -*- |
/* -*- css -*- */ |
||||||
|
|
||||||
configuration { |
configuration { |
||||||
/* bg border separator */ |
/* Modi */ |
||||||
color-window: "#404552, #2e3137, #2e3137"; |
modi: "window,run,ssh,drun"; |
||||||
/* bg fg bgalt hlbg hlfg */ |
combi-modi: "window,run,drun"; |
||||||
color-normal: "#404552, #d3dae3, #3f4350, #5294e2, #d3dae3"; |
|
||||||
color-urgent: "#524040, #ffffff, #524040, #ffffff, #707880"; |
|
||||||
/* color-active: "#"; */ |
|
||||||
|
|
||||||
|
/* Title */ |
||||||
|
display-drun: "run"; |
||||||
|
|
||||||
|
/* Layout */ |
||||||
font: "DejaVu Sans Mono 12"; |
font: "DejaVu Sans Mono 12"; |
||||||
lines: 8; |
lines: 8; |
||||||
width: 50; |
width: 50; |
||||||
bw: 4; |
|
||||||
separator-style: "solid"; |
/* Icons */ |
||||||
hide-scrollbar: true; |
icon-theme: "Arc"; |
||||||
|
show-icons: true; |
||||||
|
|
||||||
|
/* Keybinds */ |
||||||
|
kb-cancel: "Escape,Control+g,Control+bracketleft,Alt+h"; |
||||||
|
kb-row-down: "Down,Control+n,Alt+j"; |
||||||
|
kb-row-up: "Up,Control+p,ISO_Left_Tab,Alt+k"; |
||||||
|
kb-accept-entry: "Control+j,Control+m,Return,KP_Enter,Alt+l"; |
||||||
} |
} |
||||||
|
|
||||||
|
@theme "Arc-Dark" |
||||||
|
@import "theme-overrides" |
||||||
|
Loading…
Reference in new issue