Pull editor inlay hints from VS Code themes
This commit is contained in:
parent
6a164db700
commit
fa223e0c6f
14 changed files with 61 additions and 1 deletions
|
@ -62,6 +62,7 @@ pub fn palenight() -> UserThemeFamily {
|
|||
deleted: Some(rgba(0xef524fff).into()),
|
||||
error: Some(rgba(0xef524fff).into()),
|
||||
hidden: Some(rgba(0x9199c8ff).into()),
|
||||
hint: Some(rgba(0x969696ff).into()),
|
||||
..Default::default()
|
||||
},
|
||||
syntax: Some(UserSyntaxTheme {
|
||||
|
@ -268,6 +269,7 @@ pub fn palenight() -> UserThemeFamily {
|
|||
deleted: Some(rgba(0xef524fff).into()),
|
||||
error: Some(rgba(0xef524fff).into()),
|
||||
hidden: Some(rgba(0x9199c8ff).into()),
|
||||
hint: Some(rgba(0x969696ff).into()),
|
||||
..Default::default()
|
||||
},
|
||||
syntax: Some(UserSyntaxTheme {
|
||||
|
@ -474,6 +476,7 @@ pub fn palenight() -> UserThemeFamily {
|
|||
deleted: Some(rgba(0xef524fff).into()),
|
||||
error: Some(rgba(0xef524fff).into()),
|
||||
hidden: Some(rgba(0x9199c8ff).into()),
|
||||
hint: Some(rgba(0x969696ff).into()),
|
||||
..Default::default()
|
||||
},
|
||||
syntax: Some(UserSyntaxTheme {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue