Coder Social home page Coder Social logo

vscode-theme's Introduction

VS Code Theme

Light Dark

This theme is a derivative of Noctis. It is modified to embrace semantic rather than syntactic highlighting.

Companions

  • Rainbow CSV
  • Fluent Icons
  • File Icons
  • The following additions to settings.json:
	"editor.tokenColorCustomizations": {
		"textMateRules": [
			{
				"scope": "heading.1.markdown entity.name.section.markdown, heading.1.markdown punctuation.definition.heading.markdown",
				"settings": {
					"foreground": "#e66767",
				}
			},
			{
				"scope": "heading.2.markdown entity.name.section.markdown, heading.2.markdown punctuation.definition.heading.markdown",
				"settings": {
					"foreground": "#f19066",
				}
			},
			{
				"scope": "heading.3.markdown entity.name.section.markdown, heading.3.markdown punctuation.definition.heading.markdown",
				"settings": {
					"foreground": "#f6b93b",
				}
			},
			{
				"scope": "heading.4.markdown entity.name.section.markdown, heading.4.markdown punctuation.definition.heading.markdown",
				"settings": {
					"foreground": "#78e08f",
				}
			},
			{
				"scope": "heading.5.markdown entity.name.section.markdown, heading.5.markdown punctuation.definition.heading.markdown",
				"settings": {
					"foreground": "#546de5",
				}
			},
			{
				"scope": "heading.6.markdown entity.name.section.markdown, heading.6.markdown punctuation.definition.heading.markdown",
				"settings": {
					"foreground": "#574b90",
				}
			}
		]
	},
	"workbench.colorCustomizations": {
		"editorError.foreground": "#E3879E",
	},
	"workbench.productIconTheme": "fluent-icons",
	"workbench.iconTheme": "file-icons",
	"editor.fontFamily": "monospace",
	"editor.fontLigatures": true,
	"editor.renderWhitespace": "boundary",
	"editor.rulers": [
		79,
		160
	],
	"editor.fontWeight": 500,
	"terminal.integrated.fontWeight": 500,
	"terminal.integrated.fontWeightBold": 700,
	"editor.fontSize": 13,
	"terminal.integrated.fontSize": 13,
	"terminal.integrated.lineHeight": 1.1,
	"workbench.tree.renderIndentGuides": "always",
	"workbench.tree.indent": 9.5,
	"editor.lineNumbers": "relative",
	"editor.cursorStyle": "line",
	"editor.wordWrap": "on",
	"editor.wrappingIndent": "indent",
	"window.zoomLevel": -1,

I also use Sundial to switch between light and dark themes automatically, with the following config:

	"workbench.preferredDarkColorTheme": "MattTheme Dark",
	"workbench.preferredLightColorTheme": "MattTheme Light",
	"sundial.sunset": "21:00",
	"sundial.sunrise": "06:30",

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.