Files
LinaraOS/xfce/root-overlay/etc/skel/.config/hypr/LibreOS/wofi/style.css
2026-06-23 23:58:58 -05:00

75 lines
1.5 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* параметры вообще для всего */
*{
font-family: HOMEVIDEO;
font-size: 12px;
}
/* COLOR */
@define-color bg #111111;
@define-color fg #ffffff;
@define-color fg_2 #51a2da;
/* параметры для окна */
window {
background-color: @bg;
border-radius: 15px;
}
/* параметры для окна ввода */
#input {
margin: 10 15 10 15px;
padding: 5;
border-radius: 5px;
border: none;
border-bottom: 0px solid #262a32;
background-color: @fg;
color: @bg;
}
/* параметры для окна с приложениями */
#inner-box {
background-color: @bg;
}
/* параметры пространства вокруг окна wofi */
#outer-box {
margin: 20px;
padding:0px;
background-color: @bg;
}
/* параметры для полосы прокрутки */
#scroll {
background-color: @bg;
}
/* параметры для текста */
#text {
padding: 5px;
color: @fg;
}
/* параметры для 2й колонки если таковая имеется */
#entry:nth-child(even){
background-color: @bg;
}
/* параметры для выделенного пункта */
#entry:selected {
border-radius: 5px;
background-color: @fg_2;
font-color: @bg;
}
/* параметры выделенного текста */
#text:selected {
color: @bg;
}
/* параметры для иконок */
#img
/* параметры для не выделенного */
#unselected