mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
Remove duplicated text base definition
This commit is contained in:
parent
8973e250ca
commit
02768b7f7b
3 changed files with 1 additions and 4 deletions
|
@ -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" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue