mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Remove duplicated text base definition
This commit is contained in:
parent
8973e250ca
commit
02768b7f7b
@ -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"
|
||||
|
@ -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 New Issue
Block a user