Add new themes for dc

This commit is contained in:
Marco Thomas
2021-05-25 14:22:33 +02:00
parent 25b1d38e4d
commit bc14bbb6d4
5 changed files with 843 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Gruvbox-Gold
## Screenshots
![Gruvbox-Gold](screenshot.png)
## More
* Feel free to change the gold (FABD2F in color.ini) to a different accent color
## Credits
Theme created by Greyowl
## Gruvbox
Inspired by [gruvbox](https://github.com/morhetz/gruvbox)

View File

@@ -0,0 +1,20 @@
[Base]
main_fg = EBDBB2
secondary_fg = A89984
main_bg = 282828
sidebar_and_player_bg = 1D2021
cover_overlay_and_shadow = 282828
indicator_cfg_and_button_bg = FABD2F
pressing_fg = A89984
slider_bg = 282828
sidebar_indicator_and_hover_button_bg = FABD2f
scrollbar_fg_and_selected_row_bg = 1D2021
pressing_button_fg = FABD2f
pressing_button_bg = 1D2021
selected_button = FABD2F
miscellaneous_bg = 1D2021
miscellaneous_hover_bg = 1D2021
preserve_1 = EBDBB2
indicator_fg_and_button_bg = A89984
rgb_indicator_fg_and_button_bg = A89984

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

View File

@@ -0,0 +1,11 @@
/*Thinner scrollbar*/
/* ::-webkit-scrollbar {
height: 6px !important;
width: 0px !important;
background-color: transparent;
} */
.TableCellSong__label {
color: var(--modspotify_main_fg);
border: 1px solid var(--modspotify_main_fg);
}