Merge pull request #848 from logan-connolly/feature/add_rose_pine_theme

feat(theme): add rose pine theme
This commit is contained in:
tobi-wan-kenobi 2022-01-25 18:29:01 +01:00 committed by GitHub
commit 80493d3bea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

54
themes/rose-pine.json Normal file
View file

@ -0,0 +1,54 @@
{
"icons": ["awesome-fonts"],
"defaults": {
"separator-block-width": 0,
"warning": {
"fg": "#232136",
"bg": "#f6c177"
},
"critical": {
"fg": "#232136",
"bg": "#eb6f92"
}
},
"cycle": [
{ "fg": "#232136", "bg": "#ea9a97" },
{ "fg": "#e0def4", "bg": "#393552" }
],
"dnf": {
"good": {
"fg": "#232136",
"bg": "#9ccfd8"
}
},
"pacman": {
"good": {
"fg": "#232136",
"bg": "#9ccfd8"
}
},
"battery": {
"charged": {
"fg": "#232136",
"bg": "#9ccfd8"
},
"AC": {
"fg": "#232136",
"bg": "#9ccfd8"
}
},
"pomodoro": {
"paused": {
"fg": "#232136",
"bg": "#f6c177"
},
"work": {
"fg": "#232136",
"bg": "#9ccfd8"
},
"break": {
"fg": "#232136",
"bg": "#c4a7e7"
}
}
}