kerykeion 4.26.2__py3-none-any.whl → 5.0.0a2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of kerykeion might be problematic. Click here for more details.

Files changed (49) hide show
  1. kerykeion/__init__.py +9 -7
  2. kerykeion/aspects/aspects_utils.py +14 -8
  3. kerykeion/aspects/natal_aspects.py +26 -17
  4. kerykeion/aspects/synastry_aspects.py +32 -15
  5. kerykeion/aspects/transits_time_range.py +2 -2
  6. kerykeion/astrological_subject_factory.py +1132 -0
  7. kerykeion/charts/charts_utils.py +676 -146
  8. kerykeion/charts/draw_planets.py +9 -8
  9. kerykeion/charts/draw_planets_v2.py +639 -0
  10. kerykeion/charts/kerykeion_chart_svg.py +1334 -601
  11. kerykeion/charts/templates/chart.xml +184 -78
  12. kerykeion/charts/templates/wheel_only.xml +13 -12
  13. kerykeion/charts/themes/classic.css +91 -76
  14. kerykeion/charts/themes/dark-high-contrast.css +129 -107
  15. kerykeion/charts/themes/dark.css +130 -107
  16. kerykeion/charts/themes/light.css +130 -103
  17. kerykeion/charts/themes/strawberry.css +143 -0
  18. kerykeion/composite_subject_factory.py +26 -43
  19. kerykeion/ephemeris_data.py +6 -10
  20. kerykeion/house_comparison/__init__.py +3 -0
  21. kerykeion/house_comparison/house_comparison_factory.py +70 -0
  22. kerykeion/house_comparison/house_comparison_models.py +38 -0
  23. kerykeion/house_comparison/house_comparison_utils.py +98 -0
  24. kerykeion/kr_types/chart_types.py +13 -5
  25. kerykeion/kr_types/kr_literals.py +34 -6
  26. kerykeion/kr_types/kr_models.py +122 -160
  27. kerykeion/kr_types/settings_models.py +107 -143
  28. kerykeion/planetary_return_factory.py +299 -0
  29. kerykeion/{relationship_score/relationship_score_factory.py → relationship_score_factory.py} +10 -13
  30. kerykeion/report.py +4 -4
  31. kerykeion/settings/config_constants.py +35 -6
  32. kerykeion/settings/kerykeion_settings.py +1 -0
  33. kerykeion/settings/kr.config.json +1301 -1255
  34. kerykeion/settings/legacy/__init__.py +0 -0
  35. kerykeion/settings/legacy/legacy_celestial_points_settings.py +299 -0
  36. kerykeion/settings/legacy/legacy_chart_aspects_settings.py +71 -0
  37. kerykeion/settings/legacy/legacy_color_settings.py +42 -0
  38. kerykeion/transits_time_range.py +13 -9
  39. kerykeion/utilities.py +228 -31
  40. {kerykeion-4.26.2.dist-info → kerykeion-5.0.0a2.dist-info}/METADATA +119 -107
  41. kerykeion-5.0.0a2.dist-info/RECORD +54 -0
  42. {kerykeion-4.26.2.dist-info → kerykeion-5.0.0a2.dist-info}/WHEEL +1 -1
  43. kerykeion/astrological_subject.py +0 -841
  44. kerykeion/relationship_score/__init__.py +0 -2
  45. kerykeion/relationship_score/relationship_score.py +0 -175
  46. kerykeion-4.26.2.dist-info/LICENSE +0 -661
  47. kerykeion-4.26.2.dist-info/RECORD +0 -46
  48. /LICENSE → /kerykeion-5.0.0a2.dist-info/LICENSE +0 -0
  49. {kerykeion-4.26.2.dist-info → kerykeion-5.0.0a2.dist-info}/entry_points.txt +0 -0
@@ -11,20 +11,16 @@ OpenAstro.org -->
11
11
  preserveAspectRatio="xMidYMid"
12
12
  style="background-color: $paper_color_1"
13
13
  >
14
- <title>$stringTitle | Kerykeion</title>
14
+ <title>$stringTitle</title>
15
15
 
16
16
  <!-- Colors -->
17
17
  <style kr:node="Theme_Colors_Tag">
18
18
  $color_style_tag
19
19
  </style>
20
20
 
21
- <!---
22
- Main Chart -->
21
+ <!--- Main Chart -->
23
22
  <g kr:node="Main_Chart">
