Compare commits
3 Commits
96bda121c8
...
b52b158c56
Author | SHA1 | Date | |
---|---|---|---|
b52b158c56 | |||
00ececc2f0 | |||
481934a835 |
@ -326,6 +326,7 @@ bar {
|
|||||||
urgent_workspace #CE4045 #CE4045 #FFFFFF
|
urgent_workspace #CE4045 #CE4045 #FFFFFF
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
client.focused #664477 #664477 #cccccc #5b399e
|
client.focused #664477 #664477 #cccccc #5b399e
|
||||||
client.focused_inactive #5b399e #5b399e #cccccc #A074C4
|
client.focused_inactive #5b399e #5b399e #cccccc #A074C4
|
||||||
client.unfocused #222133 #222133 #AAAAAA #A074C4
|
client.unfocused #222133 #222133 #AAAAAA #A074C4
|
||||||
|
@ -1,4 +1,34 @@
|
|||||||
* {
|
* {
|
||||||
font-family: 'UbuntuMono Nerd Font', sans-serif; /* Reemplaza 'TuFuente' con el nombre de la fuente que deseas */
|
font-family: 'UbuntuMono Nerd Font', sans-serif;
|
||||||
font-size: 15px; /* Ajusta el tamaño de la fuente según tus preferencias */
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window {
|
||||||
|
background-color: #222133;
|
||||||
|
border-radius: 0;
|
||||||
|
padding: 0;
|
||||||
|
spacing: 0;
|
||||||
|
border-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#text {
|
||||||
|
color: #cccccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry:selected {
|
||||||
|
background-color: #664477;
|
||||||
|
color: #cccccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry:selected * {
|
||||||
|
background-color: #664477;
|
||||||
|
color: #cccccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
entry {
|
||||||
|
background-color: #222133;
|
||||||
|
color: #cccccc;
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.2 MiB |
Loading…
x
Reference in New Issue
Block a user