Skip to content

Commit 2f97742

Browse files
authored
Fix vscode normal colors
1 parent 0520b1f commit 2f97742

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

images/vscode.png

17 KB
Loading

themes/vscode.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ foreground = "#cccccc"
33
background = "#1e1e1e"
44

55
[colors.normal]
6-
black = "#1e1e1e"
7-
red = "#f14c4c"
8-
green = "#23d18b"
6+
black = "#000000"
7+
red = "#cd3131"
8+
green = "#0dbc79"
99
yellow = "#e5e510"
10-
blue = "#3b8eea"
11-
magenta = "#d670d6"
12-
cyan = "#29b8db"
13-
white = "#cccccc"
10+
blue = "#2472c8"
11+
magenta = "#bc3fbc"
12+
cyan = "#11a8cd"
13+
white = "#e5e5e5"
1414

1515
[colors.bright]
1616
black = "#666666"
@@ -20,4 +20,4 @@ yellow = "#f5f543"
2020
blue = "#3b8eea"
2121
magenta = "#d670d6"
2222
cyan = "#29b8db"
23-
white = "#ffffff"
23+
white = "#e5e5e5"

0 commit comments

Comments
 (0)