24
-
25
- <g kr:node="Main_Text">
26
- <rect class="background-rectangle" x="0" y="0" width="$chart_width"
27
- height="$chart_height" style="fill: $paper_color_1" />
23
+ <g kr:node="Top_Left_Text">
28
24
  <text x="20" y="22" style="fill: $paper_color_0; font-size: 24px">$stringTitle</text>
29
25
  <text x="20" y="50" style="fill: $paper_color_0; font-size: 10px">$top_left_0</text>
30
26
  <text x="20" y="62" style="fill: $paper_color_0; font-size: 10px">$top_left_1</text>
@@ -32,6 +28,26 @@ OpenAstro.org -->
32
28
  <text x="20" y="86" style="fill: $paper_color_0; font-size: 10px">$top_left_3</text>
33
29
  <text x="20" y="98" style="fill: $paper_color_0; font-size: 10px">$top_left_4</text>
34
30
  <text x="20" y="110" style="fill: $paper_color_0; font-size: 10px">$top_left_5</text>
31
+ </g>
32
+
33
+ <!-- Elements -->
34
+ <g kr:node="Elements_Percentages">
35
+ <text x="20" y="130" style="fill: $paper_color_0; font-size: 10px;">$elements_string</text>
36
+ <text x="20" y="144" style="fill: var(--kerykeion-chart-color-fire-percentage); font-size: 10px;">$fire_string</text>
37
+ <text x="20" y="156" style="fill: var(--kerykeion-chart-color-earth-percentage); font-size: 10px;">$earth_string</text>
38
+ <text x="20" y="168" style="fill: var(--kerykeion-chart-color-air-percentage); font-size: 10px;">$air_string</text>
39
+ <text x="20" y="180" style="fill: var(--kerykeion-chart-color-water-percentage); font-size: 10px;">$water_string</text>
40
+ </g>
41
+
42
+ <!-- Qualities -->
43
+ <g kr:node="Qualities_Percentages">
44
+ <text x="20" y="200" style="fill: $paper_color_0; font-size: 10px;">$qualities_string</text>
45
+ <text x="20" y="214" style="fill: var(--kerykeion-chart-color-cardinal-percentage); font-size: 10px;">$cardinal_string</text>
46
+ <text x="20" y="226" style="fill: var(--kerykeion-chart-color-fixed-percentage); font-size: 10px;">$fixed_string</text>
47
+ <text x="20" y="238" style="fill: var(--kerykeion-chart-color-mutable-percentage); font-size: 10px;">$mutable_string</text>
48
+ </g>
49
+
50
+ <g kr:node="Bottom_Left_Text">
35
51
  <text x="20" y="452" style="fill: $paper_color_0; font-size: 10px">$bottom_left_0</text>
36
52
  <text x="20" y="466" style="fill: $paper_color_0; font-size: 10px">$bottom_left_1</text>
37
53
  <text x="20" y="480" style="fill: $paper_color_0; font-size: 10px">$bottom_left_2</text>
@@ -40,97 +56,92 @@ OpenAstro.org -->
40
56
  </g>
41
57
 
42
58
  <!-- Lunar Phase -->
43
- <g kr:node="Lunar_Phase" transform="translate(20,518)">
44
- <g transform="rotate($lunar_phase_rotate 20 10)">
45
- <defs>
46
- <clipPath id="moonPhaseCutOffCircle">
47
- <circle cx="20" cy="10" r="10" />
48
- </clipPath>
49
- </defs>
50
- <circle cx="20" cy="10" r="10" style="fill: var(--kerykeion-chart-color-lunar-phase-0)" />
51
- <circle cx="$lunar_phase_circle_center_x" cy="10" r="$lunar_phase_circle_radius" style="fill: var(--kerykeion-chart-color-lunar-phase-1)" clip-path="url(#moonPhaseCutOffCircle)" />
52
- <circle cx="20" cy="10" r="10" style="fill: none; stroke: var(--kerykeion-chart-color-lunar-phase-0); stroke-width: 0.5px; stroke-opacity: 0.5" />
53
- </g>
59
+ <g kr:node="Lunar_Phase" transform="translate(10,518)">
60
+ $makeLunarPhase
54
61
  </g>
55
62
 
