Skip to content

Commit

Permalink
Merge pull request #848 from logan-connolly/feature/add_rose_pine_theme
Browse files Browse the repository at this point in the history
feat(theme): add rose pine theme
  • Loading branch information
tobi-wan-kenobi authored Jan 25, 2022
2 parents 08b5386 + c40a174 commit 80493d3
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions themes/rose-pine.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 80493d3

Please sign in to comment.