diff --git a/config/alacritty.default.toml b/config/alacritty.default.toml new file mode 100644 index 0000000..85c9518 --- /dev/null +++ b/config/alacritty.default.toml @@ -0,0 +1,15 @@ +[font.bold] +family = "Monaspace Argon" + +[font.glyph_offset] +x = 0 +y = 1 + +[font.italic] +family = "Monaspace Radon" + +[font.normal] +family = "Monaspace Neon" + +[window] +opacity = 0.8 diff --git a/config/alacritty.toml b/config/alacritty.toml index 4b4c4b2..a22fc15 100644 --- a/config/alacritty.toml +++ b/config/alacritty.toml @@ -1,20 +1,5 @@ import = [ + "/home/w0ryn/.config/alacritty/default.toml", "/home/w0ryn/.config/alacritty/theme.toml", "/home/w0ryn/.config/alacritty/local.toml", ] - -[font.bold] -family = "Monaspace Argon" - -[font.glyph_offset] -x = 0 -y = 1 - -[font.italic] -family = "Monaspace Radon" - -[font.normal] -family = "Monaspace Neon" - -[window] -opacity = 0.8 diff --git a/config/polybar.ini b/config/polybar.ini index 9e0f291..37893d7 100644 --- a/config/polybar.ini +++ b/config/polybar.ini @@ -49,6 +49,7 @@ type = internal/xworkspaces label-active = %name% label-active-background = ${colors.background-alt} +label-active-foreground = ${colors.foreground-alt} label-active-padding = 1 label-occupied = %name% diff --git a/config/rofi.theme.rasi b/config/rofi.theme.rasi index 0c43c9b..9d612f8 100644 --- a/config/rofi.theme.rasi +++ b/config/rofi.theme.rasi @@ -29,18 +29,19 @@ configuration { background-colour: var(background); foreground-colour: var(foreground); alternate-background: var(background-alt); + alternate-foreground: var(selected); normal-background: var(background); normal-foreground: var(foreground); urgent-background: var(urgent); urgent-foreground: var(background); active-background: var(active); active-foreground: var(background); - selected-normal-background: var(selected); - selected-normal-foreground: var(background); - selected-urgent-background: var(active); - selected-urgent-foreground: var(background); + selected-normal-background: var(background-alt); + selected-normal-foreground: var(selected); + selected-urgent-background: var(background-alt); + selected-urgent-foreground: var(selected); selected-active-background: var(urgent); - selected-active-foreground: var(background); + selected-active-foreground: var(selected); alternate-normal-background: var(background); alternate-normal-foreground: var(foreground); alternate-urgent-background: var(urgent); @@ -176,7 +177,7 @@ element normal.active { } element selected.normal { background-color: var(alternate-background); - text-color: var(foreground-colour); + text-color: var(alternate-foreground); } element selected.urgent { background-color: var(selected-urgent-background); diff --git a/config/scwrypts/dotfiles.zsh b/config/scwrypts/dotfiles.zsh index 25d21f0..53fb4fa 100644 --- a/config/scwrypts/dotfiles.zsh +++ b/config/scwrypts/dotfiles.zsh @@ -16,6 +16,7 @@ $DOTWRYN/colorschemes/active/alacritty.toml alacritty/theme.toml $DOTWRYN/colorschemes/active/alacritty.yaml alacritty/theme.yml $DOTWRYN/colorschemes/active/getty.sh wryn/tty-colorscheme $DOTWRYN/config/alacritty.toml alacritty/alacritty.toml +$DOTWRYN/config/alacritty.default.toml alacritty/default.toml $DOTWRYN/config/alacritty.yaml alacritty/alacritty.yml $DOTWRYN/config/bat.conf bat/config $DOTWRYN/config/code-activator.conf code-activator-zsh/settings.zsh