themes Questions
5
I downloaded the read-the-docs theme for sphinx from Github and put it into the _themes folder.
conf.py:
html_theme = "sphinx_rtd_theme"
html_theme_path = ["_themes", ]
However...
Nor asked 16/9, 2021 at 9:49
2
Solved
I am creating an email theme for keycloak.
So, when a user forgets their password and requests for a link to reset it; an email is sent to the user.
Now, I am cutomizing the email that he/she gets...
5
I created to kt files MainActivity.kt and MainPage.kt, I pu my own colors in color.ket and refeerenced them in theme.kt
Omposables in MainActivity.kt get the right colors but MainPage.kt do not
I h...
7
Solved
I'm setting up a system where when the user changes the system theme to dark mode, it changes the theme and with Flutter, it works all well and good! However, when the user changes the system theme...
2
Solved
I want to make some changes to the CSS of my VS Code installation, but it seems that the changes I want to make aren't supported by the current builtin style customization points. So basically, I w...
Naphtha asked 27/3, 2023 at 19:41
3
Solved
Where can I find documentation about the GNOME Shell theme css elements?
For instance, if I want to change the style of the "Activites" which css class/id do I have to tweak?
More in general I'm lo...
Tussore asked 9/4, 2015 at 12:44
2
Solved
I'm able to change the colour of selected text in the RStudio script window. For this I changed the
.ace_marker-layer .ace_selection {
background: #9D0000;
}
in the /Applications/RStudio.app/Con...
13
Solved
I am trying to access the theme editor in WordPress.
The problem is that I cannot find the option under Admin-Appearances - Editor and when I try to access the page using the link http://www.nameof...
3
Solved
I am unable to define a 'dark' theme with MUI for my site when declaring type: 'dark' anywhere outside of the direct createMuiTheme() funciton.
For example, the following works:
const siteTheme =...
Cater asked 5/7, 2019 at 22:56
18
Solved
In my Angular2 project I install lastest material plugin from https://material.angular.io/guide/getting-started. Next I add @import '~@angular/material/prebuilt-themes/deeppurple-amber.css'; to my ...
3
When I run my project on Tomcat server, it shows this error:
Error loading theme, cannot find "theme.css" resource of "primefaces-start" library
Here's the stack trace:
javax.servlet.ServletE...
Johiah asked 19/1, 2015 at 7:55
19
Solved
I want to create a flutter app that has 2 light and dark mode themes that change by a switch in-app and the default theme is default android theme.
I need to pass some custom color to the fellow wi...
Colander asked 14/2, 2020 at 18:55
3
I want to use the colors from my react native paper theme inside the stylesheet create function inside my component. Here's my code
import { StyleSheet, Text, View } from 'react-native';
import { u...
Bhatt asked 30/3, 2021 at 2:38
1
I am trying to style the Android alert dialog in React Native. What I've done is this:
I've added a special style for the App Theme:
<resources>
<!-- Base application theme. -->
&l...
Daye asked 19/8, 2020 at 20:46
6
I can't seem to get this feature to activate. I have my config.inc.php file set with the following line:
$cfg['Console']['DarkTheme'] = true;
More info here:
https://docs.phpmyadmin.net/en/latest/...
Ushaushant asked 4/7, 2020 at 14:37
11
Solved
I am using 'Read the Docs' Sphinx theme for my documentation. In the original theme, given below
Read the Docs Sphinx Theme
the content or main layout width is designed to be mobile friendly. Howev...
Hurter asked 22/4, 2014 at 6:9
6
Solved
I have a stackblitz example here
that I believe is set up following the Angular theming documentation, and yet the colors in the following code are not displaying:
<button mat-raised-button col...
2
Solved
I'm trying to set activity screen orientation using a styles:
Here is the styles.xml:
...
<style name="Some.Activity" parent="android:Theme">
<item name="android:screenOrientation">...
Yawl asked 13/11, 2011 at 19:9
16
Solved
How can I change MySQL Workbench settings so that it uses a dark theme?
Nichollenicholls asked 26/6, 2013 at 16:19
3
Solved
I have installed a premium theme and changed the screenshot.png and uploaded it via ftp, upon looking at the admin panel it still display the old screenshot.png and the link it was linking was
htt...
Selah asked 2/8, 2014 at 5:15
3
Solved
Hi All!
I'm currently working on a theming feature for a CSS Framework and have run into some issues that I'm hoping you might be able to help out with.
I have created a SASS Map called $themes...
Frictional asked 6/9, 2019 at 3:19
3
Solved
Essentially I would like for my headings to look like this:
How could I accomplish this in markdown syntax? I prefer sublime text but would be happy if I can make this happen in Sublime Text 3, ...
Intine asked 7/4, 2019 at 14:10
1
Solved
Can WinForm use system dark mode theme like explorer or StartAllBack?
I've tried these things:
int trueValue = 0x01, falseValue = 0x00;
SetWindowTheme(this.Handle, "DarkMode_Explorer", nu...
6
I wanted to install the p10k theme in my terminal but I get an error.
➜ ~ p10k configure
zsh: command not found: p10k
I have no clue on what the issue is.
Thanks for your time :),
Hukyfi
7
Solved
I have created below function to hide page title. But when I execute this code, it also hides the menu name.
function wsits_post_page_title( $title ) {
if( is_admin())
return $title;
$selected...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.