Remove duplicated text base definition

This commit is contained in:
Antonio Scandurra 2021-09-16 17:39:12 +02:00
parent 8973e250ca
commit 02768b7f7b
3 changed files with 1 additions and 4 deletions

View File

@ -9,7 +9,6 @@ extends = "_base"
0 = "#0F1011"
[text]
base = { family = "Inconsolata", size = 15 }
0 = { extends = "$text.base", color = "#ffffff" }
1 = { extends = "$text.base", color = "#b3b3b3" }
2 = { extends = "$text.base", color = "#7b7d80" }
@ -49,4 +48,4 @@ number = "#b5cea8"
comment = "#6a9955"
property = "#4e94ce"
variant = "#4fc1ff"
constant = "#9cdcfe"
constant = "#9cdcfe"

View File

@ -9,7 +9,6 @@ extends = "_base"
0 = "#1B222B"
[text]
base = { family = "Inconsolata", size = 15 }
0 = { extends = "$text.base", color = "#FFFFFF" }
1 = { extends = "$text.base", color = "#CDD1E2" }
2 = { extends = "$text.base", color = "#9BA8BE" }

View File

@ -9,7 +9,6 @@ extends = "_base"
0 = "#DDDDDC"
[text]
base = { family = "Inconsolata", size = 15 }
0 = { extends = "$text.base", color = "#000000" }
1 = { extends = "$text.base", color = "#29292B" }
2 = { extends = "$text.base", color = "#7E7E83" }