how to disabled prefers-color-scheme in js dark theme https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme https://web.dev/prefers-color-scheme/#supporting-dark-mode if (window.matchMedia('(prefers-color-scheme)').media !== 'n…
一.配置终端 solarized http://ethanschoonover.com/solarized 简单配置脚本: #!/bin/sh git clone git://github.com/altercation/solarized.git cd solarized osname=$(uname -s); case $osname in "Darwin" ) echo $osname cd osx-terminal.app-colors-solarized ./"So…
Q: When I play movie on Windows7, always comes this message: The color scheme has been changed The following program has performed an action that requires Windows to temporarily change the color scheme to Windows 7 Basic. Why? There is a solution? A:…
1. IDE ⇒ Dracula(吸血鬼) IDE:PyCharm,VS2013: sublime:color scheme,Monokai: 2. CLI 命令行界面 $ setterm -inversescreen on ⇒ 白色背景,黑色字体 或者使用: $ setterm -background white $ setterm -foreground black…
css dark theme & js theme checker live demo https://codepen.io/xgqfrms/pen/GRprYLm <!DOCTYPE html> <html lang="zh-Hans" ️amp> <head> <meta charset="UTF-8"> <meta name="viewport" content="wi…
switchable css dark theme in js & html custom element dark theme / dark mode https://codepen.io/xgqfrms/pen/rNxWzzg See the Pen html custom element & Switchable dark theme by xgqfrms (@xgqfrms) on CodePen. 1turn === 360deg === 2…
a标签以及其她普通标签没有disabled属性,要想实现类似input框属性disabled可以通过css样式设置pointer-events的值来设定: <!DOCTYPE html> <html> <head> <title>a onclick disabled</title> <script src="./js/jquery.min.js" type="text/javascript" char…
$(document).click(function(e){ var el = e.target; if (el.tagName == 'INPUT') { $(el).removeAttr('disabled'); } })…
每次装系统都是非常蛋疼的过程,新装的系统还是要配置一下的 首先安装google拼音 sudo apt-get install fcitx fcitx-googlepinyin 然后按装numix主题 sudo apt-get install unity-tweak-tool sudo add-apt-repository ppa:numix/ppa sudo apt-get update sudo apt-get install numix-gtk-theme numix-icon-theme-…
原文链接: https://github.com/dypsilon/frontend-dev-bookmarks Frontend Development Looking for something else? Take a look at the awesome collection of other awesome lists. Guides Bento: a collection of guides for web development. Hack Design: An easy to…