Warning: This guide contains system-level modifications. Some steps are irreversible or can render your system unbootable. Read every section fully before executing any command. Know what you are doing, or do not proceed.
| # | Section |
|---|
| scheme: "Everforest dark, hard" | |
| author: "Sainnhe Park (sainnhe@gmail.com)" | |
| base00: "2b3339" # Default Background | |
| base01: "323c41" # Lighter Background (Used for status bars, line number and folding marks) | |
| base02: "503946" # Selection Background | |
| base03: "868d80" # Comments, Invisibles, Line Highlighting | |
| base04: "d3c6aa" # Dark Foreground (Used for status bars) | |
| base05: "d3c6aa" # Default Foreground, Caret, Delimiters, Operators | |
| base06: "e9e8d2" # Light Foreground (Not often used) |
| /* | |
| * VK token refresh script for audio. | |
| * The only dependency is axios. | |
| * Can be simply embedded in your app: | |
| * const { refreshToken } = require('./vk-audio') | |
| * ... | |
| * refreshToken(oldToken) | |
| * | |
| * Note that you will need to use Kate Mobile's token and user agent, for example: | |
| * KateMobileAndroid/52.1 lite-445 (Android 4.4.2; SDK 19; x86; unknown Android SDK built for x86; en) |