56
- <g kr:node="Main_Content" transform="translate(50,50)">
57
- <!-- Full Wheel -->
58
- <g kr:node="Full_Wheel" transform="translate(10,0)">
59
- <!-- Zodiac -->
60
- <g kr:node="Zodiac">
61
- $makeZodiac
62
- </g>
63
+ <!-- Full Wheel -->
64
+ <g kr:node="Full_Wheel" transform="translate(100,50)">
65
+ <!-- Zodiac -->
66
+ <g kr:node="Zodiac">
67
+ $makeZodiac
68
+ </g>
63
69
 
64
- <!-- First Circle -->
65
- <g kr:node="First_Circle">
66
- $first_circle
67
- </g>
70
+ <!-- First Circle -->
71
+ <g kr:node="First_Circle">
72
+ $first_circle
73
+ </g>
68
74
 
69
- <!-- Second Circle -->
70
- <g kr:node="Second_Circle">
71
- $second_circle
72
- </g>
75
+ <!-- Second Circle -->
76
+ <g kr:node="Second_Circle">
77
+ $second_circle
78
+ </g>
73
79
 
74
- <!-- Third Circle -->
75
- <g kr:node="Third_Circle">
76
- $third_circle
77
- </g>
80
+ <!-- Third Circle -->
81
+ <g kr:node="Third_Circle">
82
+ $third_circle
83
+ </g>
78
84
 
79
- <!-- Transit_Ring -->
80
- <g kr:node="Transint_Ring">
81
- $transitRing
82
- </g>
85
+ <!-- Transit_Ring -->
86
+ <g kr:node="Transint_Ring">
87
+ $transitRing
88
+ </g>
83
89
 
84
- <!-- Degree Ring -->
85
- <g kr:node="Degree_Ring">
86
- $degreeRing
87
- </g>
90
+ <!-- Degree Ring -->
91
+ <g kr:node="Degree_Ring">
92
+ $degreeRing
93
+ </g>
88
94
 
89
- <!-- Houses -->
90
- <g kr:node="Houses_Wheel">
91
- $makeHouses
92
- </g>
95
+ <!-- Houses -->
96
+ <g kr:node="Houses_Wheel">
97
+ $makeHouses
98
+ </g>
93
99
 
94
- <!-- Planets -->
95
- <g kr:node="Planets_Wheel">
96
- $makePlanets
97
- </g>
100
+ <!-- Planets -->
101
+ <g kr:node="Planets_Wheel">
102
+ $makePlanets
103
+ </g>
98
104
 
99
- <!-- Aspects -->
100
- <g kr:node="Aspects_Wheel">
101
- $makeAspects
102
- </g>
105
+ <!-- Aspects -->
106
+ <g kr:node="Aspects_Wheel">
107
+ $makeAspects
108
+ </g>
109
+ </g>
110
+
111
+ <!-- Houses_And_Planets_Grid -->
112
+ <g kr:node="Houses_And_Planets_Grid">
113
+ <!-- Main Subject Grid -->
114
+ <g kr:node="Main_Planet_Grid">
115
+ $makeMainPlanetGrid
103
116
  </g>
104
117
 
105
- <!-- AspectGrid -->
106
- <g kr:node="Aspect_Grid">
107
- $makeAspectGrid
118
+ <g kr:node="Secondary_Houses_Grid">
119
+ $makeSecondaryHousesGrid
108
120
  </g>
109
121
 
110
- <!-- Elements -->
111
- <g kr:node="Elements_Percentages">
112
- <g transform="translate(-30,79)">
113
- <text y="0" style="fill: var(--kerykeion-chart-color-fire-percentage); font-size: 10px;">$fire_string</text>
114
- <text y="12" style="fill: var(--kerykeion-chart-color-earth-percentage); font-size: 10px;">$earth_string</text>
115
- <text y="24" style="fill: var(--kerykeion-chart-color-air-percentage); font-size: 10px;">$air_string</text>
116
- <text y="36" style="fill: var(--kerykeion-chart-color-water-percentage); font-size: 10px;">$water_string</text>
117
- </g>"
122
+ <g kr:node="Secondary_Planet_Grid">
123
+ $makeSecondaryPlanetGrid
118
124
  </g>
119
125
 
120
- <!-- Houses_And_Planets_Grid -->
121
- <g kr:node="Houses_And_Planets_Grid">
122
- <!-- Planet Grid -->
123
- <g kr:node="Planet_Grid" transform="translate(560,-20)">
124
- $makePlanetGrid
125
- </g>
126
+ <g kr:node="Main_Houses_Grid">
127
+ $makeMainHousesGrid
128
+ </g>
126
129
 
