Bladeren bron

color palettes

Lukas Goldschmidt 1 maand geleden
bovenliggende
commit
8ad3e4dd44
2 gewijzigde bestanden met toevoegingen van 9 en 9 verwijderingen
  1. 1 1
      render_test_charts.py
  2. 8 8
      src/astro_mcp/chart_styles.py

+ 1 - 1
render_test_charts.py

@@ -31,7 +31,7 @@ ASTRO_MCP_URL = os.environ.get(
 PERSON_IDS = [
     "trump",   # Donald Trump
     "chaka",   # Chaka Khan
-    "lucky"
+    "lucky","grace"
 ]
 
 

+ 8 - 8
src/astro_mcp/chart_styles.py

@@ -72,10 +72,10 @@ THEMES: dict[str, dict[str, Any]] = {
         "table_text": "#2c3e50",
         "table_line": "#bdc3c7",
         "table_row_alt": "#ecf0f1",
-        "zodiac_fire": "#e74c3c",
-        "zodiac_earth": "#27ae60",
-        "zodiac_air": "#f39c12",
-        "zodiac_water": "#3498db",
+        "zodiac_fire": "#E3C4BE",
+        "zodiac_earth": "#D8CEC6",
+        "zodiac_air": "#E0E5E6",
+        "zodiac_water": "#C9E3E4",
         "axis_line": "#8b7355",
         "tick_major": "#8b7355",
         "tick_minor": "#c9b896",
@@ -138,10 +138,10 @@ THEMES: dict[str, dict[str, Any]] = {
         "table_text": "#c9d1d9",
         "table_line": "#30363d",
         "table_row_alt": "#161b22",
-        "zodiac_fire": "#ff7b72",
-        "zodiac_earth": "#3fb950",
-        "zodiac_air": "#d29922",
-        "zodiac_water": "#58a6ff",
+        "zodiac_fire": "#512315",
+        "zodiac_earth": "#3A362C",
+        "zodiac_air": "#575E61",
+        "zodiac_water": "#134156",
         "axis_line": "#30363d",
         "tick_major": "#8b949e",
         "tick_minor": "#30363d",