Skip to content

Commit

Permalink
feat(Dribbblish): add Catppuccin Mocha and Frappe color schemes (spic…
Browse files Browse the repository at this point in the history
  • Loading branch information
obvRedwolf committed Nov 30, 2023
1 parent 1c01e3d commit 8b6a801
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 33 deletions.
6 changes: 5 additions & 1 deletion Dribbblish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 9 color schemes you can choose: `base`, `white`, `dark`, `dracula`, `nord-dark`, `nord-light`, `beach-sunset`, `samourai`, `purple`, `catppuccin-latte`, `catppuccin-frappe`, `catppuccin-macchiato`, and `catppuccin-mocha`. Change scheme with commands:
```
spicetify config color_scheme <scheme name>
spicetify apply
Expand Down
Binary file added Dribbblish/catppuccin-frappe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Dribbblish/catppuccin-mocha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
102 changes: 70 additions & 32 deletions Dribbblish/color.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
28 changes: 28 additions & 0 deletions THEMES.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,34 @@ 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 Macchiato

![catppuccin-macchiato](Dribbblish/catppuccin-macchiato.png)

#### Catppuccin Mocha

![catppuccin-mocha](Dribbblish/catppuccin-mocha.png)

## Matte

#### Matte
Expand Down

0 comments on commit 8b6a801

Please sign in to comment.