-
Updated
Apr 9, 2022 - JavaScript
theming
Here are 236 public repositories matching this topic...
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Apr 8, 2022 - JavaScript
-
Updated
Oct 1, 2021 - JavaScript
-
Updated
Aug 18, 2021 - Swift
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
Sep 25, 2019 - JavaScript
-
Updated
Jun 29, 2019
-
Updated
Jan 1, 2022 - JavaScript
Better Documentation
-
Updated
Jun 7, 2021 - Shell
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
Mar 31, 2022 - JavaScript
-
Updated
Jan 13, 2022 - Kotlin
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Oct 16, 2021 - TypeScript
-
Updated
Feb 1, 2022 - JavaScript
-
Updated
Apr 6, 2022 - Objective-C
-
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
Strict Mode Types
That's a good idea! On that subject, would it be possible to validate strict mode with TypeScript?
I mean, if I don't have a red color in my theme and I'm passing color="red", TS should raise an error.
Originally posted by @Kerumen in system-props/system-props#53 (comment)
-
Updated
Jul 15, 2021 - JavaScript
-
Updated
Dec 9, 2021 - JavaScript
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."
Hi,
I have been tinkering with flavours to make my color configs flexible. Updating, applying, and generating schemes have been a breeze so far. However, building seems to have an issue: I have to provide a path to the
.mustacheor.yamlfiles for the scheme and template, otherwise the build command won't work.Kindly see the asciicast below for an example with scheme
nordand templat