Skip to content

Commit 8f4152e

Browse files
committed
fix theme colors - Tokyo Night and Nord Light official specs
1 parent cfce358 commit 8f4152e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/services/color-themes.service.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,15 @@ export class ColorThemesService {
150150
background: '#1a1b26',
151151
selection_foreground: '#c0caf5',
152152
selection_background: '#33467c',
153-
color0: '#15161e',
153+
color0: '#1d202f',
154154
color1: '#f7768e',
155155
color2: '#9ece6a',
156156
color3: '#e0af68',
157157
color4: '#7aa2f7',
158158
color5: '#bb9af7',
159159
color6: '#7dcfff',
160160
color7: '#a9b1d6',
161-
color8: '#414868',
161+
color8: '#565f89',
162162
color9: '#f7768e',
163163
color10: '#9ece6a',
164164
color11: '#e0af68',
@@ -730,7 +730,7 @@ export class ColorThemesService {
730730
color5: '#b48ead',
731731
color6: '#88c0d0',
732732
color7: '#d8dee9',
733-
color8: '#434c5e',
733+
color8: '#4c566a',
734734
color9: '#bf616a',
735735
color10: '#a3be8c',
736736
color11: '#ebcb8b',

0 commit comments

Comments
 (0)