Add new themes for dc
This commit is contained in:
16
themes/Gruvbox-Gold/README.md
Normal file
16
themes/Gruvbox-Gold/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Gruvbox-Gold
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||
## 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)
|
||||
20
themes/Gruvbox-Gold/color.ini
Normal file
20
themes/Gruvbox-Gold/color.ini
Normal 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
|
||||
BIN
themes/Gruvbox-Gold/screenshot.png
Normal file
BIN
themes/Gruvbox-Gold/screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 198 KiB |
11
themes/Gruvbox-Gold/user.css
Normal file
11
themes/Gruvbox-Gold/user.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user