Skip to content

A simple dark theme designed for Visual Studio Code.

License

Notifications You must be signed in to change notification settings

rozzan/beepboop-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeepBoop - VSCode Dark Theme

A simple but complete dark theme that has been designed for Visual Studio Code.

GitHub License

Installing

Coming on the release of version 1.0.

Custom Colours

If there are some colours you do not like from this theme, you can change them in User Settings! Use the objects workbench.colorCustomizations and workbench.tokenColorCustomizations to override one or more colours:

"workbench.colorCustomizations": {

	"editor.background": "#495AC1",
	"editor.foreground": "#FAFEF0",
	"sideBar.background": "#7BA4F4"

},
"workbench.tokenColorCustomizations": {

	"numbers": "#73C7AA",
	"comments": "#323330"

},

Please note that this will override the specified values across ALL themes until they are removed from User Settings.

About

A simple dark theme designed for Visual Studio Code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published