Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(theme): this was a fast fix for gruvbox light and dark #3255

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions zellij-utils/assets/themes/gruvbox.kdl
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
themes {
gruvbox-light {
fg 124 111 100
bg 251 82 75
black 40 40 40
red 205 75 69
green 152 151 26
bg 213 196 161
fg 80 73 69
orange 152 0 5
green 121 116 14
yellow 215 153 33
blue 69 133 136
magenta 177 98 134
cyan 104 157 106
white 213 196 161
orange 214 93 14
black 235 219 178
white 60 56 54
red 214 93 14
}
gruvbox-dark {
fg 213 196 161
bg 40 40 40
fg 235 219 178
bg 80 73 69
black 60 56 54
red 204 36 29
green 152 151 26
Expand All @@ -26,4 +26,3 @@ themes {
orange 214 93 14
}
}