Fix rofi iceberg-dark theme
Rofi version 1.7.0: Iggy 2024 was released and it included a lot of changes to the internal structure of the configuration. The old way was slightly incompatible, and I found most of the config wasn't used anyways. I made it so by default the text is legible, but it may break the whole urgent and alternate theming
This commit is contained in:
parent
1fb8a5215b
commit
93a738f0e4
@ -1,12 +1,4 @@
|
||||
configuration {
|
||||
theme: "iceberg-dark";
|
||||
separator-style: "solid";
|
||||
sidebar-mode: false;
|
||||
lines: 5;
|
||||
font: "Source Code Pro Semibold 10.5";
|
||||
bw: 1;
|
||||
columns: 3;
|
||||
padding: 5;
|
||||
fixed-num-lines: true;
|
||||
hide-scrollbar: true;
|
||||
}
|
||||
|
@ -58,6 +58,8 @@
|
||||
border-color: @palette-bg2;
|
||||
separatorcolor: @border-color;
|
||||
scrollbar-handle: @palette-bg2;
|
||||
|
||||
text-color: @alternate-normal-foreground;
|
||||
}
|
||||
|
||||
#window {
|
||||
@ -98,6 +100,8 @@
|
||||
border-color: @palette-bg2;
|
||||
padding: 0px 0px 5px 0px;
|
||||
scrollbar: @scrollbar;
|
||||
columns: 3;
|
||||
lines: 5;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user