mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-03 23:20:07 +05:30
c2786c7f96
- move older config to archive Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
51 lines
974 B
Bash
51 lines
974 B
Bash
# vim_dark_high_contrast - from Helix editor theme
|
|
# Source: /usr/lib64/helix/runtime/themes/vim_dark_high_contrast.toml
|
|
|
|
THEME_NAME="vim_dark_high_contrast"
|
|
HELIX_THEME="vim_dark_high_contrast"
|
|
|
|
# Base
|
|
BG="#000000"
|
|
FG="#c1c9d2"
|
|
CURSOR="#c1c9d2"
|
|
SELECTION_BG="#3e4043"
|
|
SELECTION_FG="#ffffff"
|
|
|
|
# Normal colors
|
|
BLACK="#000000"
|
|
RED="#ed5f74"
|
|
GREEN="#1ea672"
|
|
YELLOW="#d97917"
|
|
BLUE="#688ef1"
|
|
MAGENTA="#c96ed0"
|
|
CYAN="#3a97d4"
|
|
WHITE="#e3e8ee"
|
|
|
|
# Bright colors
|
|
BRIGHT_BLACK="#697386"
|
|
BRIGHT_RED="#fbb5b2"
|
|
BRIGHT_GREEN="#85d996"
|
|
BRIGHT_YELLOW="#efc078"
|
|
BRIGHT_BLUE="#9fcdff"
|
|
BRIGHT_MAGENTA="#f0b4e4"
|
|
BRIGHT_CYAN="#7fd3ed"
|
|
BRIGHT_WHITE="#ffffff"
|
|
|
|
# Dark/muted variants (for backgrounds, subtle highlights)
|
|
DARK_RED="#742833"
|
|
DARK_GREEN="#00643c"
|
|
DARK_YELLOW="#6e3500"
|
|
DARK_BLUE="#2c4074"
|
|
DARK_MAGENTA="#602864"
|
|
DARK_CYAN="#144c71"
|
|
DARK_WHITE="#3e4043"
|
|
|
|
# Semantic
|
|
ACCENT="$CYAN"
|
|
SUCCESS="$GREEN"
|
|
WARNING="$YELLOW"
|
|
ERROR="$RED"
|
|
INFO="$BLUE"
|
|
MUTED="$BRIGHT_BLACK"
|
|
SURFACE="$DARK_WHITE"
|