127
- <!-- Houses Grid -->
128
- <g kr:node="Houses_Grid">
129
- $makeHousesGrid
130
- </g>
130
+ <!-- House Comparison Grid -->
131
+ <g kr:node="House_Comparison_Table" transform="translate(50,30)">
132
+ $makeHouseComparisonGrid
131
133
  </g>
132
134
  </g>
133
135
 
136
+ <!-- Single Chart Aspect -->
137
+ <g kr:node="Aspect_Grid" transform="translate(0,50)">
138
+ $makeAspectGrid
139
+ </g>
140
+
141
+ <!-- Double Chart Chart Aspects -->
142
+ <g kr:node="Aspect_List" transform="translate(50,50)">
143
+ $makeDoubleChartAspectList
144
+ </g>
134
145
  </g>
135
146
 
136
147
  <!-- Symbols Definitions -->
@@ -299,6 +310,101 @@ OpenAstro.org -->
299
310
  <symbol id="Imum_Coeli">
300
311
  <text y="20" style="font-size: 22px; fill: $planets_color_15">Ic</text>
301
312
  </symbol>
313
+
314
+ <!-- Asteroids and additional points -->
315
+ <symbol id="Ceres">
316
+ <g transform="translate(1,2)">
317
+ <path d="M 11.5,0.5 L 11.5,21.5 M 7.5,4 L 15.5,4 M 5,10 L 17,10"
318
+ style="stroke: $planets_color_17; stroke-width: 2px; fill: none;" />
319
+ <circle cx="11.5" cy="15" r="5"
320
+ style="stroke: $planets_color_17; stroke-width: 2px; fill: none;" />
321
+ </g>
322
+ </symbol>
323
+
324
+ <symbol id="Pallas">
325
+ <g transform="translate(1,2)">
326
+ <path d="M 11,0.5 L 11,21.5 M 6,6 L 16,6 M 4,12 L 18,12"
327
+ style="stroke: $planets_color_18; stroke-width: 2px; fill: none;" />
328
+ </g>
329
+ </symbol>
330
+
331
+ <symbol id="Juno">
332
+ <g transform="translate(1,2)">
333
+ <path d="M 5,5 C 5,2 11,0 11,0 C 11,0 17,2 17,5 C 17,9 13,9 11,15 C 9,9 5,9 5,5 z M 7,18 L 15,18 M 11,15 L 11,21"
334
+ style="stroke: $planets_color_19; stroke-width: 2px; fill: none;" />
335
+ </g>
336
+ </symbol>
337
+
338
+ <symbol id="Vesta">
339
+ <g transform="translate(1,2)">
340
+ <path d="M 7,0.5 L 15,0.5 M 11,0.5 L 11,13 M 6,6 L 16,6 M 7,20 C 7,16 15,16 15,20 C 15,24 7,24 7,20 z"
341
+ style="stroke: $planets_color_20; stroke-width: 2px; fill: none;" />
342
+ </g>
343
+ </symbol>
344
+
345
+ <symbol id="Vertex">
346
+ <text y="20" style="font-size: 22px; fill: $planets_color_22">Vx</text>
347
+ </symbol>
348
+
349
+ <symbol id="East_Point">
350
+ <text y="20" style="font-size: 22px; fill: $planets_color_23">EP</text>
351
+ </symbol>
352
+
353
+ <symbol id="True_Lilith">
354
+ <g transform="translate(1,2)">
355
+ <path
356
+ d="M 5.2255055,0.5001842 C 4.5318761,0.5265765 3.8737679,0.6459111 3.2335607,0.83217502 C 6.682099,1.8494555 9.2093951,5.0469634 9.2093951,8.8236674 C 9.2093953,12.600373 6.682099,15.797873 3.2335607,16.815161 C 3.9722573,17.030079 4.7497456,17.147152 5.5574963,17.147152 C 6.4110015,17.147152 7.2245796,17.006704 8,16.767734 L 8,19.803079 L 4.490383,19.803079 L 4.490383,21.629028 L 8,21.629028 L 8,23.739541 L 9.7785222,23.739541 L 9.7785222,21.629028 L 13.430421,21.629028 L 13.430421,19.803079 L 9.7785222,19.803079 L 9.7785222,15.985184 C 12.226487,14.535184 13.88098,11.873186 13.88098,8.8236674 C 13.88098,4.2284374 10.152727,0.5001842 5.5574963,0.5001842 C 5.4497948,0.5001842 5.3322206,0.4961168 5.2255055,0.5001842 z"
357
+ style="fill: $planets_color_24;" />
358
+ </g>
359
+ </symbol>
360
+
361
+ <symbol id="Eris">
362
+ <g transform="translate(1,2)">
363
+ <path d="M 8,4 L 14,4 M 6,8 L 16,8 M 4,12 L 18,12 M 6,16 L 16,16 M 8,20 L 14,20"
364
+ style="stroke: $planets_color_25; stroke-width: 2px; fill: none;" />
365
+ <circle cx="11" cy="11" r="10"
366
+ style="fill: none; stroke: $planets_color_25; stroke-width: 2px" />
367
+ </g>
368
+ </symbol>
369
+
370
+ <symbol id="Pars_Fortunae">
371
+ <g transform="translate(1,2)">
372
+ <circle cx="11" cy="11" r="9"
373
+ style="fill: none; stroke: $planets_color_21; stroke-width: 2px" />
374
+ <path d="M 11,2 L 11,20 M 2,11 L 20,11"
375
+ style="stroke: $planets_color_21; stroke-width: 2px; fill: none;" />
376
+ </g>
377
+ </symbol>
378
+
379
+ <symbol id="Pars_Spiritus">
380
+ <g transform="translate(1,2)">
381
+ <circle cx="11" cy="11" r="9"
382
+ style="fill: none; stroke: $planets_color_26; stroke-width: 2px" />
383
+ <path d="M 7,11 L 15,11 M 11,7 L 11,15"
384
+ style="stroke: $planets_color_26; stroke-width: 2px; fill: none;" />
385
+ <path d="M 7,7 L 15,15 M 7,15 L 15,7"
386
+ style="stroke: $planets_color_26; stroke-width: 2px; fill: none;" />
387
+ </g>
388
+ </symbol>
389
+
390
+ <symbol id="Pars_Amoris">
391
+ <g transform="translate(1,2)">
392
+ <circle cx="11" cy="11" r="9"
393
+ style="fill: none; stroke: $planets_color_28; stroke-width: 2px" />
394
+ <path d="M 7,7 C 9,5 13,5 15,7 C 17,9 17,13 15,15 C 13,17 9,17 7,15 C 5,13 5,9 7,7 Z"
395
+ style="stroke: $planets_color_28; stroke-width: 2px; fill: none;" />
396
+ </g>
397
+ </symbol>
398
+
399
+ <symbol id="Pars_Fidei">
400
+ <g transform="translate(1,2)">
401
+ <circle cx="11" cy="11" r="9"
402
+ style="fill: none; stroke: $planets_color_32; stroke-width: 2px" />
403
+ <path d="M 6,11 L 16,11 M 11,6 L 11,16 M 8,8 L 14,14"
404
+ style="stroke: $planets_color_32; stroke-width: 2px; fill: none;" />
405
+ </g>
406
+ </symbol>
407
+
302
408
  <!-- Zodiac -->
