This commit is contained in:
Hannah-Dagemark 2024-04-07 21:46:02 +02:00
commit d5a8079d72
38 changed files with 445 additions and 12 deletions

View file

@ -0,0 +1,6 @@
#Gartiva
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 2 250 130 }

View file

@ -0,0 +1,6 @@
#Gartiva
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 23 54 19 }

View file

@ -0,0 +1,6 @@
#Gartiva
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 192 2 73 }

View file

@ -0,0 +1,6 @@
#Gartiva
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 52 168 1 }

View file

@ -2,8 +2,27 @@ TST = {
color = rgb { 57 113 228 }
color_ui = rgb { 74 147 255 }
}
AVI = {
color = rgb { 144 231 245 }
color_ui = rgb { 144 231 245 }
}
GRT = {
color = rgb { 110 8 31 }
color_ui = rgb { 150 38 52 }
}
BRK = {
color = rgb { 190 82 25 }
color_ui = rgb { 190 82 25 }
}
CUM = {
color = rgb { 25 63 117 }
color_ui = rgb { 25 63 117 }
}
LAN = {
color = rgb { 65 209 52 }
color_ui = rgb { 65 209 52 }
}
BOR = {
color = rgb { 40 75 38 }
color_ui = rgb { 40 75 38 }
}