Dotfiles/desktopenvs/hyprland/gtk/gtk-3.0/gtk.css

78 lines
1.2 KiB
CSS

* {
all: initial;
all: inherit;
all: unset;
font-family: Agave Nerd Font Mono, Arial, sans-serif;
border-radius: 15px;
font-size: 18pt;
color: #E40046;
background-color: #1a1a1a;
padding-top: 1px;
padding-bottom: 1px;
padding-right: 6px;
padding-left: 6px;
margin-top: 2px;
margin-bottom: 2px;
margin-right: 2px;
margin-left: 2px;
}
combobox {
border: solid;
border-width: 4px;
color: #5018dd;
}
checkbutton:checked {
border: solid;
border-width: 4px;
color: #f50505;
}
window {
color: #E40046;
background-color: #1a1a1a;
}
#input {
border: solid;
border-width: 4px;
color: #5018dd;
border-radius: 30px;
#padding-top: 15px;
margin-top: 15px;
padding-right: 15px;
padding-left: 15px;
margin-right: 15px;
margin-left: 15px;
}
#entry {
color: #5018dd;
}
#entry:selected {
border: solid;
background-color: #1a1a1a;
border-width: 4px;
color: #E40046;
border-radius: 30px;
}