All Questions
8,170 questions
166
votes
3
answers
19k
views
How can I restore the VS Code color theme after update 1.113?
Through its 1.113 update, VS Code forced all users to switch color theme to "VS Code Light" and "VS Code Dark". How can I restore to the previous color theme?
0
votes
2
answers
102
views
Container border is clipped despite Clip.antialias. How to fix?
My widget contains a TextField wrapped by a Container for styling and border. I must use filled: true within the InputDecoration of the TextField. Otherwise, the theme (flex_color_scheme) seems not to ...
0
votes
1
answer
81
views
Android 15/16: returning from browser (deeplink) causes mixed DayNight theme in fragments (new fragments use system dark, old fragments stay light)
I have an Android app using AppCompat DayNight (Theme.MaterialComponents.DayNight.NoActionBar).
Goal
First run: app should follow OS theme (optional).
After user manually selects Light or Dark, the ...
1
vote
0
answers
71
views
Why my custom Emacs theme loader doesn't change theme between buffers?
I'm using Emacs 30.2. I made a theme loader by file extension, a theme for each extension (Languages mostly) when open files or switching buffer. It worked fine until a moment I didn't track, but I ...
3
votes
1
answer
523
views
How do I use default/system colors for extending my standard UI?
I'm using Avalonia to build a GUI for a desktop application, and I want to add custom visual elements to it. My understanding is that the colors for these should be specified as abstract descriptions ...
Advice
0
votes
0
replies
36
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 ...
3
votes
1
answer
100
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
74
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 } ...
2
votes
1
answer
172
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
3
answers
415
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
91
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
149
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
211
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
146
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
28
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....