1
0
Fork 0
forked from foxora/nix

rofi theme finally!!! :3

This commit is contained in:
foxora 2026-02-13 12:51:16 +00:00
parent 43b04c3f8a
commit 2c65ddecc2
6 changed files with 171 additions and 3 deletions

View file

@ -0,0 +1,142 @@
configuration {
modes: [ combi ];
combi-modes: [ window, drun, run ];
}
@theme "colors"
window {
background-color: @background;
border-color: @color10;
border-radius: 12px;
border: 2;
padding: 16;
transparency: "real";
opacity: 90;
}
mainbox {
background-color: transparent;
opacity: 90;
border: 0;
}
message {
border: 2px 0px 0px;
border-color: @color14;
padding: 1px;
}
inputbar {
background-color: transparent;
text-color: @foreground;
spacing: 8;
}
textbox {
background-color: @background;
text-color: @foreground;
}
prompt {
background-color: transparent;
text-color: @color12;
}
entry {
placeholder: "~ rawr :3 ~ *pounces on u* <3 ~ >w< ~";
cursor: pointer;
background-color: transparent;
text-color: @color13;
}
case-indicator {
background-color: transparent;
text-color: @color12;
}
listview {
fixed-height: 0;
border: 2px 0px 0px;
border-color: transparent;
background-color: transparent;
spacing: 2px;
scrollbar: true;
padding: 2px 0px 0px;
}
element {
orientation: horizontal;
spacing: 8;
border: 0;
border-radius: 4;
}
element-icon {
size: 24;
}
element-text {
vertical-align: 0.5;
}
element.normal.normal {
background-color: transparent;
text-color: @foreground;
}
element.alternate.normal {
background-color: transparent;
text-color: @color06;
}
element.selected.normal {
background-color: @color13;
text-color: @background;
}
element.normal.urgent {
background-color: @color14;
text-color: @background;
}
element.alternate.urgent {
background-color: transparent;
text-color: @color14;
}
element.selected.urgent {
background-color: @color13;
text-color: @background;
}
element.normal.active {
background-color: @color12;
text-color: @background;
}
element.alternate.active {
background-color: @background;
text-color: @color14;
}
element.selected.active {
background-color: @color13;
text-color: @background;
}
element-text, element-icon {
background-color: inherit;
text-color: inherit;
}
button.selected {
background-color: transparent;
text-color: @foreground;
}
scrollbar {
background-color: transparent;
handle-color: @color12;
width: 4px;
border: 0;
handle-width: 8px;
padding: 0;
}
mode-switcher {
border: 2px 0px 0px ;
border-color: @color14;
}

View file

@ -7,7 +7,7 @@ in
enable = true;
font = "DepartureMono Nerd Font Mono 10";
theme = ./theme.rasi;
theme = ./ichigo.rasi;
extraConfig = {
#kb-row-up = "Up,Control+k";