You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add: Gruvbox color schemes & accent colors (#5887)
* Add: Gruvbox color schemes & accent colors
Implements/adds the Gruvbox Dark Gruvbox Light color schemes.
Also adds all the accent colors (Red, Green, Yellow, Blue, Purple, Aqua
and Orange)
* Keep A-Z sorted
Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>
* Keep theme-settings.js sorted
Keeps the file sorted from A-Z
* Keep colors.js sorted
Keeps the file sorted from A-Z
* Add missing commas
Adds two missing commas, which because of the
sorting from A-Z
* Keep sorting in en-US.yaml from A-Z
Keeps the A-Z sorting in the en-US.yaml file
* Delete duplicate line
Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>
* Remove trailing comma
Remove a trailing comma (,)
Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>
* Remove unintentional formatting
Removes the unintentional formatting, automatically done by my nvim lsp.
This adds the blank space back in.
* Fix gruvbox light video feed/status bar divider
Fixes/Improves the color clarity between the status bar and the feed
(the divider).
* Fix: Profile menu no longer blends in with Background
Fixes so that the profile menu no longer blends in with the background
* Add Gruvbox Light accent colors
- Adds the gruvbox light accent colors
- Distinguishes between gruvbox light/dark colors by specifying "Gruvbox
Dark Red" and "Gruvbox Light Red"
* Remove colors with insufficient contrast
Removes the colors which have insuficcient contrast:
- Dark Red
- Light Green
- Light Yellow
- Light Aqua
* Remove unused translations
* Remove unused css colors
Removes unused css for colors:
- Gruvbox Dark Red
- Gruvbox Light Green
- Gruvbox Light Yellow
- Gruvbox Light Aqua
* Improve text with accent readability
Improves hte text with accent color readability
* Improve accent color contrast
Improves the accent color contrast to be 4.5 or above
* Improve light color contrast & logo visibility
- Improves the contrast of the light color scheme colors
- Improves the visibility of the logo when the "match top bar with main
color" is active
* fix: unify main and sec sections
Unifies the main and the secondary color accents,
so both use/modify the same colors, instead of them
(previously) using different colors.
This makes the theme more predictable and modifyable.
* fix: add missing opacity4 color
Adds a missing color for all the gruvbox light secondary accent colors: the opacity4 accent color.
---------
Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>
0 commit comments