dotfiles/config/rofi/theme.rasi
2023-10-04 20:19:25 -04:00

160 lines
4.1 KiB
Plaintext

// Kaolin Dark theme for Rofi
// by Dakedres
// edited from a theme by Qball
* {
base00: #18181B;
base01: #222225;
base02: #4B5254;
base03: #545C5E;
base04: #879193;
base05: #9ba5a7;
base06: #d0d0d4;
base07: #E4E4E8;
base08: #CD5C60;
base09: #DBAC66;
base0A: #F2C866;
base0B: #6FB593;
base0C: #4D9391;
base0D: #91B9C7;
base0E: #845A84;
base0F: #E36D5B;
foreground: @base05;
normal-foreground: @foreground;
alternate-normal-foreground: @foreground;
selected-urgent-foreground: rgba ( 245, 245, 245, 100 % );
urgent-foreground: rgba ( 215, 95, 0, 100 % );
alternate-urgent-background: rgba ( 208, 208, 208, 100 % );
active-foreground: rgba ( 0, 95, 135, 100 % );
selected-active-foreground: rgba ( 245, 245, 245, 100 % );
background: @base00;
normal-background: @base00;
alternate-normal-background: @base01;
selected-normal-background: @base0C;
selected-normal-foreground: @base07;
border-color: @base02;
spacing: 2;
separator: @border-color;
urgent-background: rgba ( 245, 245, 245, 100 % );
selected-urgent-background: rgba ( 215, 95, 0, 100 % );
alternate-urgent-foreground: @urgent-foreground;
background-color: rgba ( 0, 0, 0, 0 % );
active-background: @base0C;
alternate-active-background: @active-background;
selected-active-background: @active-background;
}
window {
location: north;
anchor: north;
background-color: @background;
border: 1;
padding: 5;
y-offset: 20;
c: "Ubuntu Mono 11";
}
mainbox {
border: 0;
padding: 0;
}
message {
border: 2px 0px 0px ;
border-color: @separator;
padding: 1px ;
}
textbox {
text-color: @foreground;
}
listview {
fixed-height: 0;
border: 2px 0px 0px ;
border-color: @separator;
spacing: 2px ;
scrollbar: true;
padding: 2px 0px 0px ;
}
element {
border: 0;
padding: 1px ;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element.normal.normal {
background-color: @normal-background;
text-color: @normal-foreground;
}
element.normal.urgent {
background-color: @urgent-background;
text-color: @urgent-foreground;
}
element.normal.active {
background-color: @active-background;
text-color: @active-foreground;
}
element.selected.normal {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
element.selected.urgent {
background-color: @selected-urgent-background;
text-color: @selected-urgent-foreground;
}
element.selected.active {
background-color: @selected-active-background;
text-color: @selected-active-foreground;
}
element.alternate.normal {
background-color: @alternate-normal-background;
text-color: @alternate-normal-foreground;
}
element.alternate.urgent {
background-color: @alternate-urgent-background;
text-color: @alternate-urgent-foreground;
}
element.alternate.active {
background-color: @alternate-active-background;
text-color: @alternate-active-foreground;
}
scrollbar {
width: 4px ;
border: 0;
handle-width: 8px ;
padding: 0;
}
mode-switcher {
border: 2px 0px 0px ;
border-color: @separator;
}
button.selected {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
inputbar {
spacing: 0;
text-color: @normal-foreground;
padding: 1px ;
}
case-indicator {
spacing: 0;
text-color: @normal-foreground;
}
entry {
spacing: 0;
text-color: @normal-foreground;
}
prompt {
spacing: 0;
text-color: @normal-foreground;
}
inputbar {
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}
textbox-prompt-colon {
expand: false;
str: ":";
margin: 0px 0.3em 0em 0em ;
text-color: @normal-foreground;
}