diff --git a/Default/README.md b/Default/README.md new file mode 100644 index 0000000..f79e058 --- /dev/null +++ b/Default/README.md @@ -0,0 +1,13 @@ +# Default + +Default look of Spotify with different color schemes. + +## Screenshot + +![screenshot](./ocean.png) + +## Info + +### Ocean + +Part of material ocean themes, [checkout here](https://github.com/material-ocean) for the same theme for different applications. By @Blacksuan19 diff --git a/Default/color.ini b/Default/color.ini new file mode 100644 index 0000000..4d58be9 --- /dev/null +++ b/Default/color.ini @@ -0,0 +1,16 @@ +[Ocean] +text = FFFFFF +subtext = F1F1F1 +main = 0F111A +sidebar = 0F111A +player = 0F111A +card = 00010A +shadow = 0F111A +selected-row = F1F1F1 +button = FF4151 +button-active = F1F1F1 +button-disabled = 434C5E +tab-active = FF4151 +notification = 00010A +notification-error = FF4151 +misc = 00010A diff --git a/Default/ocean.png b/Default/ocean.png new file mode 100644 index 0000000..7f24416 Binary files /dev/null and b/Default/ocean.png differ