diff --git a/Dribbblish/README.md b/Dribbblish/README.md index c5b9154e..06c43b46 100644 --- a/Dribbblish/README.md +++ b/Dribbblish/README.md @@ -15,7 +15,7 @@ ### Purple ![purple](purple.png) ### Samurai -![samurai](samourai.png) +![samurai](samurai.png) ### Gruvbox ![gruvbox](gruvbox.png) ### Rosé Pine @@ -24,8 +24,12 @@ ![lunar](lunar.png) ### Catppuccin Latte ![catppuccin-latte](catppuccin-latte.png) +### Catppuccin Frappe +![catppuccin-frappe](catppuccin-frappe.png) ### Catppuccin Macchiato ![catppuccin-macchiato](catppuccin-macchiato.png) +### Catppuccin Mocha +![catppuccin-mocha](catppuccin-mocha.png) ## Features ### Resizable sidebar @@ -83,7 +87,7 @@ xpui.js_repl_8008 = ,${1}56, ``` ## Change Color Schemes -There are 9 color schemes you can choose: `base`, `white`, `dark`, `dracula`, `nord-dark`, `nord-light`, `beach-sunset`, `samourai`, `purple`. Change scheme with commands: +There are 13 color schemes you can choose: `base`, `white`, `dark`, `dracula`, `nord-dark`, `nord-light`, `beach-sunset`, `samourai`, `purple`, `catppuccin-latte`, `catppuccin-frappe`, `catppuccin-macchiato`, `catppuccin-mocha`. Change scheme with commands: ``` spicetify config color_scheme spicetify apply diff --git a/Dribbblish/catppuccin-frappe.png b/Dribbblish/catppuccin-frappe.png new file mode 100644 index 00000000..b411d1b0 Binary files /dev/null and b/Dribbblish/catppuccin-frappe.png differ diff --git a/Dribbblish/catppuccin-mocha.png b/Dribbblish/catppuccin-mocha.png new file mode 100644 index 00000000..08392c97 Binary files /dev/null and b/Dribbblish/catppuccin-mocha.png differ diff --git a/Dribbblish/color.ini b/Dribbblish/color.ini index 22b1253e..0e8c1d6f 100644 --- a/Dribbblish/color.ini +++ b/Dribbblish/color.ini @@ -215,38 +215,76 @@ notification = 3281ea notification-error = b10c0c misc = 252525 +; Comments below correspond to the labeling of the colors on the Catppuccin GitHub page. + [catppuccin-latte] -text = 4c4f69 -subtext = 5c5f77 -sidebar-text = 4c4f69 -main = eff1f5 -sidebar = e6e9ef -player = eff1f5 -card = eff1f5 -shadow = e6e9ef -selected-row = 7c7f93 -button = 8c8fa1 -button-active = 7c7f93 -button-disabled = 9ca0b0 -tab-active = ccd0da -notification = ccd0da -notification-error = d20f39 -misc = bcc0cc +text = 4c4f69 ; Text +subtext = 5c5f77 ; Subtext1 +sidebar-text = 4c4f69 ; Text +main = eff1f5 ; Base +sidebar = e6e9ef ; Mantle +player = eff1f5 ; Base +card = eff1f5 ; Base +shadow = e6e9ef ; Mantle +selected-row = 7c7f93 ; Overlay2 +button = 8c8fa1 ; Overlay1 +button-active = 7c7f93 ; Overlay2 +button-disabled = 9ca0b0 ; Overlay0 +tab-active = ccd0da ; Surface0 +notification = ccd0da ; Surface0 +notification-error = d20f39 ; Red +misc = bcc0cc ; Surface1 + +[catppuccin-frappe] +text = c6d0f5 ; Text +subtext = b5bfe2 ; Subtext1 +sidebar-text = c6d0f5 ; Text +main = 303446 ; Base +sidebar = 292c3c ; Mantle +player = 303446 ; Base +card = 303446 ; Base +shadow = 292c3c ; Mantle +selected-row = 949cbb ; Overlay2 +button = 838ba7 ; Overlay1 +button-active = 949cbb ; Overlay2 +button-disabled = 737994 ; Overlay0 +tab-active = 414559 ; Surface0 +notification = 414559 ; Surface0 +notification-error = e78284 ; Red +misc = 51576d ; Surface1 [catppuccin-macchiato] -text = cad3f5 -subtext = b8c0e0 -sidebar-text = cad3f5 -main = 24273a -sidebar = 1e2030 -player = 24273a -card = 24273a -shadow = 1e2030 -selected-row = 939ab7 -button = 8087a2 -button-active = 939ab7 -button-disabled = 6e738d -tab-active = 363a4f -notification = 363a4f -notification-error = ed8796 -misc = 494d64 \ No newline at end of file +text = cad3f5 ; Text +subtext = b8c0e0 ; Subtext1 +sidebar-text = cad3f5 ; Text +main = 24273a ; Base +sidebar = 1e2030 ; Mantle +player = 24273a ; Base +card = 24273a ; Base +shadow = 1e2030 ; Mantle +selected-row = 939ab7 ; Overlay2 +button = 8087a2 ; Overlay1 +button-active = 939ab7 ; Overlay2 +button-disabled = 6e738d ; Overlay0 +tab-active = 363a4f ; Surface0 +notification = 363a4f ; Surface0 +notification-error = ed8796 ; Red +misc = 494d64 ; Surface1 + +[catppuccin-mocha] +text = cdd6f4 ; Text +subtext = bac2de ; Subtext1 +sidebar-text = cdd6f4 ; Text +main = 1e1e2e ; Base +sidebar = 181825 ; Mantle +player = 1e1e2e ; Base +card = 1e1e2e ; Base +shadow = 181825 ; Mantle +selected-row = 9399b2 ; Overlay2 +button = 7f849c ; Overlay1 +button-active = 9399b2 ; Overlay2 +button-disabled = 6c7086 ; Overlay0 +tab-active = 313244 ; Surface0 +notification = 313244 ; Surface0 +notification-error = f38ba8 ; Red +misc = 45475a ; Surface1 diff --git a/THEMES.md b/THEMES.md index 602bc690..70e0c002 100644 --- a/THEMES.md +++ b/THEMES.md @@ -70,6 +70,35 @@ Here you can find a preview of all the themes. Some of them may have different c ![samurai](Dribbblish/samurai.png) +#### Gruvbox + +![gruvbox](Dribbblish/gruvbox.png) + +#### Rosé Pine + +![rosepine](Dribbblish/rosepine.png) + +#### Lunar + +![lunar](Dribbblish/lunar.png) + + +#### Catppuccin Latte + +![catppuccin-latte](Dribbblish/catppuccin-latte.png) + +#### Catppuccin Frappe + +![catppuccin-frappe](Dribbblish/catppuccin-frappe.png) + +#### Catppuccin Macchiado + +![catppuccin-macchiado](Dribbblish/catppuccin-macchiato.png) + +#### Catppuccin Mocha + +![catppuccin-mocha](Dribbblish/catppuccin-mocha.png) + ## Matte #### Matte