Questions tagged [dark-theme]

19 questions
26
votes
4 answers

Change the colors of the Sphinx Read The Docs theme?

I'm building documentation for my API library and I'm having readthedocs.io host the documentation, and is backed with Sphinx. I have the Read The Docs theme installed for Sphinx using pip install, and the Read the Docs website currently has the…
falling cat
  • 363
  • 1
  • 4
  • 8
2
votes
1 answer

How to increase comments contrast in jupyter notebook dark themes?

How do I make comments contrast more with the dark background? I am curious about customizing dark themes in jupyter notebooks. I installed jupyter themes with the jupyter-themes package: conda install -c conda-forge jupyterthemes The available…
2
votes
1 answer

How can I keep the old dark theme in Visual Studio 2022

VS2022 comes with a new higher-contrast dark theme. If I prefer the old dark theme (from VS2019), how can I use it in VS2022?
Drew Noakes
  • 300,895
  • 165
  • 679
  • 742
1
vote
0 answers

Java script Dark Mode

I wrote in some Javascript to make the website "dark mode" the issue is that the site has multiple pages and I used a very basic logic to toggle "dark-theme" and when I execute the function "on-click" and then leave the current page it reverts back…
Matt Mora
  • 35
  • 5
0
votes
0 answers

Eclipse Helios & Darkest Dark Theme with DevStyle

Please help me solve this problem. I started studying to be a programmer. I was given the program Eclipse Helios (Wascana). I understand that the school uses it because it is fast, unlike the latest versions. I can't change the theme. Marketplace…
Michael
  • 1
  • 1
0
votes
0 answers

Multiple theme switcher delay bug on load

I would like to have the theme and the theme css loaded before anything else, ensuring a good preview. Here the JS of the theme I have a static html site with three different themes inside, thanks to a class assigned to the body of each .html page…
Luca
  • 1
  • 1
0
votes
2 answers

CSS style not affecting dark theme

I'm trying to use :nth-of-type to highlight a specifc element beased on its class and index. .verse { display: block; margin-top: 2em; margin-bottom: 2em; } .line { display: block; } .word { display: inline; } .beat { display:…
0
votes
0 answers

How to change background color of CountryListPick? flutter package

The default background is white. In my app I am applying dark theme so I need to change the background color to black and the name of countries in white. CountryListPick( theme: CountryTheme( isShowFlag: true, isShowTitle: false, isShowCode:…
Ayz
  • 181
  • 1
  • 9
0
votes
1 answer

Reverting .CSS style in JavaFX that was set in .FXML file

I have created a new JavaFx project in IntelliJ and the main JavaFx Application is: HelloApplication.java package com.example.demo1; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Scene; import…
Jack
  • 129
  • 9
0
votes
0 answers

how to chage ipython folder colours? eg read output from ls command on dark background

I would like to use spyder in the dark theme; but some default colours are difficult to read. how do i change them? specifically using Spyder Dark theme and when I run ls in ipython console the folders are in dark blue making it very difficult to…
dodohjk
  • 151
  • 5
0
votes
0 answers

How can I change the theme to light .this happens after running first prioject

My first project in netmaui shows darktheme.how can I put it back to light theme? I expected to have a light theme but it failed to display the default
0
votes
1 answer

Bad color in table. Bootstrap 5.2.3

I have no practice as a bootstrap user. I have a table. when i set dark mode in browser then the color of text is wrong (black on black background). What am I doing wrong? (fg-color is only bad in table when class="table" added)
0
votes
0 answers

How to change the web favicon while the browser theme changes form dark to light or vise versa in only HTML or CSS with out any JavaScript?

I want to render a light colored favicon on the browser dark theme and a dark colored favicon on the browser light theme, both of the light and dark favicons I have in my assets. I want to solve my problem in only HTML or a little bit CSS without…
0
votes
1 answer

what is best way to set BLACK (#000000) background, light text in bootstrap ideally without SASS?

I have a nascent website. I've written the markup using Bootstrap 5, defining menus, basic layout, etc. I want a black background (#000000, not gray-800 or gray-900, etc.) as a default throughout the site. I've tried this, which has a sweeping…
S. Imp
  • 2,833
  • 11
  • 24
0
votes
2 answers

WPF Window Titlebar

I've looked in this article about getting "dark mode" titlebar in winforms WinForms Dark title bar on Windows 10 its obvious you can get the window handle like this (In WPF) instead of using this.Handle IntPtr hWnd = new…
hexeditor
  • 109
  • 1
  • 11
1
2