If I understand correctly you can change the colors of the Empires, Kingdoms, Duchies and Counties in the landed_titles.txt file. Like how I changed the color of the HRE from this
to this
But there are some things I don't understand.
First: What is this color2 thing?
And second: How do I change the color of the borders?
Code:
# EMPIRES
e_hre = {
color={ 155 155 150 }
color2={ 220 220 20 }
Code:
# EMPIRES
e_hre = {
color={ 155 155 100 }
color2={ 220 220 20 }
But there are some things I don't understand.
First: What is this color2 thing?
And second: How do I change the color of the borders?