Gruvbox Light #257
Replies: 4 comments 7 replies
-
Expecting a corresponding dark background. |
Beta Was this translation helpful? Give feedback.
-
@leowucn Here is what i came up with based on this just in case anyone wants the dark version .theme-dark.theme-dark {
--color-red: rgb(204, 36, 29);
--color-green: rgb(152, 151, 26);
--color-yellow: rgb(215, 153, 33);
--color-blue: rgb(69, 133, 136);
--color-purple: rgb(177, 98, 34);
--color-cyan: rgb(66, 123, 88);
--color-orange: rgb(254, 128, 25);
--color-red-rgb: 204, 36, 29;
--color-green-rgb: 152, 151, 26;
--color-yellow-rgb: 215, 153, 33;
--color-blue-rgb: 69, 133, 136;
--color-purple-rgb: 177, 98, 34;
--color-cyan-rgb: 66, 123, 88;
--color-orange-rgb: 254, 128, 25;
--color-pink: var(--color-purple);
--color-pink-rgb: var(--color-purple-rgb);
--color-base-00: #1d2021;
--color-base-05: #282828;
--color-base-10: #32302f;
--color-base-20: #3c3836;
--color-base-25: #504945;
--color-base-30: #665c54;
--color-base-35: #7c6f64;
--color-base-40: #928374;
--color-base-50: #a89984;
--color-base-60: #bdae93;
--color-base-75: #b2a48c;
--color-base-85: #c9b99a;
--color-base-85: #d5c4a1;
--color-base-90: #ebdbb2;
--color-base-95: #f2e5bc;
--color-base-100: #fbf1c7;
--bg-hue: 0;
--bg-sat: 17%;
--bg2: var(--color-base-00);
--bg3: var(--color-base-05);
--bg4: var(--color-base-10);
--bg5: var(--color-base-20);
--bg6: var(--color-base-35);
/* red */
--color-accent: var(--color-red);
--color-accent-hsl: 358 100% 31%;
/* orange */
--interactive-accent: var(--color-orange);
/* blue */
--secondary-accent: var(--color-blue);
/* orange strong */
--hover-accent: hsl(24 88% 45%);
/* aqua */
--link-unresolved-color: var(--color-cyan);
} |
Beta Was this translation helpful? Give feedback.
-
On my end, text has no highlight color when selected. I added |
Beta Was this translation helpful? Give feedback.
-
I started adding community-made colorschemes directly into Shimmering Focus, so people can select them conveniently from the style settings. Considering that I recently added a community-submitted Gruvbox Dark, would you be interested to you have your Gruvbox Light theme added to Shimmering Focus as well to complement it? |
Beta Was this translation helpful? Give feedback.
-
A work in progress
Beta Was this translation helpful? Give feedback.
All reactions