https://www.dafontfree.net/freefonts-script12-bt-f141942.htm
https://github.com/be5invis/vscode-custom-css
sudo nano ~/.vscode/vs-code-styles.css
| export default { | |
| meta: { | |
| type: 'problem', | |
| docs: { | |
| description: 'Disallow multiple consecutive spaces in string literals', | |
| category: 'Possible Errors', | |
| recommended: true, | |
| }, | |
| fixable: 'code', | |
| schema: [], |
| <div class="w-14 h-8"> | |
| <input type="checkbox" id="dark-mode-toggle" class="hidden" onchange="document.documentElement.classList.toggle('dark')" /> | |
| <label for="dark-mode-toggle" class="w-full h-full bg-gray-800 dark:bg-white rounded-full p-1 flex justify-between cursor-pointer"> | |
| <span class="inline dark:hidden">🌞</span> | |
| <span class="w-6 h-6 rounded-full bg-white dark:bg-gray-800 block float-right dark:float-left"></span> | |
| <span class="hidden dark:inline">🌛</span> | |
| </label> | |
| </div> |
| import 'dart:convert'; | |
| import 'dart:math'; | |
| import 'dart:typed_data'; | |
| import "package:pointycastle/export.dart"; | |
| import "package:asn1lib/asn1lib.dart"; | |
| List<int> decodePEM(String pem) { | |
| var startsWith = [ | |
| "-----BEGIN PUBLIC KEY-----", | |
| "-----BEGIN PRIVATE KEY-----", |
https://www.dafontfree.net/freefonts-script12-bt-f141942.htm
https://github.com/be5invis/vscode-custom-css
sudo nano ~/.vscode/vs-code-styles.css