Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix selection and word highlight #98

Merged
merged 1 commit into from
Jun 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 18 additions & 16 deletions ayu-dark-bordered.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"type": "dark",
"colors": {
"focusBorder": "#292d36",
"focusBorder": "#30343d",
"foreground": "#3d424d",
"widget.shadow": "#00010a",
"selection.background": "#161f2afd",
"selection.background": "#273747fd",
"textBlockQuote.background": "#0d1016",
"textLink.foreground": "#e6b450",
"textLink.activeForeground": "#e6b450",
Expand All @@ -14,11 +14,11 @@
"button.hoverBackground": "#e1af4b",
"dropdown.background": "#0d1016",
"dropdown.foreground": "#3d424d",
"dropdown.border": "#191e25",
"input.background": "#0d1016",
"input.border": "#191e25",
"dropdown.border": "#22262d",
"input.background": "#030810",
"input.border": "#22262d",
"input.foreground": "#b3b1ad",
"input.placeholderForeground": "#2e323c",
"input.placeholderForeground": "#333841",
"inputOption.activeBorder": "#e6b450",
"inputValidation.errorBackground": "#0a0e14",
"inputValidation.errorBorder": "#ff3333",
Expand All @@ -42,7 +42,7 @@
"list.hoverForeground": "#3d424d",
"list.inactiveSelectionBackground": "#01060e",
"list.inactiveSelectionForeground": "#3d424d",
"list.invalidItemForeground": "#2e323c",
"list.invalidItemForeground": "#333841",
"activityBar.background": "#0a0e14",
"activityBar.foreground": "#3d424dcc",
"activityBar.border": "#01060e",
Expand Down Expand Up @@ -72,17 +72,19 @@
"editorLineNumber.foreground": "#3d424d99",
"editorLineNumber.activeForeground": "#3d424de6",
"editorCursor.foreground": "#e6b450",
"editor.selectionBackground": "#161f2a",
"editor.inactiveSelectionBackground": "#121922",
"editor.selectionHighlightBackground": "#121922",
"editor.selectionHighlightBorder": "#1d2936",
"editor.wordHighlightBackground": "#121922",
"editor.wordHighlightStrongBackground": "#e6b45033",
"editor.selectionBackground": "#273747",
"editor.inactiveSelectionBackground": "#1b2733",
"editor.selectionHighlightBackground": "#1b2733",
"editor.selectionHighlightBorder": "#304357",
"editor.wordHighlightBackground": "#6994bf12",
"editor.wordHighlightBorder": "#6994bf80",
"editor.wordHighlightStrongBackground": "#91b36212",
"editor.wordHighlightStrongBorder": "#91b36280",
"editor.findMatchBackground": "#e6b4500d",
"editor.findMatchBorder": "#e6b450",
"editor.findMatchHighlightBackground": "#e6b4500d",
"editor.findMatchHighlightBorder": "#e6b45059",
"editor.findRangeHighlightBackground": "#121922",
"editor.findRangeHighlightBackground": "#1b2733",
"editor.findRangeHighlightBorder": "#0a0e1400",
"editor.lineHighlightBackground": "#01060e",
"editorLink.activeForeground": "#e6b450",
Expand Down Expand Up @@ -150,13 +152,13 @@
"extensionButton.prominentBackground": "#e6b450",
"extensionButton.prominentHoverBackground": "#e1af4b",
"pickerGroup.border": "#01060e",
"pickerGroup.foreground": "#242831",
"pickerGroup.foreground": "#2c3038",
"debugToolBar.background": "#0d1016",
"walkThrough.embeddedEditorBackground": "#0d1016",
"gitDecoration.modifiedResourceForeground": "#6994bfb3",
"gitDecoration.deletedResourceForeground": "#d96c75b3",
"gitDecoration.untrackedResourceForeground": "#91b362b3",
"gitDecoration.ignoredResourceForeground": "#242831",
"gitDecoration.ignoredResourceForeground": "#2c3038",
"gitDecoration.conflictingResourceForeground": "",
"gitDecoration.submoduleResourceForeground": "#ffee99b3",
"settings.headerForeground": "#b3b1ad",
Expand Down
34 changes: 18 additions & 16 deletions ayu-dark.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"type": "dark",
"colors": {
"focusBorder": "#292d36",
"focusBorder": "#30343d",
"foreground": "#3d424d",
"widget.shadow": "#00010a",
"selection.background": "#161f2afd",
"selection.background": "#273747fd",
"textBlockQuote.background": "#0d1016",
"textLink.foreground": "#e6b450",
"textLink.activeForeground": "#e6b450",
Expand All @@ -14,11 +14,11 @@
"button.hoverBackground": "#e1af4b",
"dropdown.background": "#0d1016",
"dropdown.foreground": "#3d424d",
"dropdown.border": "#191e25",
"input.background": "#0d1016",
"input.border": "#191e25",
"dropdown.border": "#22262d",
"input.background": "#030810",
"input.border": "#22262d",
"input.foreground": "#b3b1ad",
"input.placeholderForeground": "#2e323c",
"input.placeholderForeground": "#333841",
"inputOption.activeBorder": "#e6b450",
"inputValidation.errorBackground": "#0a0e14",
"inputValidation.errorBorder": "#ff3333",
Expand All @@ -42,7 +42,7 @@
"list.hoverForeground": "#3d424d",
"list.inactiveSelectionBackground": "#01060e",
"list.inactiveSelectionForeground": "#3d424d",
"list.invalidItemForeground": "#2e323c",
"list.invalidItemForeground": "#333841",
"activityBar.background": "#0a0e14",
"activityBar.foreground": "#3d424dcc",
"activityBar.border": "#0a0e14",
Expand Down Expand Up @@ -72,17 +72,19 @@
"editorLineNumber.foreground": "#3d424d99",
"editorLineNumber.activeForeground": "#3d424de6",
"editorCursor.foreground": "#e6b450",
"editor.selectionBackground": "#161f2a",
"editor.inactiveSelectionBackground": "#121922",
"editor.selectionHighlightBackground": "#121922",
"editor.selectionHighlightBorder": "#1d2936",
"editor.wordHighlightBackground": "#121922",
"editor.wordHighlightStrongBackground": "#e6b45033",
"editor.selectionBackground": "#273747",
"editor.inactiveSelectionBackground": "#1b2733",
"editor.selectionHighlightBackground": "#1b2733",
"editor.selectionHighlightBorder": "#304357",
"editor.wordHighlightBackground": "#6994bf12",
"editor.wordHighlightBorder": "#6994bf80",
"editor.wordHighlightStrongBackground": "#91b36212",
"editor.wordHighlightStrongBorder": "#91b36280",
"editor.findMatchBackground": "#e6b4500d",
"editor.findMatchBorder": "#e6b450",
"editor.findMatchHighlightBackground": "#e6b4500d",
"editor.findMatchHighlightBorder": "#e6b45059",
"editor.findRangeHighlightBackground": "#121922",
"editor.findRangeHighlightBackground": "#1b2733",
"editor.findRangeHighlightBorder": "#0a0e1400",
"editor.lineHighlightBackground": "#01060e",
"editorLink.activeForeground": "#e6b450",
Expand Down Expand Up @@ -150,13 +152,13 @@
"extensionButton.prominentBackground": "#e6b450",
"extensionButton.prominentHoverBackground": "#e1af4b",
"pickerGroup.border": "#01060e",
"pickerGroup.foreground": "#242831",
"pickerGroup.foreground": "#2c3038",
"debugToolBar.background": "#0d1016",
"walkThrough.embeddedEditorBackground": "#0d1016",
"gitDecoration.modifiedResourceForeground": "#6994bfb3",
"gitDecoration.deletedResourceForeground": "#d96c75b3",
"gitDecoration.untrackedResourceForeground": "#91b362b3",
"gitDecoration.ignoredResourceForeground": "#242831",
"gitDecoration.ignoredResourceForeground": "#2c3038",
"gitDecoration.conflictingResourceForeground": "",
"gitDecoration.submoduleResourceForeground": "#ffee99b3",
"settings.headerForeground": "#b3b1ad",
Expand Down
34 changes: 18 additions & 16 deletions ayu-light-bordered.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"type": "light",
"colors": {
"focusBorder": "#bdc2c8",
"focusBorder": "#c4c7cc",
"foreground": "#959da6",
"widget.shadow": "#56606940",
"selection.background": "#e8eef4fd",
"selection.background": "#d3e5f4fd",
"textBlockQuote.background": "#ffffff",
"textLink.foreground": "#ff9940",
"textLink.activeForeground": "#ff9940",
Expand All @@ -14,11 +14,11 @@
"button.hoverBackground": "#f9943b",
"dropdown.background": "#ffffff",
"dropdown.foreground": "#959da6",
"dropdown.border": "#dcdee1",
"input.background": "#ffffff",
"input.border": "#dcdee1",
"dropdown.border": "#e1e2e4",
"input.background": "#f7f7f7",
"input.border": "#e1e2e4",
"input.foreground": "#6c7680",
"input.placeholderForeground": "#b3b9bf",
"input.placeholderForeground": "#b9bec3",
"inputOption.activeBorder": "#ff9940",
"inputValidation.errorBackground": "#fafafa",
"inputValidation.errorBorder": "#f51818",
Expand All @@ -42,7 +42,7 @@
"list.hoverForeground": "#959da6",
"list.inactiveSelectionBackground": "#959da61a",
"list.inactiveSelectionForeground": "#959da6",
"list.invalidItemForeground": "#b3b9bf",
"list.invalidItemForeground": "#b9bec3",
"activityBar.background": "#fafafa",
"activityBar.foreground": "#959da6cc",
"activityBar.border": "#959da61a",
Expand Down Expand Up @@ -72,17 +72,19 @@
"editorLineNumber.foreground": "#959da666",
"editorLineNumber.activeForeground": "#959da6cc",
"editorCursor.foreground": "#ff9940",
"editor.selectionBackground": "#e8eef4",
"editor.inactiveSelectionBackground": "#eff3f6",
"editor.selectionHighlightBackground": "#eff3f6",
"editor.selectionHighlightBorder": "#dee8f1",
"editor.wordHighlightBackground": "#eff3f6",
"editor.wordHighlightStrongBackground": "#ff994033",
"editor.selectionBackground": "#d3e5f4",
"editor.inactiveSelectionBackground": "#e9e9e9",
"editor.selectionHighlightBackground": "#e9e9e9",
"editor.selectionHighlightBorder": "#e2e2e2",
"editor.wordHighlightBackground": "#709ecc12",
"editor.wordHighlightBorder": "#709ecc80",
"editor.wordHighlightStrongBackground": "#99bf4d12",
"editor.wordHighlightStrongBorder": "#99bf4d80",
"editor.findMatchBackground": "#ff99400d",
"editor.findMatchBorder": "#ff9940",
"editor.findMatchHighlightBackground": "#ff99400d",
"editor.findMatchHighlightBorder": "#ff994059",
"editor.findRangeHighlightBackground": "#eff3f6",
"editor.findRangeHighlightBackground": "#e9e9e9",
"editor.findRangeHighlightBorder": "#fafafa00",
"editor.lineHighlightBackground": "#959da61a",
"editorLink.activeForeground": "#ff9940",
Expand Down Expand Up @@ -150,13 +152,13 @@
"extensionButton.prominentBackground": "#ff9940",
"extensionButton.prominentHoverBackground": "#f9943b",
"pickerGroup.border": "#959da61a",
"pickerGroup.foreground": "#c8ccd0",
"pickerGroup.foreground": "#ced1d4",
"debugToolBar.background": "#ffffff",
"walkThrough.embeddedEditorBackground": "#ffffff",
"gitDecoration.modifiedResourceForeground": "#709eccb3",
"gitDecoration.deletedResourceForeground": "#f27983b3",
"gitDecoration.untrackedResourceForeground": "#99bf4db3",
"gitDecoration.ignoredResourceForeground": "#c8ccd0",
"gitDecoration.ignoredResourceForeground": "#ced1d4",
"gitDecoration.conflictingResourceForeground": "",
"gitDecoration.submoduleResourceForeground": "#a37accb3",
"settings.headerForeground": "#6c7680",
Expand Down
34 changes: 18 additions & 16 deletions ayu-light.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"type": "light",
"colors": {
"focusBorder": "#bdc2c8",
"focusBorder": "#c4c7cc",
"foreground": "#959da6",
"widget.shadow": "#56606940",
"selection.background": "#e8eef4fd",
"selection.background": "#d3e5f4fd",
"textBlockQuote.background": "#ffffff",
"textLink.foreground": "#ff9940",
"textLink.activeForeground": "#ff9940",
Expand All @@ -14,11 +14,11 @@
"button.hoverBackground": "#f9943b",
"dropdown.background": "#ffffff",
"dropdown.foreground": "#959da6",
"dropdown.border": "#dcdee1",
"input.background": "#ffffff",
"input.border": "#dcdee1",
"dropdown.border": "#e1e2e4",
"input.background": "#f7f7f7",
"input.border": "#e1e2e4",
"input.foreground": "#6c7680",
"input.placeholderForeground": "#b3b9bf",
"input.placeholderForeground": "#b9bec3",
"inputOption.activeBorder": "#ff9940",
"inputValidation.errorBackground": "#fafafa",
"inputValidation.errorBorder": "#f51818",
Expand All @@ -42,7 +42,7 @@
"list.hoverForeground": "#959da6",
"list.inactiveSelectionBackground": "#959da61a",
"list.inactiveSelectionForeground": "#959da6",
"list.invalidItemForeground": "#b3b9bf",
"list.invalidItemForeground": "#b9bec3",
"activityBar.background": "#fafafa",
"activityBar.foreground": "#959da6cc",
"activityBar.border": "#fafafa",
Expand Down Expand Up @@ -72,17 +72,19 @@
"editorLineNumber.foreground": "#959da666",
"editorLineNumber.activeForeground": "#959da6cc",
"editorCursor.foreground": "#ff9940",
"editor.selectionBackground": "#e8eef4",
"editor.inactiveSelectionBackground": "#eff3f6",
"editor.selectionHighlightBackground": "#eff3f6",
"editor.selectionHighlightBorder": "#dee8f1",
"editor.wordHighlightBackground": "#eff3f6",
"editor.wordHighlightStrongBackground": "#ff994033",
"editor.selectionBackground": "#d3e5f4",
"editor.inactiveSelectionBackground": "#e9e9e9",
"editor.selectionHighlightBackground": "#e9e9e9",
"editor.selectionHighlightBorder": "#e2e2e2",
"editor.wordHighlightBackground": "#709ecc12",
"editor.wordHighlightBorder": "#709ecc80",
"editor.wordHighlightStrongBackground": "#99bf4d12",
"editor.wordHighlightStrongBorder": "#99bf4d80",
"editor.findMatchBackground": "#ff99400d",
"editor.findMatchBorder": "#ff9940",
"editor.findMatchHighlightBackground": "#ff99400d",
"editor.findMatchHighlightBorder": "#ff994059",
"editor.findRangeHighlightBackground": "#eff3f6",
"editor.findRangeHighlightBackground": "#e9e9e9",
"editor.findRangeHighlightBorder": "#fafafa00",
"editor.lineHighlightBackground": "#959da61a",
"editorLink.activeForeground": "#ff9940",
Expand Down Expand Up @@ -150,13 +152,13 @@
"extensionButton.prominentBackground": "#ff9940",
"extensionButton.prominentHoverBackground": "#f9943b",
"pickerGroup.border": "#959da61a",
"pickerGroup.foreground": "#c8ccd0",
"pickerGroup.foreground": "#ced1d4",
"debugToolBar.background": "#ffffff",
"walkThrough.embeddedEditorBackground": "#ffffff",
"gitDecoration.modifiedResourceForeground": "#709eccb3",
"gitDecoration.deletedResourceForeground": "#f27983b3",
"gitDecoration.untrackedResourceForeground": "#99bf4db3",
"gitDecoration.ignoredResourceForeground": "#c8ccd0",
"gitDecoration.ignoredResourceForeground": "#ced1d4",
"gitDecoration.conflictingResourceForeground": "",
"gitDecoration.submoduleResourceForeground": "#a37accb3",
"settings.headerForeground": "#6c7680",
Expand Down
Loading