File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const defaultSettingsOkaidia: CreateThemeOptions['settings'] = {
9
9
selectionMatch : '#49483E' ,
10
10
gutterBackground : '#272822' ,
11
11
gutterForeground : '#FFFFFF70' ,
12
- lineHighlight : '#00000059 ' ,
12
+ lineHighlight : '#0000003b ' ,
13
13
} ;
14
14
15
15
export const okaidiaInit = ( options ?: Partial < CreateThemeOptions > ) => {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const config = {
5
5
selectionMatch : '#C9D0D9' ,
6
6
cursor : '#54494B' ,
7
7
dropdownBackground : '#F5F5F5' ,
8
- activeLine : '#E4F6D4 ' ,
8
+ activeLine : '#79ff002b ' ,
9
9
matchingBracket : '#E4F6D4' ,
10
10
keyword : '#4B69C6' ,
11
11
storage : '#4B69C6' ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const config = {
6
6
cursor : '#D30102' ,
7
7
dropdownBackground : '#00212B' ,
8
8
dropdownBorder : '#2AA19899' ,
9
- activeLine : '#073642 ' ,
9
+ activeLine : '#00cafe11 ' ,
10
10
matchingBracket : '#073642' ,
11
11
keyword : '#859900' ,
12
12
storage : '#93A1A1' ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const config = {
6
6
cursor : '#657B83' ,
7
7
dropdownBackground : '#EEE8D5' ,
8
8
dropdownBorder : '#D3AF86' ,
9
- activeLine : '#EEE8D5 ' ,
9
+ activeLine : '#3d392d11 ' ,
10
10
matchingBracket : '#EEE8D5' ,
11
11
keyword : '#859900' ,
12
12
storage : '#586E75' ,
You can’t perform that action at this time.
0 commit comments