27 lines
687 B
Plaintext
27 lines
687 B
Plaintext
@theme "Arc-Dark"
|
|
|
|
//background: #30303050;
|
|
*{
|
|
background: #201f5060;
|
|
alternate-normal-background: #3020B060;
|
|
normal-background: #20109060;
|
|
foreground: #F0C3F0;
|
|
border-color: #5030D0;
|
|
selected-normal-background: #10104060;
|
|
}
|
|
|
|
window, mainbox{
|
|
//border-radius: 20px;
|
|
}
|
|
|
|
configuration {
|
|
kb-row-up: "Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab";
|
|
kb-row-down: "Down,Control+j";
|
|
kb-accept-entry: "Control+m,Return,KP_Enter";
|
|
terminal: "wezterm";
|
|
kb-remove-to-eol: "Control+Shift+e";
|
|
/*kb-mode-next: "Shift+Right,Control+Tab,Control+l";*/
|
|
kb-mode-previous: "Shift+Left,Control+Shift+Tab,Control+h";
|
|
kb-remove-char-back: "BackSpace";
|
|
}
|