Skip to content

Commit

Permalink
Update gruvbox.css
Browse files Browse the repository at this point in the history
  • Loading branch information
anitasonij authored Oct 11, 2022
1 parent c3b58d8 commit 5f434dd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions gruvbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@
color: #b8bb26;
font-style: italic;
}
.highlight .gi {
color: #b8bb26;
background-color: #282828;
}
.highlight .gd {
color: #fb4934;
background-color: #282828;
}
.highlight .si {
color: #b8bb26;
font-style: italic;
Expand Down Expand Up @@ -82,3 +90,9 @@
.highlight .ss {
color: #83a598;
}
.highlight .na {
color: #b8bb26;
}
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
color: #d3869b;
}

0 comments on commit 5f434dd

Please sign in to comment.