Skip to content

Commit 8082ccb

Browse files
authored
Update github_light_theme.yaml
Improve readibility
1 parent 32b2258 commit 8082ccb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

themes/github_light_theme.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
# Theme based on Github
22
# Creator: @einschmidt
33
#
4+
#
45
Github Light Theme:
56
# Header:
67
app-header-background-color: "#24292e"
78
app-header-text-color: "#fafbfc"
89
# Main Interface Colors
9-
primary-color: "#2188ff"
10-
light-primary-color: var(--primary-color)
10+
primary-color: "#0366d6"
11+
light-primary-color: "var(--primary-color)"
1112
primary-background-color: "#F6F8FA"
1213
secondary-background-color: "#fafbfc"
1314
divider-color: "#e1e4e8"
14-
accent-color: "#79b8ff"
15+
accent-color: "#0366d6"
1516
# Text
1617
primary-text-color: "#2f363d"
1718
secondary-text-color: "#959da5"
18-
text-primary-color: var(--primary-text-color)
19+
text-primary-color: "#fafbfc"
1920
disabled-text-color: "#959da5"
2021
# Sidebar Menu
2122
sidebar-icon-color: "#6a737d"
@@ -42,7 +43,7 @@ Github Light Theme:
4243
label-badge-text-color: "#fafbfc"
4344
label-badge-red: "#d73a49"
4445
label-badge-green: "#28a745"
45-
label-badge-blue: "#0366d6"
46+
label-badge-blue: "#2188ff"
4647
label-badge-yellow: "#ffd33d"
4748
label-badge-gray: "#6a737d"
4849
# Cards

0 commit comments

Comments
 (0)