[themes] restore all themes
This commit is contained in:
parent
dc8da374fb
commit
0bae9e33bb
25 changed files with 1945 additions and 0 deletions
63
themes/wal-powerline.json
Normal file
63
themes/wal-powerline.json
Normal file
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"icons": [ "awesome-fonts" ],
|
||||
"colors": [ "wal" ],
|
||||
"defaults": {
|
||||
"separator-block-width": 0,
|
||||
"critical": {
|
||||
"fg": "cursor",
|
||||
"bg": "color5"
|
||||
},
|
||||
"warning": {
|
||||
"fg": "cursor",
|
||||
"bg": "color6"
|
||||
},
|
||||
"default_separators": false
|
||||
},
|
||||
"cycle": [
|
||||
{
|
||||
"fg": "foreground",
|
||||
"bg": "background"
|
||||
},
|
||||
{
|
||||
"fg": "background",
|
||||
"bg": "foreground"
|
||||
}
|
||||
],
|
||||
"dnf": {
|
||||
"good": {
|
||||
"fg": "background",
|
||||
"bg": "color3"
|
||||
}
|
||||
},
|
||||
"apt": {
|
||||
"good": {
|
||||
"fg": "background",
|
||||
"bg": "color3"
|
||||
}
|
||||
},
|
||||
"battery": {
|
||||
"charged": {
|
||||
"fg": "background",
|
||||
"bg": "color3"
|
||||
},
|
||||
"AC": {
|
||||
"fg": "background",
|
||||
"bg": "color3"
|
||||
}
|
||||
},
|
||||
"pomodoro": {
|
||||
"paused": {
|
||||
"fg": "cursor",
|
||||
"bg": "color6"
|
||||
},
|
||||
"work": {
|
||||
"fg": "background",
|
||||
"bg": "foreground"
|
||||
},
|
||||
"break": {
|
||||
"fg": "background",
|
||||
"bg": "color3"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue