Files
dotfiles/dot_config/kitty/current-theme.conf
s0wlz (Matthias Puchstein) c1b61d4af7 dotfiles: update themes and configs
2025-12-29 03:09:23 +01:00

67 lines
1.4 KiB
Plaintext

## APEX VOID - KITTY THEME ##
foreground #ededed
background #050505
selection_foreground #050505
selection_background #ff0044
# Cursor: Still aggressive Razor Red
cursor #ff0044
cursor_text_color #050505
cursor_shape beam
# URL underline: Electric Cyan
url_color #00eaff
# --- 16-BIT PALETTE ---
# BLACKS
# Normal: Deep Grey (Background UI elements)
color0 #141414
# Bright: Lighter Grey (Comments, Line Numbers)
color8 #404040
# REDS
# Normal: Razor Red (Aggressive, for errors/borders)
color1 #ff0044
# Bright: Pale / Laser Red (READABLE text, Highlighting)
color9 #ff6688
# GREENS
# Normal: Jungle Green (Standard strings)
color2 #00cc7a
# Bright: Toxic Green (Success messages, glowing elements)
color10 #00ff99
# YELLOWS
# Normal: Amber (Standard warnings)
color3 #cc9200
# Bright: Warning Gold (Critical warnings)
color11 #ffb700
# BLUES
# Normal: Deep Azure (Standard functions - we bring blue back for depth)
color4 #0088cc
# Bright: Electric Cyan (The "Digital" look - Pointers, links)
color12 #00eaff
# MAGENTAS
# Normal: Deep Purple (Keywords)
color5 #7a00cc
# Bright: Void Purple (Constants, Special highlights)
color13 #9d00ff
# CYANS
# Normal: Teal
color6 #00aaaa
# Bright: Pure Cyan
color14 #00ffff
# WHITES
# Normal: The Signal (Standard Text)
color7 #ededed
# Bright: Pure White (Bold Text)
color15 #ffffff
window_padding_width 4