This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** NOTES | |
You'd like to change the font families if you aren't Korean and/or don't use Momotalk theme (https://github.com/MiyakuKage/discord-momotalk) | |
**/ | |
/** IMPORTS **/ | |
/* Revert Old Icons */ | |
@import url(https://davart154.github.io/Themes/Icon%20Revert%202023/2023%20Icon%20Revert.css); | |
/* Import Fonts */ | |
@import url(https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable-jp.min.css); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# yaml-language-server: $schema=https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json | |
final_space: true | |
version: 2 | |
palette: | |
foreground: '#BFBDB6' | |
foreground-dark: '#6C7380' | |
accent: '#E6B450' | |
error: '#D95757' | |
syntax-blue: '#39BAE6' | |
syntax-cyan: '#95E6CB' |