themes Questions

2

Solved

How can I create my own theme for vs code? change color & syntax colors?
Bestialize asked 5/8, 2022 at 15:18

5

Solved

In User setting in VSCode I can add the following to User settings to change the color of lines that are inserted / deleted: "workbench.colorCustomizations": { "diffEditor.removedTextBackground":...
Polygamous asked 28/2, 2018 at 18:19

2

Solved

My understanding is that there are currently many ways to add new color themes in Visual Studio 2019, but none that really fits my needs: The extension Color Themes for Visual Studio installs ne...
Winkle asked 7/2, 2020 at 13:58

5

How can I change the font's style for VS Code's "Inlay Hints" feature? I attempted to search for an answer, but could only find how to change the color, not the style. Here's an example: ...
Lunch asked 5/5, 2022 at 12:0

8

Solved

Maybe a way to alter the colors locally (as in application dependant)? A background color of eclipse is white, the same white of windows' active window background color. If I change the color on th...
Pepita asked 5/10, 2010 at 18:14

7

Solved

Background On recent Android versions, ever since Android 8.1, the OS got more and more support for themes. More specifically dark theme. The problem Even though there is a lot of talk about dar...

2

Solved

Is there a preferred way to use the theme spacing when setting up the the theme with createMuiTheme? I've been hard coding these values and for the most part there hasn't been an issue since most o...
Footnote asked 20/5, 2020 at 15:52

11

I use wordpress and would like to add 2 lines of code to the header of one page only. The problem is that header.php will change all the site's headers and I want it to change only the header of o...
Nib asked 3/5, 2013 at 7:4

5

Solved

Previously using create-next-app, I always got a nice light themed 'Welcome to Next.js' application bootstrapped, but today when I initialized a next.js app with create-next-app, the application is...
Reifel asked 31/7, 2022 at 15:21

3

It seems that applying a display class such as mat-display-1 also adds margin-bottom css to an element. When creating a custom theme I know how to override the size, line-height and weight but is t...
Lazos asked 22/11, 2018 at 11:49

3

Solved

I wanna know what theme google colab uses when we switch to the dark mode and how to install that for jupyter notebook.
Fructify asked 21/5, 2020 at 5:53

7

Solved

I searched all internet web sites to fix this error, but I couldn't. I just want to create AlertDialog with two button Yes and No. This is my code: import android.content.DialogInterface; import ...
Leong asked 2/11, 2015 at 9:47

3

I'm trying to change the color of a current line in a debugging mode. So, I know how to change color in general, but don't know what is the name of the parameter. for example, to change a selected ...
Gifford asked 10/7, 2018 at 10:21

19

Solved

I like dark themes. However, the default theme of Jupyter notebooks is light, and I can't find the option to change the theme/background-color. How is this done?
Emendation asked 1/10, 2017 at 7:29

1

i want to add themeprovider to my app so i can easily change between dark and light mode this how my layout.tsx looks like: import "./globals.css"; import "@/styles/nav.css"; im...
Prevailing asked 23/9, 2023 at 16:57

12

Solved

My cocoa app has to change its behaviour when run in the new OS X "dark mode". Is there a way to detect if OS X style is set to this mode?
Vergara asked 8/8, 2014 at 15:33

2

Solved

I would like to force the theme for a MAUI Windows app, for example for screenshot purposes. The Shell and Application Elements don't support the RequestedTheme property that can be used with WinUI...
Lawabiding asked 29/12, 2021 at 11:17

4

First, sorry if I sound arrogant/rude here. All right, so everyone has run into this by now (I hope); I just haven't found any adequate answer anywhere. We start with a Common Controls 6 manifest ...
Destruct asked 15/8, 2014 at 1:13

6

Solved

I'm working on a WinForms SmartClient application, which uses a lot of RichTextBox controls - some in place of the regular TextBox for various reasons. Unfortunately the RichTextBox draws the ugly ...
Fulkerson asked 31/3, 2009 at 7:57

6

Solved

How do I change the current theme to the dark theme in Google Colab? I need a dark theme like Jupyter notebook has.
Murrah asked 18/4, 2018 at 8:39

3

I'm trying to set the font of my MaterialApp. Since I'm using the dark theme, I'd like to just use copyWith and then change the fontFamily. However, copyWith doesn't have an option to change the fo...
Zelazny asked 17/8, 2021 at 0:57

6

I am new to android and I'm trying to set a style to all check boxes in my application. My application style is set to Theme.Holo which is dark and I would like the check boxes on my list view to b...
Adsorbate asked 13/4, 2012 at 5:4

9

I am trying to follow http://primefaces.org/themes to get it working. All community themes are also available in "all-in-one" package. <dependency> <groupId>org.primefaces.themes&l...
Cerracchio asked 11/2, 2014 at 15:6

4

In my project, I use CSS Modules with Less, which means I get the best of both worlds. My src folder looks something like this: components/ [all components] theme/ themes/ lightTheme.less dar...
Cornia asked 17/1, 2020 at 12:44

8

If I add a theme to my app like this: class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( debugShowCheckedModeBanner: false, theme: ThemeD...
Acquaint asked 17/5, 2019 at 22:12

© 2022 - 2025 — McMap. All rights reserved.