new file: config/walker/config.toml new file: config/walker/themes/default/item.xml new file: config/walker/themes/default/item_actionsmenu.xml new file: config/walker/themes/default/item_archlinuxpkgs.xml new file: config/walker/themes/default/item_bookmarks.xml new file: config/walker/themes/default/item_calc.xml new file: config/walker/themes/default/item_clipboard.xml new file: config/walker/themes/default/item_dmenu.xml new file: config/walker/themes/default/item_dnfpackages.xml new file: config/walker/themes/default/item_files.xml new file: config/walker/themes/default/item_providerlist.xml new file: config/walker/themes/default/item_symbols.xml new file: config/walker/themes/default/item_symbols_grid.xml new file: config/walker/themes/default/item_todo.xml new file: config/walker/themes/default/item_unicode.xml new file: config/walker/themes/default/keybind.xml new file: config/walker/themes/default/layout.xml new file: config/walker/themes/default/preview.xml new file: config/walker/themes/default/style.css new file: config/walker/themes/zzz/item.xml new file: config/walker/themes/zzz/item_actionsmenu.xml new file: config/walker/themes/zzz/item_archlinuxpkgs.xml new file: config/walker/themes/zzz/item_bookmarks.xml new file: config/walker/themes/zzz/item_calc.xml new file: config/walker/themes/zzz/item_clipboard.xml new file: config/walker/themes/zzz/item_dmenu.xml new file: config/walker/themes/zzz/item_dnfpackages.xml new file: config/walker/themes/zzz/item_files.xml new file: config/walker/themes/zzz/item_providerlist.xml new file: config/walker/themes/zzz/item_symbols.xml new file: config/walker/themes/zzz/item_symbols_grid.xml new file: config/walker/themes/zzz/item_todo.xml new file: config/walker/themes/zzz/item_unicode.xml new file: config/walker/themes/zzz/keybind.xml new file: config/walker/themes/zzz/layout.xml new file: config/walker/themes/zzz/preview.xml new file: config/walker/themes/zzz/style.css
197 lines
2.6 KiB
CSS
197 lines
2.6 KiB
CSS
@define-color window_bg_color #07090b;
|
|
@define-color accent_bg_color #1f2830;
|
|
@define-color theme_fg_color #eef7fd;
|
|
@define-color error_bg_color #ff0100;
|
|
@define-color error_fg_color #eef7fd;
|
|
|
|
* {
|
|
all: unset;
|
|
}
|
|
|
|
popover {
|
|
background: (@window_bg_color);
|
|
border: 4px solid (@theme_fg_color);
|
|
border-radius: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.normal-icons {
|
|
-gtk-icon-size: 15px;
|
|
}
|
|
|
|
.large-icons {
|
|
-gtk-icon-size: 32px;
|
|
}
|
|
|
|
scrollbar {
|
|
opacity: 0;
|
|
}
|
|
|
|
.box-wrapper {
|
|
box-shadow:
|
|
0 19px 38px rgba(0, 0, 0, 0),
|
|
0 15px 12px rgba(0, 0, 0, 0);
|
|
background: @window_bg_color;
|
|
padding: 20px;
|
|
border-radius: 20px;
|
|
border: 4px solid #eef7fd;
|
|
}
|
|
|
|
.preview-box,
|
|
.elephant-hint,
|
|
.placeholder {
|
|
color: @theme_fg_color;
|
|
}
|
|
|
|
.box {}
|
|
|
|
.search-container {
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.input placeholder {
|
|
opacity: 1.0;
|
|
}
|
|
|
|
.input selection {
|
|
background: #1f2830;
|
|
}
|
|
|
|
.input {
|
|
caret-color: @theme_fg_color;
|
|
background: (@window_bg_color);
|
|
padding: 10px;
|
|
color: @theme_fg_color;
|
|
}
|
|
|
|
.input:focus,
|
|
.input:active {}
|
|
|
|
.content-container {}
|
|
|
|
.placeholder {}
|
|
|
|
.scroll {}
|
|
|
|
.list {
|
|
color: @theme_fg_color;
|
|
}
|
|
|
|
child {}
|
|
|
|
.item-box {
|
|
border-radius: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.item-quick-activation {
|
|
background: (@accent_bg_color);
|
|
border-radius: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
/* child:hover .item-box, */
|
|
child:selected .item-box,
|
|
row:selected .item-box {
|
|
background: #1f2830;
|
|
}
|
|
|
|
.item-text-box {}
|
|
|
|
.item-subtext {
|
|
font-size: 12px;
|
|
opacity: 1.0;
|
|
}
|
|
|
|
.providerlist .item-subtext {
|
|
font-size: unset;
|
|
opacity: 1.0;
|
|
}
|
|
|
|
.item-image-text {
|
|
font-size: 28px;
|
|
}
|
|
|
|
.preview {
|
|
border: 4px solid (@accent_bg_color);
|
|
/* padding: 10px; */
|
|
border-radius: 10px;
|
|
color: @theme_fg_color;
|
|
}
|
|
|
|
.calc .item-text {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.calc .item-subtext {}
|
|
|
|
.symbols .item-image {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.todo.done .item-text-box {
|
|
opacity: 1.0;
|
|
}
|
|
|
|
.todo.urgent {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.todo.active {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.bluetooth.disconnected {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.preview .large-icons {
|
|
-gtk-icon-size: 64px;
|
|
}
|
|
|
|
.keybinds {
|
|
padding-top: 10px;
|
|
border-top: 1px solid lighter(@window_bg_color);
|
|
font-size: 12px;
|
|
color: @theme_fg_color;
|
|
}
|
|
|
|
.global-keybinds {}
|
|
|
|
.item-keybinds {}
|
|
|
|
.keybind {}
|
|
|
|
.keybind-button {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.keybind-button:hover {
|
|
opacity: 0.75;
|
|
}
|
|
|
|
.keybind-bind {
|
|
text-transform: lowercase;
|
|
opacity: 0.35;
|
|
}
|
|
|
|
.keybind-label {
|
|
padding: 2px 4px;
|
|
border-radius: 4px;
|
|
border: 1px solid @theme_fg_color;
|
|
}
|
|
|
|
.error {
|
|
padding: 10px;
|
|
background: @error_bg_color;
|
|
color: @error_fg_color;
|
|
}
|
|
|
|
:not(.calc).current {
|
|
font-style: italic;
|
|
}
|
|
|
|
.preview-content.archlinuxpkgs,
|
|
.preview-content.dnfpackages {
|
|
font-family: IosevkaTerm Nerd Font;
|
|
}
|