Skip to content

Commit

Permalink
normalize colors & remove redundant home styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom committed Aug 28, 2023
1 parent fe36b1e commit 208754c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 29 deletions.
5 changes: 5 additions & 0 deletions catppuccin/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,9 @@
}
}
}

// Context Menus
.main-contextMenu-menuItemButton:hover, .main-contextMenu-menuItemButton:not([aria-checked=true]):focus {
color: var(--spice-subtext);
}
}
26 changes: 11 additions & 15 deletions catppuccin/color.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
# Spicetify
text = c6d0f5
subtext = c6d0f5
accent = E5C890
main = 303446
main-elevated = 414559
highlight = 404559
highlight-elevated = 51576d
sidebar = 292C3C
player = 232634
card = 232634
card = 414559
shadow = 292C3C
selected-row = 949cbb
button = 838BA7
Expand All @@ -19,7 +18,7 @@ tab-active = 414559
notification = 414559
notification-error = E78284
equalizer = 000000
misc = acb0be
misc = 51576d

# Catppuccin
crust = 232634
Expand All @@ -44,31 +43,30 @@ blue = 8caaee
sky = 99dadb
mauve = ca9ee6
lavender = babbf1
white = c6d0f5
white = d9e0ee
mauve = ca9ee6

[latte]
# Spicetify
text = 4c4f69
subtext = 4c4f69
accent = FAE3B0
main = EFF1F5
main-elevated = ccd0da
highlight = dddee5
highlight-elevated = bcc0cc
sidebar = E6E9EF
player = DCE0E8
card = CCD0DA
card = ccd0da
shadow = E6E9EF
selected-row = 7c7f93
button = 8C8FA1
button-active = 7C7F93
button-disabled = 9CA0B0
tab-active = DDC0DA
notification = DDC0DA
tab-active = ccd0da
notification = ccd0da
notification-error = D20F39
equalizer = 000000
misc = 626880
misc = bcc0cc

# Catppuccin
crust = dce0e8
Expand Down Expand Up @@ -100,14 +98,13 @@ white = d9e0ee
# Spicetify
text = CAD3F5
subtext = CAD3F5
accent = FAE3B0
main = 24273A
main-elevated = 363a4f
highlight = 363b4f
highlight-elevated = 494d64
sidebar = 1E2030
player = 181926
card = 363A4F
card = 363a4f
shadow = 1E2030
selected-row = 939ab7
button = 8087A2
Expand All @@ -117,7 +114,7 @@ tab-active = 363A4F
notification = 363A4F
notification-error = ED8796
equalizer = 000000
misc = 5B6078
misc = 494d64

# Catppuccin
crust = 181926
Expand Down Expand Up @@ -148,14 +145,13 @@ white = d9e0ee
# Spicetify
text = cdd6f4
subtext = CDD6F4
accent = FAE3B0
main = 1E1E2E
main-elevated = 313244
highlight = 313344
highlight-elevated = 45475a
sidebar = 181825
player = 11111B
card = 414559
card = 313244
shadow = 181825
selected-row = 9399B2
button = 7F849C
Expand All @@ -165,7 +161,7 @@ tab-active = 313244
notification = 313244
notification-error = F38BA8
equalizer = 000000
misc = 585B70
misc = 45475A

# Catppuccin
crust = 11111B
Expand Down
15 changes: 1 addition & 14 deletions catppuccin/src/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@
display: none;
}

.main-home-content
> section:first-child
> .main-gridContainer-gridContainer
> div {
background-color: var(--spice-card);
}
.main-home-content
> section:first-child
> .main-gridContainer-gridContainer
> div:hover {
background-color: var(--spice-misc);
}

.main-gridContainer-gridContainer > div,
.main-gridContainer-gridContainer > div > div > div {
border-radius: 6px;
Expand Down Expand Up @@ -57,7 +44,7 @@
span[aria-label],
span[aria-label="New episode"],
span[aria-label="New Podcast Episode"] {
background: var(--spice-accent, var(--spice-text));
background: var(--spice-text);
}

// Enhanced button
Expand Down

0 comments on commit 208754c

Please sign in to comment.