Skip to content

Commit

Permalink
corrected toolbar colors, updated screenshots with corrected colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Dec 8, 2023
1 parent 0ed40ab commit f21e06f
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1 deletion.
Binary file modified assets/comparison-dark.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 modified assets/comparison-light.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 modified assets/tiles-comparison-dark.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 modified assets/tiles-comparison-light.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 modified assets/tiles-dark.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 modified assets/tiles-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion themes/material_rounded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Material Rounded:
token-color-background-input-disabled: rgba(37, 37, 40, 0.5)
token-color-background-label-badge: rgb(54, 55, 67)
token-color-background-card: rgb(50, 52, 58)
token-color-background-toolbar: rgb(45, 47, 51)
token-color-background-skrim: rgba(0, 0, 3, 0.9)
token-color-background-divider: var(--token-color-background-sidebar)
token-color-background-scrollbar-thumb: rgb(46, 48, 56)
Expand Down Expand Up @@ -97,6 +98,7 @@ Material Rounded:
token-color-background-input-disabled: rgba(218, 218, 215, 0.5)
token-color-background-label-badge: rgb(201, 200, 188)
token-color-background-card: rgb(238, 243, 252)
token-color-background-toolbar: rgb(243, 246, 251)
token-color-background-skrim: rgba(205, 203, 197, 0.9)
token-color-background-divider: var(--token-color-background-sidebar)
token-color-background-scrollbar-thumb: rgb(46, 48, 56)
Expand Down Expand Up @@ -213,7 +215,7 @@ Material Rounded:
secondary-background-color: var(--token-color-background-secondary)

# Navbar
app-header-background-color: var(--token-color-background-card)
app-header-background-color: var(--token-color-background-toolbar)
app-header-text-color: var(--primary-text-color)
app-header-edit-background-color: var(--token-color-background-card)

Expand Down

0 comments on commit f21e06f

Please sign in to comment.