mirror of
https://github.com/jnsahaj/tweakcn.git
synced 2026-08-30 18:10:28 +08:00
fix(claude theme): update ring colors in default presets for better visibility
This commit is contained in:
committed by
Sahaj Jain
parent
32aaea5be3
commit
6a709c2a82
@@ -3095,7 +3095,7 @@ export const defaultPresets: Record<string, ThemePreset> = {
|
||||
"destructive-foreground": "#ffffff",
|
||||
border: "#dad9d4",
|
||||
input: "#b4b2a7",
|
||||
ring: "#207fde",
|
||||
ring: "#c96442",
|
||||
"chart-1": "#b05730",
|
||||
"chart-2": "#9c87f5",
|
||||
"chart-3": "#ded8c4",
|
||||
@@ -3130,7 +3130,7 @@ export const defaultPresets: Record<string, ThemePreset> = {
|
||||
"destructive-foreground": "#ffffff",
|
||||
border: "#3e3e38",
|
||||
input: "#52514a",
|
||||
ring: "#207fde",
|
||||
ring: "#d97757",
|
||||
"chart-1": "#b05730",
|
||||
"chart-2": "#9c87f5",
|
||||
"chart-3": "#1a1915",
|
||||
|
||||
Reference in New Issue
Block a user