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 Profile Settings | |
| #-------------------------------------------------------------------------- | |
| # This file is located at '~/OneDrive/documents/PowerShell/Microsoft.PowerShell_profile.ps1' | |
| # (typically pointed to by the $PROFILE variable in a standard PowerShell console). | |
| # By placing settings here and using OneDrive, they can be loaded when | |
| # PowerShell is launched and shared across multiple devices. | |
| #-------------------------------------------------------------------------- | |
| # Custom Aliases |
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 |