more laptop->desktop hyprland coexistence

This commit is contained in:
mjallen18
2025-07-07 18:23:21 -05:00
parent 1ae1cc6f45
commit bc183bc8dd
15 changed files with 356 additions and 267 deletions

View File

@@ -24,77 +24,77 @@ in
background_opacity = "0.85";
# The basic colors
foreground = settings.nord.snowStorm.nord6;
background = settings.nord.polarNight.nord0;
selection_foreground = settings.nord.polarNight.nord0;
selection_background = settings.nord.aurora.nord15;
foreground = settings.theme.nord.snowStorm.nord6;
background = settings.theme.nord.polarNight.nord0;
selection_foreground = settings.theme.nord.polarNight.nord0;
selection_background = settings.theme.nord.aurora.nord15;
# Cursor colors
cursor = settings.nord.aurora.nord15;
cursor_text_color = settings.nord.polarNight.nord0;
cursor = settings.theme.nord.aurora.nord15;
cursor_text_color = settings.theme.nord.polarNight.nord0;
# URL underline color when hovering with mouse
url_color = settings.nord.aurora.nord15;
url_color = settings.theme.nord.aurora.nord15;
# Kitty window border colors
active_border_color = settings.nord.frost.nord10;
inactive_border_color = settings.nord.polarNight.nord1;
bell_border_color = settings.nord.aurora.nord13;
active_border_color = settings.theme.nord.frost.nord10;
inactive_border_color = settings.theme.nord.polarNight.nord1;
bell_border_color = settings.theme.nord.aurora.nord13;
# OS Window titlebar colors
wayland_titlebar_color = settings.nord.polarNight.nord0;
macos_titlebar_color = settings.nord.polarNight.nord0;
wayland_titlebar_color = settings.theme.nord.polarNight.nord0;
macos_titlebar_color = settings.theme.nord.polarNight.nord0;
# Tab bar colors
active_tab_foreground = settings.nord.polarNight.nord3;
active_tab_background = settings.nord.aurora.nord15;
inactive_tab_foreground = settings.nord.snowStorm.nord6;
inactive_tab_background = settings.nord.polarNight.nord1;
tab_bar_background = settings.nord.polarNight.nord3;
active_tab_foreground = settings.theme.nord.polarNight.nord3;
active_tab_background = settings.theme.nord.aurora.nord15;
inactive_tab_foreground = settings.theme.nord.snowStorm.nord6;
inactive_tab_background = settings.theme.nord.polarNight.nord1;
tab_bar_background = settings.theme.nord.polarNight.nord3;
# Colors for marks (marked text in the terminal)
mark1_foreground = settings.nord.polarNight.nord0;
mark1_background = settings.nord.frost.nord10;
mark2_foreground = settings.nord.polarNight.nord0;
mark2_background = settings.nord.aurora.nord15;
mark3_foreground = settings.nord.polarNight.nord0;
mark3_background = settings.nord.frost.nord8;
mark1_foreground = settings.theme.nord.polarNight.nord0;
mark1_background = settings.theme.nord.frost.nord10;
mark2_foreground = settings.theme.nord.polarNight.nord0;
mark2_background = settings.theme.nord.aurora.nord15;
mark3_foreground = settings.theme.nord.polarNight.nord0;
mark3_background = settings.theme.nord.frost.nord8;
# The 16 terminal colors
# black
color0 = settings.nord.polarNight.nord0;
color0 = settings.theme.nord.polarNight.nord0;
# Autosuggestion
color8 = settings.nord.frost.nord10;
color8 = settings.theme.nord.frost.nord10;
# red
color1 = settings.nord.aurora.nord11;
color9 = settings.nord.aurora.nord11;
color1 = settings.theme.nord.aurora.nord11;
color9 = settings.theme.nord.aurora.nord11;
# green
color2 = settings.nord.aurora.nord14;
color10 = settings.nord.aurora.nord14;
color2 = settings.theme.nord.aurora.nord14;
color10 = settings.theme.nord.aurora.nord14;
# yellow
color3 = settings.nord.aurora.nord13;
color11 = settings.nord.aurora.nord13;
color3 = settings.theme.nord.aurora.nord13;
color11 = settings.theme.nord.aurora.nord13;
# blue
color4 = settings.nord.frost.nord10;
color12 = settings.nord.frost.nord10;
color4 = settings.theme.nord.frost.nord10;
color12 = settings.theme.nord.frost.nord10;
# magenta
color5 = settings.nord.aurora.nord15;
color13 = settings.nord.aurora.nord15;
color5 = settings.theme.nord.aurora.nord15;
color13 = settings.theme.nord.aurora.nord15;
# cyan
color6 = settings.nord.frost.nord8;
color14 = settings.nord.frost.nord8;
color6 = settings.theme.nord.frost.nord8;
color14 = settings.theme.nord.frost.nord8;
# white
color7 = settings.nord.snowStorm.nord5;
color15 = settings.nord.snowStorm.nord4;
color7 = settings.theme.nord.snowStorm.nord5;
color15 = settings.theme.nord.snowStorm.nord4;
};
};
}