1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

rofi/theme.rasi: update

This commit is contained in:
Henrik Hautakoski 2025-05-14 20:44:22 +02:00
parent 85e6955c8c
commit 5408296c7d

View file

@ -1,11 +1,12 @@
* {
font: "JetBrainsMono NF Medium 12";
font: "IosevkaCustom 16";
bg: #0E1019;
gray: #131521;
blue: #89b4fa;
white: #eceef4;
yellow: #ebcb8b;
border: #343959;
background-color: transparent;
text-color: @white;
@ -18,7 +19,7 @@
window {
background-color: @bg;
border-color: @gray;
border-color: @border;
location: center;
width: 480px;
@ -60,11 +61,11 @@ element normal active {
}
element selected {
text-color: @bg;
// text-color: @bg;
}
element selected normal {
background-color: @accent-color;
background-color: @border;
}
element selected urgent {