overhauled theming to make hyprland, waybar, mako, tmux, fuzzel, lightdm, and alacritty more consistent

This commit is contained in:
Aly Raffauf 2024-03-25 22:32:57 -04:00
parent 2e0efb9ef8
commit a807b12dbe
8 changed files with 33 additions and 33 deletions

View file

@ -7,7 +7,7 @@
colors = { colors = {
primary = { primary = {
foreground = "#fafafa"; foreground = "#fafafa";
background = "#000000"; background = "#232634";
}; };
draw_bold_text_with_bright_colors = true; draw_bold_text_with_bright_colors = true;
}; };

View file

@ -15,8 +15,8 @@
background = "#23263499"; background = "#23263499";
selection = "#232634FF"; selection = "#232634FF";
selection-match = "#e78284FF"; selection-match = "#e78284FF";
selection-text = "#babbf1FF"; selection-text = "#f4b8e4FF";
text = "#FFFFFFFF"; text = "#fafafaFF";
}; };
}; };
}; };

View file

@ -34,34 +34,34 @@
home.pointerCursor = { home.pointerCursor = {
gtk.enable = true; gtk.enable = true;
# x11.enable = true; # x11.enable = true;
package = pkgs.catppuccin-cursors.latteDark; package = pkgs.catppuccin-cursors.frappeDark;
name = "Catppuccin-Latte-Dark-Cursors"; name = "Catppuccin-Frappe-Dark-Cursors";
size = 24; size = 24;
}; };
qt = { qt = {
enable = true; enable = true;
platformTheme = "gtk"; platformTheme = "gtk";
style.name = "Catppuccin-Latte-Compact-Green-Light"; style.name = "Catppuccin-Frappe-Compact-Mauve-Dark";
}; };
gtk = { gtk = {
enable = true; enable = true;
theme = { theme = {
package = pkgs.catppuccin-gtk.override { package = pkgs.catppuccin-gtk.override {
accents = [ "green" ]; accents = [ "mauve" ];
size = "compact"; size = "compact";
variant = "latte"; variant = "frappe";
tweaks = [ "normal" ]; tweaks = [ "normal" ];
}; };
name = "Catppuccin-Latte-Compact-Green-Light"; name = "Catppuccin-Frappe-Compact-Mauve-Dark";
}; };
iconTheme = { iconTheme = {
package = pkgs.catppuccin-papirus-folders.override { package = pkgs.catppuccin-papirus-folders.override {
flavor = "latte"; flavor = "frappe";
accent = "green"; accent = "mauve";
}; };
name = "Papirus-Light"; name = "Papirus-Dark";
}; };
font = { font = {
name = "NotoSans Nerd Font Regular"; name = "NotoSans Nerd Font Regular";

View file

@ -72,10 +72,10 @@ general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 5 gaps_in = 5
gaps_out = 15 gaps_out = 10
border_size = 2 border_size = 2
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.active_border = rgba(99d1dbee) rgba(ca9ee6ee) 45deg
col.inactive_border = rgba(595959aa) col.inactive_border = rgba(303446aa)
layout = dwindle layout = dwindle

View file

@ -4,8 +4,8 @@
services.mako = { services.mako = {
enable = true; enable = true;
font = "NotoSans Nerd Font Regular 10"; font = "NotoSans Nerd Font Regular 10";
backgroundColor = "#00000099"; backgroundColor = "#30344699";
textColor = "#FFFFFF"; textColor = "#FAFAFA";
borderRadius = 10; borderRadius = 10;
defaultTimeout = 10000; defaultTimeout = 10000;
padding = "15"; padding = "15";

View file

@ -84,8 +84,8 @@
]; ];
terminal = "tmux-256color"; terminal = "tmux-256color";
extraConfig = '' extraConfig = ''
set-option -g status-bg blue set-option -g status-bg plum4
set-option -g pane-active-border-style fg=blue set-option -g pane-active-border-style fg=plum4
set-option -g @tmux-weather-format "%x+%t" set-option -g @tmux-weather-format "%x+%t"
set-option -g @tmux-weather-units "u" set-option -g @tmux-weather-units "u"
set -g status-right '#{cpu_percentage} CPU | #{battery_percentage} BAT | %I:%M %p | #{weather}' set -g status-right '#{cpu_percentage} CPU | #{battery_percentage} BAT | %I:%M %p | #{weather}'

View file

@ -6,20 +6,20 @@
} }
window#waybar { window#waybar {
background: rgba (0, 0, 0, 0.5); background: rgba (0, 0, 0, 0.5);
color: #FFFFFF; color: #FAFAFA;
} }
#workspaces button { #workspaces button {
padding: 5px 10px; padding: 5px 10px;
color: #FFFFFF; color: #FAFAFA;
} }
#workspaces button.active { #workspaces button.active {
color: #a6d189; color: #ca9ee6;
} }
#clock, #battery, #pulseaudio, #bluetooth, #network, #tray, #power-profiles-daemon { #clock, #battery, #pulseaudio, #bluetooth, #network, #tray, #power-profiles-daemon {
padding: 0 10px; padding: 0 10px;
margin: 0 5px; margin: 0 5px;
} }
#battery.critical { color: #e78284; } #battery.critical { color: #e78284; }
#battery.full { color: #a6d189; } #battery.full { color: #ca9ee6; }
#battery.normal { color: #FFFFFF; } #battery.normal { color: #FAFAFA; }

View file

@ -9,26 +9,26 @@
enable = true; enable = true;
greeters.slick = { greeters.slick = {
enable = true; enable = true;
theme.name = "Catppuccin-Latte-Compact-Green-Light"; theme.name = "Catppuccin-Frappe-Compact-Mauve-Dark";
theme.package = pkgs.catppuccin-gtk.override { theme.package = pkgs.catppuccin-gtk.override {
accents = [ "green" ]; accents = [ "mauve" ];
size = "compact"; size = "compact";
variant = "latte"; variant = "frappe";
tweaks = [ "normal" ]; tweaks = [ "normal" ];
}; };
iconTheme.name = "Papirus-Light"; iconTheme.name = "Papirus-Dark";
iconTheme.package = pkgs.catppuccin-papirus-folders.override { iconTheme.package = pkgs.catppuccin-papirus-folders.override {
flavor = "latte"; flavor = "frappe";
accent = "green"; accent = "mauve";
}; };
font.name = "NotoSansM Nerd Font Mono"; font.name = "NotoSans Nerd Font Regular";
cursorTheme.package = pkgs.catppuccin-cursors.latteDark; cursorTheme.package = pkgs.catppuccin-cursors.latteDark;
cursorTheme.name = "Catppuccin-Latte-Dark-Cursors"; cursorTheme.name = "Catppuccin-Frappe-Dark-Cursors";
cursorTheme.size = 32; cursorTheme.size = 32;
extraConfig = '' extraConfig = ''
background=#fdfdff background=#ca9ee6
enable-hidpi=on enable-hidpi=on
''; '';
}; };