8,188 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
0
replies
28
views
How can I achieve the same theme?
For C files, I've always used VScode's theme "dark modern" that grants this kind of visual theme:
I wish to drag this kind of theme into CLion, but I haven't been able to achieve the same ...
Best practices
0
votes
0
replies
68
views
How do I use default/system colors for extending my standard UI?
When building the GUI of a desktop application that uses standard elements (such as standard windows, buttons, text boxes, without any custom styling applied), the addition of custom visual elements (...
3
votes
1
answer
79
views
PrintPreview window displays empty value when RequestedTheme is set to dark in WinUI Application
In my WinUI application, I implemented printing functionality and set the RequestedTheme to Dark. However, the PrintPreview Window does not display any text when using the Dark theme. When the theme ...
0
votes
0
answers
54
views
Regarding the menu theme created with Tauri v2
Even if I run setTheme("light") in my browser and view the Tauri menu,
it remains in the dark theme. The system theme is dark.
Is there a way to change the menu theme?
import { setTheme } ...
1
vote
0
answers
86
views
How to fetch icon files from Icon Composer in SwiftUI?
I am try to fetch Icon Composer, but it's not fetch or display... I guess. icon files is not "image" detect it. I have seen school assistant – planner, Flighty, etc. They successful fetched ...
2
votes
2
answers
188
views
Visual Studio 2022 Theme Malfunction
kindly assist with setting dark mode theme for visual studio 2022 version 17.14.19. I have set dark mode theme under Tools>Theme but it applies partially on the application as shown on . Please ...
-3
votes
1
answer
73
views
How to solve the install plug-in in VS 2022?
I tried to install theme in Vs 2022, but I encountered this problem. I search a lot of solution in Bing index, but most of them are not useful for me. How to solve this problem? After I download the ...
0
votes
1
answer
110
views
how can I create custom Gradient colors in chakra ui v3
I am using this approach
<Box bgImage="gradients.gradientBluePurple_toR_600" w="64" h="64" />
Here’s my current theme setup:
// src/theme/foundations/theme.ts
...
1
vote
1
answer
115
views
Changing TrayIcon based on theme in Avalonia 11.3
I have an Avalonia 11.3 desktop application with a tray icon. I've declared the tray icon in my App.axaml like this:
<TrayIcon.Icons>
<TrayIcons>
<TrayIcon Icon="avares:...
0
votes
0
answers
122
views
Unable to use DaisyUI themes beyond dark and light in React (Vite)
I am using DaisyUI in a React + Vite project, but only the dark and light themes are working. When I try to apply other themes (such as retro or any of the additional DaisyUI themes), they do not work,...
0
votes
0
answers
25
views
convert default vsc theme to vs
Today I tried to convert some VSC themes for VS with theme-converter-for-vs and everything worked ok, but when I tried to convert one of the default ( built in ) themes, it gives exception:
System....
1
vote
1
answer
122
views
How to enqueue a custom JavaScript file in WordPress theme?
I’m building a custom WordPress theme and I want to add my own JavaScript file for front-end features. I created a custom.js file inside my theme’s js folder. I tried linking it in header.php but it’s ...
1
vote
1
answer
124
views
PyCharm Terminal Dark Theme Color - Can't see parameters due to color
I use the dark theme in PyCharm. It works great for everything except one thing. In the terminal when you type parameter for a command that uses a dash such as either of the two following commands:
...
1
vote
0
answers
62
views
Detecting theme change for XAML-based update
In my AvaloniaUI application I have a user control that's basically a PathIcon with a TextBlock caption, the contents of which are bound to dependency properties. One DP is IsActive, which when true ...
1
vote
0
answers
30
views
App theme applying twice on first installation with device and user settings have different theme
I am facing an issue with the theme application in my Android app.
Problem:
When the app is freshly installed and the user logs in for the first time:
The device theme is set to dark
The users' ...