theme: template configs and refresh apex assets
- template theme selection in alacritty, btop, fuzzel, ghostty, waybar, swaync, wezterm, zathura, gemini, zsh, and nvim astroui - add apex-aeon assets and refresh apex-neon palettes across terminals, editors, and UI components - switch UI fonts to GeistMono in GTK/Qt, Hyprland/Hyprlock, Kitty, Zed, and Satty - add refresh-apex-themes helper to sync theme outputs
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
# BEGIN_KITTY_FONTS
|
||||
font_family family='InconsolataGo Nerd Font Mono' postscript_name=InconsolataGoNFM
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
font_family family='GeistMono Nerd Font'
|
||||
bold_font family='GeistMono Nerd Font'
|
||||
italic_font family='GeistMono Nerd Font'
|
||||
bold_italic_font family='GeistMono Nerd Font'
|
||||
# END_KITTY_FONTS
|
||||
|
||||
font_size 9.0
|
||||
font_size 8.0
|
||||
|
||||
symbol_map U+E000-U+F8FF,U+F0000-U+FFFFF GeistMono Nerd Font
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Force emoji glyphs to a color emoji font (requires the font to be installed).
|
||||
symbol_map U+2600-U+26FF,U+2700-U+27BF,U+1F000-U+1FAFF Noto Color Emoji
|
||||
symbol_map U+2600-U+26FF,U+1F000-U+1FAFF Noto Color Emoji
|
||||
|
||||
66
dot_config/kitty/themes/apex-aeon.conf
Normal file
66
dot_config/kitty/themes/apex-aeon.conf
Normal file
@@ -0,0 +1,66 @@
|
||||
## APEX AEON - KITTY THEME ##
|
||||
## Spec-accurate: color = state, not decoration
|
||||
|
||||
# --- Core ---
|
||||
foreground #0a0a0a
|
||||
background #f5f5f5
|
||||
|
||||
# Selection: "target locked"
|
||||
selection_background #ff0044
|
||||
selection_foreground #0a0a0a
|
||||
|
||||
# Cursor: Razor Red beam
|
||||
cursor #ff0044
|
||||
cursor_text_color #0a0a0a
|
||||
cursor_shape beam
|
||||
|
||||
# URLs: informational cyan
|
||||
url_color #007a88
|
||||
|
||||
# Borders (optional)
|
||||
active_border_color #ff0044
|
||||
inactive_border_color #737373
|
||||
|
||||
# Optional: subtle UI hint for visual bell
|
||||
visual_bell_color #ff4d6d
|
||||
|
||||
# Spacing
|
||||
window_padding_width 4
|
||||
|
||||
# --- 16-COLOR ANSI TABLE (Apex Aeon spec) ---
|
||||
|
||||
# Normal bank (0–7)
|
||||
# color0: Black (Void)
|
||||
color0 #0a0a0a
|
||||
# color1: Red (Razor)
|
||||
color1 #ff0044
|
||||
# color2: Green (OK)
|
||||
color2 #00b377
|
||||
# color3: Yellow (Gold)
|
||||
color3 #d18f00
|
||||
# color4: Blue (Info)
|
||||
color4 #007a88
|
||||
# color5: Magenta (Purple)
|
||||
color5 #7a3cff
|
||||
# color6: Cyan (Info mapped)
|
||||
color6 #007a88
|
||||
# color7: White (Stark)
|
||||
color7 #f5f5f5
|
||||
|
||||
# Bright bank (8–15)
|
||||
# color8: Bright black (UI separators)
|
||||
color8 #737373
|
||||
# color9: Bright red (Alerts)
|
||||
color9 #ff4d6d
|
||||
# color10: Bright green (Active success)
|
||||
color10 #33d6a6
|
||||
# color11: Bright yellow (Urgent warning)
|
||||
color11 #ffbf40
|
||||
# color12: Bright blue (Active info)
|
||||
color12 #33bccc
|
||||
# color13: Bright magenta (Elevated special)
|
||||
color13 #a680ff
|
||||
# color14: Bright cyan (Active tech signal)
|
||||
color14 #33bccc
|
||||
# color15: Bright white (Extreme highlight)
|
||||
color15 #ffffff
|
||||
@@ -49,7 +49,7 @@ color7 #ededed
|
||||
|
||||
# Bright bank (8–15)
|
||||
# color8: Bright black (UI separators)
|
||||
color8 #262626
|
||||
color8 #737373
|
||||
# color9: Bright red (Alerts)
|
||||
color9 #ff8899
|
||||
# color10: Bright green (Active success)
|
||||
@@ -63,5 +63,4 @@ color13 #c84dff
|
||||
# color14: Bright cyan (Active tech signal)
|
||||
color14 #5af3ff
|
||||
# color15: Bright white (Extreme highlight)
|
||||
color15 #ffffff
|
||||
|
||||
color15 #ffffff
|
||||
Reference in New Issue
Block a user