This is Clean Visual Studio Code theme that is closely realted to PGKPI. The theme is inspired by the school building and the flag colors. We made sure that the theme is easily accessible and ready to use!
These are the base properties we have used to make the theme.
"colors": {
"editor.background": "#eeeded",
"editor.foreground": "#333333",
"list.activeSelectionIconForeground": "#333333",
"sideBar.background": "#e6e5e5",
"editorGroup.dropBackground": "#2b6f8f48",
"tab.activeBackground":"#d8d8d839",
"tab.inactiveBackground":"#bcbdce4e",
"editorLineNumber.foreground":"#002147",
"editorLineNumber.activeForeground":"#F1BE00",
"activityBar.background":"#002147",
"activityBar.inactiveForeground":"#e7e7e7",
"activityBar.foreground":"#F1BE00",
"activityBar.activeBackground":"#06377062",
"statusBar.background":"#3859A7",
"statusBar.foreground":"#e0e0e0",
"statusBarItem.remoteBackground":"#3859A7",
"scrollbar.shadow":"#0021474d",
"scrollbarSlider.activeBackground":"#2b6f8f48",
"contrastActiveBorder":"#d5d5d54b",
"widget.shadow":"#2b6f8f48",
},
This is the installation guide.
- Download the repository by the
git clone
command. - Open VS Code and use the shortcut:
Ctrl + Short + P
. - Type
Install from VSIX
in the text box. - Choose the
pgkpi-theme-0.0.1.vsix
file from the downloaded folder. (The file is located in the root folder) - After embedding the theme in VS Code, use the same shortuct
Ctrl + Short + P
and choseColor theme
. - Find the PGKPI Theme and apply it.
Dark Theme Coming soon...