theming
Here are 157 public repositories matching this topic...
-
Updated
May 20, 2020 - JavaScript
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Dec 27, 2019 - JavaScript
-
Updated
Nov 18, 2018 - Swift
Now it's possible to namespace a theme by using a themeNamespace property for the component. This avoids collisions between modules of different components using the same classname. It's a feature that it's working and it's published but not documented. We need to write a section detailing the API which is very simple!
Links don't work with a base path like on gh-pages, as seen here https://jxnblk.com/mdx-docs
- Add docs for how to handle publishing to gh-pages
-
Updated
Jun 29, 2019
I am using 'code' package on arch linux and this app doesn't seem to query the themes. Whenever I click the switcher, it gets disabled. I am guessing this may be the problem:
vscode_extensions_paths = ['/snap/vscode/current/usr/share/code/resources/app/extensions',
'/usr/share/code/resources/app/extensions',
str(Path.home().joinpath('.vscode', 'ex-
Updated
Oct 21, 2019 - Shell
-
Updated
May 1, 2020 - JavaScript
-
Updated
May 27, 2019 - Objective-C
Not 100 % sure but I don't think the documentation mentions anything about reserved words in pattern definitions?
/**
* Reserved words.
*
* @var array
*/
protected $reserved = [
'id',
'type',
'theme',
'context',
'use',
'attributes',
];It would be good to document them as the resulting error message is a bit cryptic.
-
Updated
Jul 28, 2018 - JavaScript
here is my HTML code:
<link rel="icon" media="screen" href="A" type="image/png" />
<link rel="icon" media="(prefers-color-scheme:dark)" href="B" type="image/png" />
<link rel="icon" media="(prefers-color-scheme:light)" href="C" type="image/png" />The first link is used as a fallback for those browser doesn't support prefers-color-scheme.
(Tested with Chrome)
When URL A point
-
Updated
Apr 17, 2020
-
Updated
Mar 30, 2020 - TypeScript
-
Updated
May 5, 2020 - JavaScript
-
Updated
Jan 26, 2020 - Java
-
Updated
Apr 15, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
May 23, 2020 - C#
-
Updated
Feb 1, 2019 - CSS
Improve this page
Add a description, image, and links to the theming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the theming topic, visit your repo's landing page and select "manage topics."
I am looking into variants and i feel like its a bit confusing which is the old api and which is the new one?
I feel like I should just be able to drop the
variantfunction onto a component and give itscale="accents"and then if I passvariant="info"then it should look in the theme object foraccentsand pull the info key inside that yet it doesn't do that unless I write `variants: {