Skip to content
#

theming

Here are 209 public repositories matching this topic...

nrayamajhee
nrayamajhee commented Mar 1, 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
flyingff
flyingff commented Nov 19, 2019

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

Improve this page

Add a description, image, and links to the theming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the theming topic, visit your repo's landing page and select "manage topics."

Learn more