-
I want to change the theme and color scheme of the webpage to make it look more appleaing to the audience.
-
Support of using already defined colors in a theme's theming rule will make themes a much more pleasant and easier experience in my opinion, instead of having a bunch of hexes all over the p…
-
I have this code snippet in my `custom.css` file:
```css
.dark-theme {
--ls-primary-text-color: #FCE69F !important;
}
```
unfortunately, it does not work with Laurel despite `!important`, ev…
-
The window control buttons (minimize, fullscreen, close) are the correct theme color when the window is focused/clicked on, but when clicking off, they turn white, while everything else turns to an in…
-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.95.1
- OS Version: Darwin arm64 24.0.0
I am writing an extension that uses the theme color `editorGhostText…
-
### Description
The core/post-terms color is being overwritten by the element link.
### Step-by-step reproduction instructions
In your theme.json, add:
```
"styles": {
"elements": {
"link": {
…
-
## Context
Changes are made to EUI that will be visible to end-users in Kibana:
- Updated all colors in EUI
- Reduce the topmost font weights and sizes (think titles and headings)
These changes are a…
-
### Describe the bug
While using TailwindCSS with the `:global()` directive and dark mode variants (`dark:`) in Svelte 5, I encountered an issue where the generated CSS selectors are incorrect. Ins…
-
## Context
Changes are made to EUI that will be visible to end-users in Kibana:
- Updated all colors in EUI
- Reduce the topmost font weights and sizes (think titles and headings)
These changes are a…
-
Hi,
I have this error when run ng serve
✘ [ERROR] $color: theme-color("primary") is not a color.
╷
166 │ $link-hover-color: darken($link-color, 15%) !default;
│ …