303
409
  <symbol id="Ari">
304
410
  <path
@@ -20,48 +20,49 @@
20
20
  <!--- Main Chart -->
21
21
  <g kr:node="Main_Chart">
22
22
 
23
- <g kr:node="Main_Content" transform="translate(50,50)">
24
- <!-- Zodiac -->
23
+ <!-- Full Wheel -->
24
+ <g kr:node="Full_Wheel" transform="translate(100,50)">
25
+ <!-- Zodiac -->
25
26
  <g kr:node="Zodiac">
26
27
  $makeZodiac
27
28
  </g>
28
29
 
29
- <!-- First Circle -->
30
+ <!-- First Circle -->
30
31
  <g kr:node="First_Circle">
31
32
  $first_circle
32
33
  </g>
33
34
 
34
- <!-- Second Circle -->
35
+ <!-- Second Circle -->
35
36
  <g kr:node="Second_Circle">
36
37
  $second_circle
37
38
  </g>
38
39
 
39
- <!-- Third Circle -->
40
+ <!-- Third Circle -->
40
41
  <g kr:node="Third_Circle">
41
42
  $third_circle
42
43
  </g>
43
44
 
44
- <!-- Transit_Ring -->
45
+ <!-- Transit_Ring -->
45
46
  <g kr:node="Transint_Ring">
46
47
  $transitRing
47
48
  </g>
48
49
 
