Page 1 of 1

Visual Studio Code dark

Posted: Fri Jan 26, 2024 6:38 pm
by moudey

Visual Studio Code dark mode

theme
{
	name="modern" 
	dark=1
	font.size=18

background {
	color = #1F1F1F
	effect = 0
}

border {
	size = 1
	color = #454545
	radius = 2
	padding = [0, 4, 0, 4]
}

item {
	text {
		normal = #CCCCCC
		select = #CCCCCC
		normal.disabled = #505050
		select.disabled = #505050
	}
	
	back {
		normal = #1F1F1F
		select = #12395F
		normal.disabled = #1F1F1F
		select.disabled = #1F1F1F
	}
}

separator {
	size = 1
	color = #454545
	margin=[0, 4]
}

image.align = 2
}
vscode-dark.png
vscode-dark.png (41.71 KiB) Viewed 3321 times