- Relocate themes to assets/themes/ and update all references. - Implement custom SDDM theme and Plymouth theme enhancements. - Add themed templates for Alacritty, Hyprland, Waybar, and other apps. - Introduce Makima key remapper module and configuration. - Add Voxtype and Walker configurations. - Implement systemd power management and timeout optimizations. - Add Nautilus-python extensions for LocalSend. - Update branding assets and ASCII art integration.
32 lines
578 B
TOML
32 lines
578 B
TOML
# UI Colors (extended)
|
|
accent = "#8d8d8d"
|
|
cursor = "#ffffff"
|
|
|
|
# Primary colors
|
|
foreground = "#ffffff"
|
|
background = "#0d0d0d"
|
|
|
|
# Selection colors
|
|
selection_foreground = "#0d0d0d"
|
|
selection_background = "#ffffff"
|
|
|
|
# Normal colors (ANSI 0-7)
|
|
color0 = "#0d0d0d"
|
|
color1 = "#a4a4a4"
|
|
color2 = "#b6b6b6"
|
|
color3 = "#cecece"
|
|
color4 = "#8d8d8d"
|
|
color5 = "#9b9b9b"
|
|
color6 = "#b0b0b0"
|
|
color7 = "#ececec"
|
|
|
|
# Bright colors (ANSI 8-15)
|
|
color8 = "#fdfdfd"
|
|
color9 = "#a4a4a4"
|
|
color10 = "#b6b6b6"
|
|
color11 = "#cecece"
|
|
color12 = "#8d8d8d"
|
|
color13 = "#9b9b9b"
|
|
color14 = "#b0b0b0"
|
|
color15 = "#ffffff"
|