-
### What minimal example or steps are needed to reproduce the bug?
```css
@font-palette-values --example {
font-family: example;
override-colors: 0 red;
}
```
### What minimal configuration is …
-
victor@victor-VirtualBox:~/accesment/Al-aziz19/studentHomework/Assignment3$ make
g++ -Wall -std=c++11 -I/usr/include/gtest -c autobot.cpp
In file included from autobot.cpp:1:
autobot.h:4:36: error:…
-
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…
-
### Series Name
Dune: Prophecy
### Series Year
2024
### Series Database IDs
imdb:tt10466872,tmdb:90228,tvdb:367118
### Creator Username
Sproglet
### Blueprint Description
A Negative Space bas…
-
### Description
I have created an EXE project using Visual Studio 2022, where I have included the Python include directories, library directories, and linked the necessary .lib files. I am using …
-
The theme_json only supports fonts included in Power BI Desktop.
Most larger companies have their own design manuels with their own fonts. For instance https://cphhalf.dk/ uses the font "NB Internat…
-
```python
# Python Snippet from moviepy/video/VideoClip.py:1594
try:
print("f", font)
_ = ImageFont.truetype(font)
except Exception as e:
ra…
-
When calling `PDF::Inspector::Text#font_settings`, it returns an array of objects with font name and size. I’d like to add the color of the text as well. From looking at the code, it seems these attri…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I used Zed's theme importer for the Bearded Bear Arc theme and made a few tweaks to match th…
-
Hi, is there anyway to set the color of the text that is inserted using insert_text_after?
If not, I can try to add it, but can someone give me a hint of where to look or generally what to do? (I don…