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

feat(Dribbblish): add Dribbblish color scheme gruvbox-material-dark #1034

Merged
merged 2 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions Dribbblish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
![samurai](samurai.png)
### Gruvbox
![gruvbox](gruvbox.png)
### Gruvbox Material Dark
![gruvbox-material-dark](gruvbox-material-dark.png)
### Rosé Pine
![rosepine](rosepine.png)
### Lunar
Expand Down
18 changes: 18 additions & 0 deletions Dribbblish/color.ini
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,24 @@ notification = 8ec07c
notification-error = d79921
misc = BFBFBF

[gruvbox-material-dark]
text = fbf1c7
subtext = d5c4a1
sidebar-text = 716e5f
main = 292828
sidebar = 1d2021
player = 292828
card = 3c3836
shadow = 202020
selected-row = d5c4a1
button = a9b665
button-active = a9b665
button-disabled = bdae93
tab-active = a9b665
notification = 8ec07c
notification-error = d79921
misc = BFBFBF

[rosepine]
text = ebbcba
subtext = F0F0F0
Expand Down
Binary file added Dribbblish/gruvbox-material-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions THEMES.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ Here you can find a preview of all the themes. Some of them may have different c

![gruvbox](Dribbblish/gruvbox.png)

#### Gruvbox Material Dark
![gruvbox-material-dark](Dribbblish/gruvbox-material-dark.png)

#### Rosé Pine

![rosepine](Dribbblish/rosepine.png)
Expand Down