This file contains hidden or 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
/* %APPDATA%\RStudio\themes\gruvbox.rstheme */ | |
/* rs-theme-name: Gruvbox */ | |
/* rs-theme-is-dark: TRUE */ | |
:root { | |
/* editor */ | |
--editor-background-color: rgb(30, 30, 30); | |
--editor-background: rgb(var(--editor-background-color)); | |
--editor-foreground: rgb(235,219,178); | |
--separator: rgb(40,40,40); |
This file contains hidden or 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
# PowerShell settings | |
# | |
# This file are placed in '~/OneDrive/documents/PowerShell' | |
# By placing this file in this directory, this settings | |
# are loaded when PowerShell is launched, and also are shared | |
# among multiple devices using OneDrive. | |
# Neovim setting repository | |
$NVIM_SETTING_REMOTE = "https://github.com/NONONOexe/nvim-settings.git" |
This file contains hidden or 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
# ============================== Format ============================== | |
# :emoji: Subject | |
# | |
# Commit body... | |
# | |
# ============================== Emojis ============================== | |
# 🎉 :tada: Initial commit | |
# ✨ :sparkles: Introduce new feature | |
# ⚡️ :zap: Inprove performance |