File tree 6 files changed +15
-15
lines changed
6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const config = {
5
5
selectionMatch : '#84613daa' ,
6
6
cursor : '#d3af86' ,
7
7
dropdownBackground : '#51412c' ,
8
- activeLine : '#5e452b ' ,
8
+ activeLine : '#5e452b52 ' ,
9
9
matchingBracket : '#5e452b' ,
10
10
keyword : '#98676a' ,
11
11
storage : '#98676a' ,
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ export const defaultSettingsMaterial: CreateThemeOptions['settings'] = {
5
5
background : '#2e3235' ,
6
6
foreground : '#bdbdbd' ,
7
7
caret : '#a0a4ae' ,
8
- selection : '#d7d4f0 ' ,
9
- selectionMatch : '#d7d4f0 ' ,
8
+ selection : '#d7d4f063 ' ,
9
+ selectionMatch : '#d7d4f063 ' ,
10
10
gutterBackground : '#2e3235' ,
11
11
gutterForeground : '#999' ,
12
12
gutterActiveForeground : '#4f5b66' ,
13
- lineHighlight : '#545b61 ' ,
13
+ lineHighlight : '#545b6130 ' ,
14
14
} ;
15
15
16
16
export const defaultSettingsMaterialDark = defaultSettingsMaterial ;
@@ -131,7 +131,7 @@ export const defaultSettingsMaterialLight: CreateThemeOptions['settings'] = {
131
131
foreground : '#90A4AE' ,
132
132
caret : '#272727' ,
133
133
selection : '#80CBC440' ,
134
- selectionMatch : '#FAFAFA ' ,
134
+ selectionMatch : '#80CBC440 ' ,
135
135
gutterBackground : '#FAFAFA' ,
136
136
gutterForeground : '#90A4AE' ,
137
137
gutterBorder : 'transparent' ,
Original file line number Diff line number Diff line change 1
1
export const config = {
2
2
background : '#1e1e1e' ,
3
3
foreground : '#c5c8c6' ,
4
- selection : '#4747a180 ' ,
5
- selectionMatch : '#6767ce80 ' ,
4
+ selection : '#4747a1 ' ,
5
+ selectionMatch : '#4747a1 ' ,
6
6
cursor : '#c07020' ,
7
7
dropdownBackground : '#525252' ,
8
- activeLine : '#303030 ' ,
8
+ activeLine : '#30303078 ' ,
9
9
matchingBracket : '#303030' ,
10
10
keyword : '#676867' ,
11
11
storage : '#676867' ,
Original file line number Diff line number Diff line change 1
1
export const config = {
2
2
background : '#272822' ,
3
3
foreground : '#f8f8f2' ,
4
- selection : '#4a4a7680 ' ,
5
- selectionMatch : '#6a6a9680 ' ,
4
+ selection : '#4a4a76 ' ,
5
+ selectionMatch : '#4a4a76 ' ,
6
6
cursor : '#f8f8f0' ,
7
7
dropdownBackground : '#414339' ,
8
- activeLine : '#3e3d32 ' ,
8
+ activeLine : '#3e3d3257 ' ,
9
9
matchingBracket : '#3e3d32' ,
10
10
keyword : '#F92672' ,
11
11
storage : '#F92672' ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const defaultSettingsNoctisLilac: CreateThemeOptions['settings'] = {
9
9
selectionMatch : '#d5d1f2' ,
10
10
gutterBackground : '#f2f1f8' ,
11
11
gutterForeground : '#0c006b70' ,
12
- lineHighlight : '#e1def3 ' ,
12
+ lineHighlight : '#16067911 ' ,
13
13
} ;
14
14
15
15
export const noctisLilacInit = ( options ?: Partial < CreateThemeOptions > ) => {
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ export const defaultSettingsNord: CreateThemeOptions['settings'] = {
5
5
background : '#2e3440' ,
6
6
foreground : '#FFFFFF' ,
7
7
caret : '#FFFFFF' ,
8
- selection : '#3b4252 ' ,
9
- selectionMatch : '#e5e9f0 ' ,
8
+ selection : '#4b556a ' ,
9
+ selectionMatch : '#4b556a ' ,
10
10
gutterBackground : '#2e3440' ,
11
11
gutterForeground : '#4c566a' ,
12
12
gutterActiveForeground : '#d8dee9' ,
13
- lineHighlight : '#4c566a ' ,
13
+ lineHighlight : '#4c566a29 ' ,
14
14
} ;
15
15
16
16
// Colors from https://www.nordtheme.com/docs/colors-and-palettes
You can’t perform that action at this time.
0 commit comments