Skip to content

Instantly share code, notes, and snippets.

View qyurila's full-sized avatar
👋
Nyaharo, world!

QriLa | Hyeon Gu qyurila

👋
Nyaharo, world!
View GitHub Profile
@qyurila
qyurila / quickCss.css
Last active April 19, 2024 19:55
A personal Vencord custom QuickCSS: Pretendard font + SimpleEnhancements tweak
/* REVERT */
/* Old Icons */
@import url(https://davart154.github.io/Themes/Icon%20Revert%202023/2023%20Icon%20Revert.css);
/* FONTS */
/* Import Pretendard Variable */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-jp.min.css");
/* Fix - Source from Old Discord Font: https://github.com/Overimagine1/old-discord-font */
:root {
@qyurila
qyurila / emodipt-extend-mod.omp.yaml
Created February 14, 2023 08:56
A personal oh-my-posh config file
# 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'