proper selection colors
This commit is contained in:
parent
075f2cb903
commit
7e01d2083d
3 changed files with 23 additions and 2 deletions
|
|
@ -21,6 +21,7 @@ export default {
|
|||
'--fg': 'color | #182230',
|
||||
'--text': 'color | #b9b9ba',
|
||||
'--link': 'color | #d8a070',
|
||||
'--accent': 'color | #d8a070',
|
||||
'--cRed': 'color | #FF0000',
|
||||
'--cBlue': 'color | #0095ff',
|
||||
'--cGreen': 'color | #0fa00f',
|
||||
|
|
@ -32,7 +33,11 @@ export default {
|
|||
|
||||
// Fallback no-background-image color
|
||||
// (also useful in some other places like scrollbars)
|
||||
'--wallpaper': 'color | --bg, -2'
|
||||
'--wallpaper': 'color | --bg, -2',
|
||||
|
||||
// Selection colors
|
||||
'--selectionBackground': 'color | --accent',
|
||||
'--selectionText': 'color | $textColor(--accent, --text)'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue