[themes] add moonlight theme (powerline)
This commit is contained in:
parent
a7979e7d66
commit
88f24100ff
3 changed files with 29 additions and 0 deletions
24
themes/moonlight-powerline.json
Normal file
24
themes/moonlight-powerline.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"icons": ["awesome-fonts"],
|
||||
"defaults": {
|
||||
"separator-block-width": 0,
|
||||
"warning": {
|
||||
"fg": "#e4f3fa",
|
||||
"bg": "#fc7b7b"
|
||||
},
|
||||
"critical": {
|
||||
"fg": "#e4f3fa",
|
||||
"bg": "#ff5370"
|
||||
}
|
||||
},
|
||||
"cycle": [
|
||||
{
|
||||
"fg": "#e4f3fa",
|
||||
"bg": "#403c64"
|
||||
},
|
||||
{
|
||||
"fg": "#e4f3fa",
|
||||
"bg": "#212337"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue