Add different themes

This commit is contained in:
David Heinemeier Hansson
2025-06-18 21:17:59 +02:00
parent 0269ee55d9
commit e09c0477aa
20 changed files with 362 additions and 113 deletions

View File

@ -1,3 +1,5 @@
general.import = [ "~/.config/omarchy/current-theme/alacritty.toml" ]
[env]
TERM = "xterm-256color"
@ -17,34 +19,3 @@ opacity = 0.98
bindings = [
{ key = "F11", action = "ToggleFullscreen" }
]
[colors]
[colors.primary]
background = '#1a1b26'
foreground = '#a9b1d6'
# Normal colors
[colors.normal]
black = '#32344a'
red = '#f7768e'
green = '#9ece6a'
yellow = '#e0af68'
blue = '#7aa2f7'
magenta = '#ad8ee6'
cyan = '#449dab'
white = '#787c99'
# Bright colors
[colors.bright]
black = '#444b6a'
red = '#ff7a93'
green = '#b9f27c'
yellow = '#ff9e64'
blue = '#7da6ff'
magenta = '#bb9af7'
cyan = '#0db9d7'
white = '#acb0d0'
[colors.selection]
background = '#7aa2f7'

View File

@ -26,3 +26,5 @@
.body {
color: #a6adc8;
}
@import "../omarchy/current-theme/swaync.css";

View File

@ -4,8 +4,6 @@
min-height: 0;
font-family: CaskaydiaMono Nerd Font;
font-size: 12px;
color: #cdd6f4;
background-color: #1a1b26;
}
#workspaces {
@ -29,7 +27,6 @@
margin-right: 13px;
}
tooltip {
padding: 2px;
}
@ -37,3 +34,5 @@ tooltip {
tooltip label {
padding: 2px;
}
@import "../omarchy/current-theme/waybar.css";

View File

@ -1,73 +0,0 @@
@define-color mauve #cba6f7;
@define-color text #cdd6f4;
@define-color base #1e1e2e;
* {
font-family: 'CaskaydiaMono Nerd Font', monospace;
font-size: 18px;
}
window {
margin: 0px;
padding: 20px;
background-color: @base;
opacity: 0.95;
}
#inner-box {
margin: 0;
padding: 0;
border: none;
background-color: @base;
}
#outer-box {
margin: 0;
padding: 20px;
border: none;
background-color: @base;
}
#scroll {
margin: 0;
padding: 0;
border: none;
background-color: @base;
}
#input {
margin: 0;
padding: 10px;
border: none;
background-color: @base;
color: @text;
}
#input:focus {
outline: none;
box-shadow: none;
border: none;
}
#text {
margin: 5px;
border: none;
color: @text;
}
#entry {
background-color: @base;
}
#entry:selected {
outline: none;
border: none;
}
#entry:selected #text {
color: @mauve;
}
#entry image {
-gtk-icon-transform: scale(0.7);
}

1
config/wofi/style.css Symbolic link
View File

@ -0,0 +1 @@
/home/dhh/.config/omarchy/current-theme/wofi.css