Files
Nomarchy/assets/themes/retro-82/colors.toml
Bernardo Magri 514b305713 feat(system): comprehensive branding, styling, and system feature update
- 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.
2026-04-05 10:52:41 +01:00

36 lines
661 B
TOML

# Accent and UI colors
accent = "#faa968"
active_border_color = "#faa968"
active_tab_background = "#faa968"
# Cursor colors
cursor = "#f6dcac"
# Primary colors
foreground = "#f6dcac"
background = "#05182e"
# Selection colors
selection_foreground = "#00172e"
selection_background = "#faa968"
# Normal colors (ANSI 0-7)
color0 = "#00172e"
color1 = "#f85525"
color2 = "#028391"
color3 = "#e97b3c"
color4 = "#faa968"
color5 = "#3f8f8a"
color6 = "#8cbfb8"
color7 = "#a7c9c6"
# Bright colors (ANSI 8-15)
color8 = "#134e5a"
color9 = "#f85525"
color10 = "#028391"
color11 = "#e97b3c"
color12 = "#faa968"
color13 = "#3f8f8a"
color14 = "#8cbfb8"
color15 = "#f6dcac"