mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
Update predictive color
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
This commit is contained in:
parent
1b477c9e38
commit
ae0647c3a9
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ function buildDefaultSyntax(colorScheme: ColorScheme): Syntax {
|
|||
primary: colorScheme.ramps.neutral(1).hex(),
|
||||
comment: colorScheme.ramps.neutral(0.71).hex(),
|
||||
punctuation: colorScheme.ramps.neutral(0.86).hex(),
|
||||
predictive: colorScheme.ramps.neutral(0.57).hex(),
|
||||
predictive: colorScheme.ramps.violet(0.38).hex(),
|
||||
emphasis: colorScheme.ramps.blue(0.5).hex(),
|
||||
string: colorScheme.ramps.orange(0.5).hex(),
|
||||
function: colorScheme.ramps.yellow(0.5).hex(),
|
||||
|
|
Loading…
Reference in a new issue