[themes] restore all themes
This commit is contained in:
parent
dc8da374fb
commit
0bae9e33bb
25 changed files with 1945 additions and 0 deletions
68
themes/solarized.json
Normal file
68
themes/solarized.json
Normal file
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"icons": [ "ascii" ],
|
||||
"defaults": {
|
||||
"separator-block-width": 0,
|
||||
"critical": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#dc322f"
|
||||
},
|
||||
"warning": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#b58900"
|
||||
},
|
||||
"default_separators": false,
|
||||
"separator": ""
|
||||
},
|
||||
"cycle": [
|
||||
{
|
||||
"fg": "#93a1a1",
|
||||
"bg": "#002b36"
|
||||
},
|
||||
{
|
||||
"fg": "#eee8d5",
|
||||
"bg": "#586e75"
|
||||
}
|
||||
],
|
||||
"dnf": {
|
||||
"good": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
}
|
||||
},
|
||||
"apt": {
|
||||
"good": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
}
|
||||
},
|
||||
"battery": {
|
||||
"charged": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
},
|
||||
"AC": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
}
|
||||
},
|
||||
"git": {
|
||||
"modified": { "bg": "#2aa198" },
|
||||
"deleted": { "bg": "#d33682" },
|
||||
"new": { "bg": "#859900" }
|
||||
},
|
||||
"pomodoro": {
|
||||
"paused": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#b58900"
|
||||
},
|
||||
"work": {
|
||||
"fg": "#eee8d5",
|
||||
"bg": "#586e75"
|
||||
},
|
||||
"break": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue