Skip to content

Commit 1c0ad93

Browse files
committed
build of themes
1 parent 2efb377 commit 1c0ad93

6 files changed

+6
-1
lines changed

src/betterSolarizedDarkItalic.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ permalink: /better-solarized-dark-italic.json
11481148
"editorStickyScroll.background": "#00212B",
11491149
"editorStickyScrollHover.background": "#586E7530",
11501150
"titleBar.activeBackground": "#002C39",
1151-
"editorGhostText.foreground": "#93A1A150",
1151+
"editorGhostText.foreground": "{{ themes.solarized.base1 }}50",
11521152
"editorGroup.border": "#00212B",
11531153
"editorGroup.dropBackground": "#2AA19844",
11541154
"editorGroupHeader.tabsBackground": "#004052",

themes/better-selenized-dark.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,7 @@
12211221
"editorStickyScroll.background": "#00212B",
12221222
"editorStickyScrollHover.background": "#718b9030",
12231223
"titleBar.activeBackground": "#002B36",
1224+
"editorGhostText.foreground": "#C8D7D850",
12241225
"editorGroup.border": "#00212B",
12251226
"editorGroup.dropBackground": "#39c7b944",
12261227
"editorGroupHeader.tabsBackground": "#004454",

themes/better-selenized-light.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,6 +1092,7 @@
10921092
"editorStickyScroll.background": "#EEE8D5",
10931093
"editorStickyScrollHover.background": "#586E7530",
10941094
"titleBar.activeBackground": "#EEE8D5",
1095+
"editorGhostText.foreground": "#90999590",
10951096
"editorGroup.border": "#DDD6C1",
10961097
"editorGroup.dropBackground": "#DDD6C1AA",
10971098
"editorGroupHeader.tabsBackground": "#D9D2C2",

themes/better-solarized-dark-italic.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,7 @@
11441144
"editorStickyScroll.background": "#00212B",
11451145
"editorStickyScrollHover.background": "#586E7530",
11461146
"titleBar.activeBackground": "#002C39",
1147+
"editorGhostText.foreground": "#93A1A150",
11471148
"editorGroup.border": "#00212B",
11481149
"editorGroup.dropBackground": "#2AA19844",
11491150
"editorGroupHeader.tabsBackground": "#004052",

themes/better-solarized-dark.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,7 @@
11111111
"editorStickyScroll.background": "#00212B",
11121112
"editorStickyScrollHover.background": "#586E7530",
11131113
"titleBar.activeBackground": "#002B36",
1114+
"editorGhostText.foreground": "#93A1A150",
11141115
"editorGroup.border": "#00212B",
11151116
"editorGroup.dropBackground": "#2AA19844",
11161117
"editorGroupHeader.tabsBackground": "#004454",

themes/better-solarized-light.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,7 @@
11051105
"editorStickyScroll.background": "#EEE8D5",
11061106
"editorStickyScrollHover.background": "#586E7530",
11071107
"titleBar.activeBackground": "#EEE8D5",
1108+
"editorGhostText.foreground": "#90999590",
11081109
"editorGroup.border": "#DDD6C1",
11091110
"editorGroup.dropBackground": "#DDD6C1AA",
11101111
"editorGroupHeader.tabsBackground": "#D9D2C2",

0 commit comments

Comments
 (0)