Skip to content

Commit 389fd52

Browse files
authored
Merge pull request #2260 from ambigois/add-warm-white-neon-pink-themes
Add Calm Roots and Neon Pink themes
2 parents db69a12 + 2f38f5e commit 389fd52

2 files changed

Lines changed: 198 additions & 0 deletions

File tree

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
version: 1
2+
name: "Calm Roots"
3+
colors:
4+
# Text colors - warm white palette (shifted hierarchy)
5+
text_bright: "#D4D4D8" # Warm white (Tier 1) - was cool white
6+
text_primary: "#C0C0C0" # Light gray (Tier 2) - standard body
7+
text_secondary: "#9A9A9A" # Medium gray (Tier 3) - de-emphasized
8+
text_muted: "#D4D4D8" # Warm white - used for thinking/reasoning text
9+
text_faint: "#6A6A6A" # Dim gray (Tier 5) - was darker
10+
11+
# Accent colors
12+
accent: "#D4D4D8" # Warm white - Links, buttons, cursor, focused elements
13+
accent_muted: "#D4D4D8" # Warm white
14+
15+
# Background colors
16+
background: "#282c34" # Ghostty default gray background
17+
background_alt: "#363640" # Lighter background
18+
19+
# Border colors
20+
border_secondary: "#D4D4D8" # Warm white - dialogs, resize handle, separators
21+
22+
# Status colors
23+
success: "#A0D4B4" # Mint green
24+
error: "#F7768E" # Error red
25+
warning: "#D4D4D8" # Warm white
26+
info: "#9ECAB8" # Sage green
27+
highlight: "#98C379" # Highlight green
28+
29+
# Brand colors
30+
brand: "#4A4540" # Dark warm brown - selection backgrounds, brand elements
31+
brand_bg: "#363640" # Warm gray - Brand background areas
32+
33+
# Error colors
34+
error_strong: "#d74532"
35+
error_dark: "#4a2523"
36+
37+
# Spinner colors
38+
spinner_dim: "#D4D4D8" # Warm white
39+
spinner_bright: "#E0E0E0" # Lighter warm white
40+
spinner_brightest: "#ECECEC" # Brightest warm white
41+
42+
# Diff colors
43+
diff_add_bg: "#20303B"
44+
diff_remove_bg: "#3C2A2A"
45+
46+
# UI element colors
47+
line_number: "#565F89"
48+
separator: "#414868"
49+
selected: "#2A3B5C" # Darker blue-gray - selected items background (for warm white text)
50+
selected_fg: "#D4D4D8" # Warm white - text on selected items, menu highlights
51+
suggestion_ghost: "#6B6B6B"
52+
tab_bg: "#25252c"
53+
tab_active_bg: "#363640" # User message background
54+
tab_active_fg: "#D4D4D8" # Warm white
55+
tab_inactive_fg: "#808080"
56+
tab_border: "#9A88C0" # Lavender border
57+
placeholder: "#808080"
58+
59+
# Badge colors
60+
badge_accent: "#D4D4D8" # Warm white
61+
badge_info: "#9ECAB8" # Sage green
62+
badge_success: "#9ECE6A"
63+
64+
# Agent colors (hue values 0-360 for dynamic palette generation)
65+
agent_hues: [220, 280, 170, 30, 330, 140, 200, 260, 50, 0, 185, 20, 235, 295, 155, 340]
66+
67+
chroma:
68+
# Syntax highlighting colors
69+
error_fg: "#F1F1F1"
70+
error_bg: "#F05B5B"
71+
success: "#A0D4B4" # Mint green (matching theme success)
72+
comment: "#808080" # Muted gray
73+
comment_preproc: "#D4D4D8" # Warm white
74+
keyword: "#D4D4D8" # Warm white
75+
keyword_reserved: "#D4D4D8"
76+
keyword_namespace: "#D4D4D8"
77+
keyword_type: "#D4D4D8"
78+
operator: "#D4D4D8" # Warm white
79+
punctuation: "#C0C0C0" # Light gray
80+
name_builtin: "#D4D4D8" # Warm white
81+
name_tag: "#D4D4D8" # Warm white
82+
name_attribute: "#D4D4D8" # Warm white
83+
name_decorator: "#D4D4D8" # Warm white
84+
literal_number: "#9ECAB8" # Sage green
85+
literal_string: "#C69669" # Brown (keep)
86+
literal_string_escape: "#D4D4D8" # Warm white
87+
generic_deleted: "#FD5B5B"
88+
generic_subheading: "#808080"
89+
background: "#363640" # Match background_alt
90+
91+
markdown:
92+
heading: "#F2D4D8" # Soft pinky white
93+
link: "#7AA2F7" # Blue for links
94+
strong: "#D4D4D8" # Warm white for strong
95+
code: "#C0C0C0"
96+
code_bg: "#363640" # User message background
97+
blockquote: "#808080"
98+
list: "#C0C0C0"
99+
hr: "#E8C4BE"
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
version: 1
2+
name: "Neon Pink"
3+
colors:
4+
# Text colors - kin CLI inspired pink palette
5+
text_bright: "#FF69B4" # Pink
6+
text_primary: "#FFB6C1" # LightPink
7+
text_secondary: "#FFFFFF" # White (was Fuchsia)
8+
text_muted: "#DB7093" # Rose
9+
text_faint: "#7a5570" # Dim rose
10+
11+
# Accent colors - pastel pink
12+
accent: "#FFB3D9" # Pastel pink (softer)
13+
accent_muted: "#E6A8CF" # Muted pastel pink
14+
15+
# Background colors - Ghostty default grey
16+
background: "#1c1c1c" # Ghostty default grey
17+
background_alt: "#262626" # Slightly lighter grey
18+
19+
# Border colors
20+
border_secondary: "#DB7093" # Rose
21+
22+
# Status colors - keeping practical colors
23+
success: "#FFFFFF" # White (was Magenta)
24+
error: "#FF0066" # Kin error color
25+
warning: "#DB7093" # Rose
26+
info: "#FFFFFF" # White (was Fuchsia)
27+
highlight: "#FFB3D9" # Pastel pink (softer highlights)
28+
29+
# Brand colors
30+
brand: "#4A4540" # Dark warm brown - selection backgrounds (for readability)
31+
brand_bg: "#1a0a12" # BgSubtle
32+
33+
# Error colors
34+
error_strong: "#FFFFFF"
35+
error_dark: "#2a0a15"
36+
37+
# Spinner colors - pink gradient
38+
spinner_dim: "#DB7093" # Rose
39+
spinner_bright: "#FF69B4" # Pink
40+
spinner_brightest: "#FFB6C1" # LightPink
41+
42+
# Diff colors
43+
diff_add_bg: "#0a2a0a"
44+
diff_remove_bg: "#2a0a15"
45+
46+
# UI element colors
47+
line_number: "#7a5570" # Dim
48+
separator: "#DB7093" # Rose
49+
selected: "#E6A8CF" # Muted pastel pink
50+
selected_fg: "#FFFFFF" # White text on selection
51+
suggestion_ghost: "#7a5570"
52+
tab_bg: "#1c1c1c"
53+
tab_active_bg: "#262626" # Lighter grey
54+
tab_active_fg: "#FF69B4" # Pink
55+
tab_inactive_fg: "#DB7093" # Rose
56+
tab_border: "#FFB3D9" # Pastel pink
57+
placeholder: "#DB7093" # Rose
58+
59+
# Badge colors
60+
badge_accent: "#98D8C8" # Pastel green (for start)
61+
badge_info: "#6BA4E8" # Pastel blue (for Sandbox)
62+
badge_success: "#FFFFFF" # White (was Magenta)
63+
64+
# Agent colors (hue values 0-360 for dynamic palette generation)
65+
agent_hues: [220, 280, 170, 30, 330, 140, 200, 260, 50, 0, 185, 20, 235, 295, 155, 340]
66+
67+
chroma:
68+
# Syntax highlighting - kin inspired
69+
comment: "#7a5570" # Dim
70+
comment_preproc: "#FFFFFF" # White (was Magenta)
71+
keyword: "#FFFFFF" # White (was Magenta)
72+
keyword_reserved: "#FFFFFF" # White (was HotPink)
73+
keyword_namespace: "#FFFFFF" # White (was Fuchsia)
74+
keyword_type: "#FF69B4" # Pink
75+
operator: "#DB7093" # Rose
76+
punctuation: "#FFB6C1" # LightPink
77+
name_builtin: "#FFFFFF" # White (was Fuchsia)
78+
name_tag: "#FFFFFF" # White (was HotPink)
79+
name_attribute: "#FF69B4" # Pink
80+
name_decorator: "#FFFFFF" # White (was Magenta)
81+
literal_number: "#FFFFFF" # White (was Fuchsia)
82+
literal_string: "#FFB6C1" # LightPink
83+
literal_string_escape: "#FF69B4" # Pink
84+
generic_deleted: "#FFFFFF" # White (was error pink)
85+
generic_subheading: "#7a5570"
86+
background: "#1c1c1c"
87+
error_fg: "#FFFFFF"
88+
error_bg: "#2a0a15"
89+
success: "#FFFFFF" # White (was Magenta)
90+
91+
markdown:
92+
heading: "#FFFFFF" # White (was HotPink)
93+
link: "#FFFFFF" # White (was Fuchsia)
94+
strong: "#FF69B4" # Pink (bold)
95+
code: "#FFFFFF" # White (was Fuchsia)
96+
code_bg: "#262626" # Lighter grey
97+
blockquote: "#DB7093" # Rose
98+
list: "#FFB6C1" # LightPink
99+
hr: "#DB7093" # Rose (separator)

0 commit comments

Comments
 (0)