-
Add support optional define scheme in TargetMap
for example:
[
"1.2.3.4:443-http://2.2.2.2:1234",
"3.3.3.3:333-https://[::1]:94",
"3.1.2.1:123-[::1]:444" #
rekby updated
4 years ago
-
It would be nice if you can customize the colors/themes of the TUI. Or at least make it follow the user's terminal color scheme.
musjj updated
3 weeks ago
-
### Description
While developing custom themes, I found that the current implementation ties background colors of side panels to `var(--slate-1)`, which limits flexibility in customization. To offer …
-
**Problem**
I'm always frustrated when I miss important financial news updates or government scheme announcements because I don’t have a way to be notified in real-time. I want to stay informed witho…
-
### Description
Can you add a subtle tint to the toolbar icons in dark mode to match Chrome's color scheme?
Also, the following is unrelated, but I want to move my icon/searchbar closer to the top…
-
### Question
In the past i used to add two new items for "themes" to the index.hbs
```
...
{{ theme_option "My Light Theme" }}
...
```
Then i added custom css via book.toml to cre…
-
### Description
Default price is an array when using tiered prices.
This causes the getDefaultPrice function on the Product element to return null since it expects data["default_price"] to be the id o…
-
# 💡 Custom Issue
### 📝 Description
The header of the website contains links to the other pages but the colour scheme is very dull. We can't see them properly until we hover over them. They need to…
-
The below code outputs `.foo{color:red;@light{&{color:green}}@dark{&{color:#ff0}}}`. Each rule works on their own, for example if I delete the light rule then the dark rule works: `.foo{color:red;@lig…
-
cordova-ios 6.2.0
I followed the instructions at (https://cordova.apache.org/docs/en/11.x/guide/platforms/ios/webview.html) on embedding a Cordova Web view into a Swift project. I used Carthage, an…