49
- <!-- Degree Ring -->
50
+ <!-- Degree Ring -->
50
51
  <g kr:node="Degree_Ring">
51
52
  $degreeRing
52
53
  </g>
53
54
 
54
- <!-- Houses -->
55
+ <!-- Houses -->
55
56
  <g kr:node="Houses_Wheel">
56
57
  $makeHouses
57
58
  </g>
58
59
 
59
- <!-- Planets -->
60
+ <!-- Planets -->
60
61
  <g kr:node="Planets_Wheel">
61
62
  $makePlanets
62
63
  </g>
63
64
 
64
- <!-- Aspects -->
65
+ <!-- Aspects -->
65
66
  <g kr:node="Aspects_Wheel">
66
67
  $makeAspects
67
68
  </g>
@@ -69,9 +70,9 @@
69
70
 
70
71
  </g>
71
72
 
72
- <!-- Symbols Definitions -->
73
+ <!-- Symbols Definitions -->
73
74
  <defs>
74
- <!-- Planets (24x24) -->
75
+ <!-- Planets (24x24) -->
75
76
  <symbol id="Sun">
76
77
  <g transform="translate(1,4)">
77
78
  <circle cx="10" cy="10" r="9"
@@ -1,82 +1,97 @@
1
1
  :root {
2
- /* Main Colors */
3
- --kerykeion-chart-color-paper-0: #000000;
4
- --kerykeion-chart-color-paper-1: #ffffff;
5
- --kerykeion-chart-color-zodiac-bg-0: #ff7200;
6
- --kerykeion-chart-color-zodiac-bg-1: #6b3d00;
7
- --kerykeion-chart-color-zodiac-bg-2: #69acf1;
8
- --kerykeion-chart-color-zodiac-bg-3: #2b4972;
9
- --kerykeion-chart-color-zodiac-bg-4: #ff7200;
10
- --kerykeion-chart-color-zodiac-bg-5: #6b3d00;
11
- --kerykeion-chart-color-zodiac-bg-6: #69acf1;
12
- --kerykeion-chart-color-zodiac-bg-7: #2b4972;
13
- --kerykeion-chart-color-zodiac-bg-8: #ff7200;
14
- --kerykeion-chart-color-zodiac-bg-9: #6b3d00;
15
- --kerykeion-chart-color-zodiac-bg-10: #69acf1;
16
- --kerykeion-chart-color-zodiac-bg-11: #2b4972;
17
- --kerykeion-chart-color-zodiac-icon-0: #ff7200;
18
- --kerykeion-chart-color-zodiac-icon-1: #6b3d00;
19
- --kerykeion-chart-color-zodiac-icon-2: #69acf1;
20
- --kerykeion-chart-color-zodiac-icon-3: #2b4972;
21
- --kerykeion-chart-color-zodiac-icon-4: #ff7200;
22
- --kerykeion-chart-color-zodiac-icon-5: #6b3d00;
23
- --kerykeion-chart-color-zodiac-icon-6: #69acf1;
24
- --kerykeion-chart-color-zodiac-icon-7: #2b4972;
25
- --kerykeion-chart-color-zodiac-icon-8: #ff7200;
26
- --kerykeion-chart-color-zodiac-icon-9: #6b3d00;
27
- --kerykeion-chart-color-zodiac-icon-10: #69acf1;
28
- --kerykeion-chart-color-zodiac-icon-11: #2b4972;
29
- --kerykeion-chart-color-zodiac-radix-ring-0: #ff0000;
30
- --kerykeion-chart-color-zodiac-radix-ring-1: #ff0000;
31
- --kerykeion-chart-color-zodiac-radix-ring-2: #ff0000;
32
- --kerykeion-chart-color-zodiac-transit-ring-0: #ff0000;
33
- --kerykeion-chart-color-zodiac-transit-ring-1: #ff0000;
34
- --kerykeion-chart-color-zodiac-transit-ring-2: #0000ff;
35
- --kerykeion-chart-color-zodiac-transit-ring-3: #0000ff;
36
- --kerykeion-chart-color-houses-radix-line: #ff0000;
37
- --kerykeion-chart-color-houses-transit-line: #0000ff;
38
- --kerykeion-chart-color-lunar-phase-0: #000000;
39
- --kerykeion-chart-color-lunar-phase-1: #ffffff;
2
+ /* Main Colors */
3
+ --kerykeion-chart-color-paper-0: #000000;
4
+ --kerykeion-chart-color-paper-1: #ffffff;
5
+ --kerykeion-chart-color-zodiac-bg-0: #ff7200;
6
+ --kerykeion-chart-color-zodiac-bg-1: #6b3d00;
7
+ --kerykeion-chart-color-zodiac-bg-2: #69acf1;
8
+ --kerykeion-chart-color-zodiac-bg-3: #2b4972;
9
+ --kerykeion-chart-color-zodiac-bg-4: #ff7200;
10
+ --kerykeion-chart-color-zodiac-bg-5: #6b3d00;
11
+ --kerykeion-chart-color-zodiac-bg-6: #69acf1;
12
+ --kerykeion-chart-color-zodiac-bg-7: #2b4972;
13
+ --kerykeion-chart-color-zodiac-bg-8: #ff7200;
14
+ --kerykeion-chart-color-zodiac-bg-9: #6b3d00;
15
+ --kerykeion-chart-color-zodiac-bg-10: #69acf1;
16
+ --kerykeion-chart-color-zodiac-bg-11: #2b4972;
17
+ --kerykeion-chart-color-zodiac-icon-0: #ff7200;
18
+ --kerykeion-chart-color-zodiac-icon-1: #6b3d00;
19
+ --kerykeion-chart-color-zodiac-icon-2: #69acf1;
20
+ --kerykeion-chart-color-zodiac-icon-3: #2b4972;
21
+ --kerykeion-chart-color-zodiac-icon-4: #ff7200;
22
+ --kerykeion-chart-color-zodiac-icon-5: #6b3d00;
23
+ --kerykeion-chart-color-zodiac-icon-6: #69acf1;
24
+ --kerykeion-chart-color-zodiac-icon-7: #2b4972;
25
+ --kerykeion-chart-color-zodiac-icon-8: #ff7200;
26
+ --kerykeion-chart-color-zodiac-icon-9: #6b3d00;
27
+ --kerykeion-chart-color-zodiac-icon-10: #69acf1;
28
+ --kerykeion-chart-color-zodiac-icon-11: #2b4972;
29
+ --kerykeion-chart-color-zodiac-radix-ring-0: #ff0000;
30
+ --kerykeion-chart-color-zodiac-radix-ring-1: #ff0000;
31
+ --kerykeion-chart-color-zodiac-radix-ring-2: #ff0000;
32
+ --kerykeion-chart-color-zodiac-transit-ring-0: #ff0000;
33
+ --kerykeion-chart-color-zodiac-transit-ring-1: #ff0000;
34
+ --kerykeion-chart-color-zodiac-transit-ring-2: #0000ff;
35
+ --kerykeion-chart-color-zodiac-transit-ring-3: #0000ff;
36
+ --kerykeion-chart-color-houses-radix-line: #ff0000;
37
+ --kerykeion-chart-color-houses-transit-line: #0000ff;
38
+ --kerykeion-chart-color-lunar-phase-0: #000000;
39
+ --kerykeion-chart-color-lunar-phase-1: #ffffff;
40
40
 
41
- /* Aspects */
42
- --kerykeion-chart-color-conjunction: #5757e2;
43
- --kerykeion-chart-color-semi-sextile: #810757;
44
- --kerykeion-chart-color-semi-square: #b14e58;
45
- --kerykeion-chart-color-sextile: #d59e28;
46
- --kerykeion-chart-color-quintile: #1f99b3;
47
- --kerykeion-chart-color-square: #dc0000;
48
- --kerykeion-chart-color-trine: #36d100;
49
- --kerykeion-chart-color-sesquiquadrate: #985a10;
50
- --kerykeion-chart-color-biquintile: #7a9810;
51
- --kerykeion-chart-color-quincunx: #26bbcf;
52
- --kerykeion-chart-color-opposition: #510060;
41
+ /* Aspects */
42
+ --kerykeion-chart-color-conjunction: #5757e2;
43
+ --kerykeion-chart-color-semi-sextile: #810757;
44
+ --kerykeion-chart-color-semi-square: #b14e58;
45
+ --kerykeion-chart-color-sextile: #d59e28;
46
+ --kerykeion-chart-color-quintile: #1f99b3;
47
+ --kerykeion-chart-color-square: #dc0000;
48
+ --kerykeion-chart-color-trine: #36d100;
49
+ --kerykeion-chart-color-sesquiquadrate: #985a10;
50
+ --kerykeion-chart-color-biquintile: #7a9810;
51
+ --kerykeion-chart-color-quincunx: #26bbcf;
52
+ --kerykeion-chart-color-opposition: #510060;
53
53
 
54
- /* Planets */
55
- --kerykeion-chart-color-sun: #984b00;
56
- --kerykeion-chart-color-moon: #150052;
57
- --kerykeion-chart-color-mercury: #520800;
58
- --kerykeion-chart-color-venus: #400052;
59
- --kerykeion-chart-color-mars: #540000;
60
- --kerykeion-chart-color-jupiter: #47133d;
61
- --kerykeion-chart-color-saturn: #124500;
62
- --kerykeion-chart-color-uranus: #6f0766;
63
- --kerykeion-chart-color-neptune: #06537f;
64
- --kerykeion-chart-color-pluto: #713f04;
65
- --kerykeion-chart-color-mean-node: #4c1541;
66
- --kerykeion-chart-color-true-node: #4c1541;
67
- --kerykeion-chart-color-chiron: #666f06;
68
- --kerykeion-chart-color-first-house: #ff7e00;
69
- --kerykeion-chart-color-tenth-house: #ff0000;
70
- --kerykeion-chart-color-seventh-house: #0000ff;
71
- --kerykeion-chart-color-fourth-house: #000000;
72
- --kerykeion-chart-color-mean-lilith: #000000;
54
+ /* Planets */
55
+ --kerykeion-chart-color-sun: #984b00;
56
+ --kerykeion-chart-color-moon: #150052;
57
+ --kerykeion-chart-color-mercury: #520800;
58
+ --kerykeion-chart-color-venus: #400052;
59
+ --kerykeion-chart-color-mars: #540000;
60
+ --kerykeion-chart-color-jupiter: #47133d;
61
+ --kerykeion-chart-color-saturn: #124500;
62
+ --kerykeion-chart-color-uranus: #6f0766;
63
+ --kerykeion-chart-color-neptune: #06537f;
64
+ --kerykeion-chart-color-pluto: #713f04;
65
+ --kerykeion-chart-color-mean-node: #4c1541;
66
+ --kerykeion-chart-color-true-node: #4c1541;
67
+ --kerykeion-chart-color-chiron: #666f06;
68
+ --kerykeion-chart-color-first-house: #ff7e00;
69
+ --kerykeion-chart-color-tenth-house: #ff0000;
70
+ --kerykeion-chart-color-seventh-house: #0000ff;
71
+ --kerykeion-chart-color-fourth-house: #000000;
72
+ --kerykeion-chart-color-mean-lilith: #000000;
73
+ --kerykeion-chart-color-true-lilith: #333333;
74
+ --kerykeion-chart-color-ceres: #265206;
75
+ --kerykeion-chart-color-pallas: #004952;
76
+ --kerykeion-chart-color-juno: #591f52;
77
+ --kerykeion-chart-color-vesta: #963209;
78
+ --kerykeion-chart-color-pars-fortunae: #095242;
79
+ --kerykeion-chart-color-vertex: #52064e;
80
+ --kerykeion-chart-color-east-point: #482b7f;
81
+ --kerykeion-chart-color-eris: #800000;
73
82
 
74
- /* Elements Percentage */
75
- --kerykeion-chart-color-air-percentage: #6f76d1;
76
- --kerykeion-chart-color-earth-percentage: #6a2d04;
77
- --kerykeion-chart-color-fire-percentage: #ff6600;
78
- --kerykeion-chart-color-water-percentage: #630e73;
83
+ /* Arab Parts */
84
+ --kerykeion-chart-color-pars-spiritus: #095242;
85
+ --kerykeion-chart-color-pars-amoris: #7f0c52;
86
+ --kerykeion-chart-color-pars-fortunae: #095242;
87
+ --kerykeion-chart-color-pars-fidei: #095242;
79
88
 
80
- /* Other */
81
- --kerykeion-chart-color-house-number: #f00;
89
+ /* Elements Percentage */
90
+ --kerykeion-chart-color-air-percentage: #6f76d1;
91
+ --kerykeion-chart-color-earth-percentage: #6a2d04;
92
+ --kerykeion-chart-color-fire-percentage: #ff6600;
93
+ --kerykeion-chart-color-water-percentage: #630e73;
94
+
95
+ /* Other */
96
+ --kerykeion-chart-color-house-number: #f00;
82
97
  }