Skip to content

Commit

Permalink
Merge pull request #107 from doki-theme/searchColor
Browse files Browse the repository at this point in the history
Search & Selection Differentiation
  • Loading branch information
Unthrottled authored Aug 10, 2021
2 parents 4beca1a + 655d593 commit 9c57f67
Show file tree
Hide file tree
Showing 62 changed files with 139 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"borderColor": "#341140",
"buttonColor": "#2e1738",
"selectionInactive": "#2e0a37",
"identifierHighlight": "#2e0a37",
"identifierHighlight": "#340b3f",
"selectionBackground": "#3d1535",
"selectionBackgroundTransparent": "#3d1535AA",
"buttonFont": "#876e9c",
Expand All @@ -50,6 +50,8 @@
"testScopeColor": "#1e1028",
"popupMask": "#EAEAF005",
"codeBlock": "#2a0930",
"searchBackground": "#234260",
"searchForeground": "#b4e5f4",
"textEditorBackground": "#24062f",
"foldedTextBackground": "#310e32",
"comments": "#7d62a4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
"borderColor": "#2b2c57",
"buttonColor": "#2f3357",
"selectionInactive": "#233b53",
"identifierHighlight": "#1f344d",
"identifierHighlight": "#223955",
"selectionBackground": "#235161",
"selectionBackgroundTransparent": "#235161AA",
"searchBackground": "#4a3a71",
"searchForeground": "#fef4ff",
"buttonFont": "#838daa",
"foregroundColor": "#bbbbbb",
"startColor": "#595959",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"identifierHighlight": "#e7f1ff",
"selectionBackground": "#b1b0d2",
"selectionBackgroundTransparent": "#a0a5d233",
"searchBackground": "#C3E8FF",
"searchForeground": "#2d4d21",
"buttonFont": "#4c4a4f",
"foregroundColor": "#252427",
"startColor": "#3b3e6d",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"identifierHighlight": "#313131",
"selectionBackground": "#452735",
"selectionBackgroundTransparent": "#452735AA",
"searchBackground": "#326283",
"searchForeground": "#fbfbfb",
"buttonFont": "#a7a7a7",
"foregroundColor": "#bbbbbb",
"startColor": "#494949",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"identifierHighlight": "#fae0f8",
"selectionBackground": "#8EDBFF",
"selectionBackgroundTransparent": "#8EDBFF33",
"searchBackground": "#EA8EFF",
"searchForeground": "#393d45",
"comments": "#7d6a7d",
"buttonFont": "#272426",
"foregroundColor": "#272426",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"identifierHighlight": "#272727",
"selectionBackground": "#5d3e2f",
"selectionBackgroundTransparent": "#5d3e2fAA",
"searchBackground": "#255926",
"searchForeground": "#fbfbfb",
"buttonFont": "#c9c9c9",
"foregroundColor": "#bbbbbb",
"startColor": "#4a4a4a",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"identifierHighlight": "#281d3b",
"selectionBackground": "#492744",
"selectionBackgroundTransparent": "#492744AA",
"searchBackground": "#665DA6",
"searchForeground": "#fbfbfb",
"buttonFont": "#a0a0a7",
"foregroundColor": "#d0d0d0",
"startColor": "#3f3c45",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"identifierHighlight": "#ffe89f",
"selectionBackground": "#ec9e74",
"selectionBackgroundTransparent": "#ec9e7455",
"searchBackground": "#FF6684",
"searchForeground": "#2f1206",
"buttonFont": "#96612f",
"foregroundColor": "#101010",
"startColor": "#db3e4c",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"identifierHighlight": "#4b283c",
"selectionBackground": "#8a2b4d",
"selectionBackgroundTransparent": "#8a2b4d55",
"searchBackground": "#278650",
"searchForeground": "#ffffff",
"buttonFont": "#bbbbbb",
"foregroundColor": "#b5a3b0",
"startColor": "#6d4466",
Expand All @@ -52,6 +54,7 @@
"codeBlock": "#322130",
"textEditorBackground": "#382536",
"foldedTextBackground": "#322130",
"comments": "#786598",
"classNameColor": "#6AADFF",
"htmlTagColor": "#BD84DD",
"stringColor": "#FAF7BA",
Expand Down
2 changes: 2 additions & 0 deletions definitions/eva/rei/dark/rei.dark.master.definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"identifierHighlight": "#1b2932",
"selectionBackground": "#25435a",
"selectionBackgroundTransparent": "#25435a55",
"searchBackground": "#6b232d",
"searchForeground": "#ffffff",
"buttonFont": "#bbbbbb",
"foregroundColor": "#d2d2d2",
"startColor": "#383838",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"identifierHighlight": "#281e22",
"selectionBackground": "#391717",
"selectionBackgroundTransparent": "#391717AA",
"searchBackground": "#65395B",
"searchForeground": "#fbfbfb",
"buttonFont": "#a7a7a7",
"foregroundColor": "#bbbbbb",
"startColor": "#494949",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"identifierHighlight": "#1d1c14",
"selectionBackground": "#553919",
"selectionBackgroundTransparent": "#553919AA",
"searchBackground": "#4B1212",
"searchForeground": "#fbfbfb",
"buttonFont": "#ada89c",
"foregroundColor": "#c2c2c2",
"highlightColor": "#191807",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"identifierHighlight": "#fefadf",
"selectionBackground": "#fff5c7",
"selectionBackgroundTransparent": "#fff5c733",
"searchBackground": "#FFC7C7",
"searchForeground": "#393d45",
"buttonFont": "#252427",
"foregroundColor": "#252427",
"startColor": "#a01618",
Expand Down
2 changes: 2 additions & 0 deletions definitions/fate/rin/dark/rin.dark.master.definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"identifierHighlight": "#28181c",
"selectionBackground": "#391717",
"selectionBackgroundTransparent": "#391717AA",
"searchBackground": "#225041",
"searchForeground": "#fbfbfb",
"buttonFont": "#a7a7a7",
"foregroundColor": "#bbbbbb",
"startColor": "#494949",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"identifierHighlight": "#3c1818",
"selectionBackground": "#531e1e",
"selectionBackgroundTransparent": "#531e1eaa",
"searchBackground": "#721515",
"searchForeground": "#fbfbfb",
"buttonFont": "#b2918a",
"foregroundColor": "#efefef",
"startColor": "#5a1f1f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"identifierHighlight": "#e6fcfb",
"selectionBackground": "#e9b4b8",
"selectionBackgroundTransparent": "#e9b4b833",
"searchBackground": "#B4E9DF",
"searchForeground": "#393d45",
"buttonFont": "#252427",
"foregroundColor": "#252427",
"startColor": "#a01618",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"identifierHighlight": "#2c0f27",
"selectionBackground": "#602b50",
"selectionBackgroundTransparent": "#602b506c",
"searchBackground": "#403B98",
"searchForeground": "#ffffff",
"buttonFont": "#bba0b7",
"foregroundColor": "#c8c8c8",
"startColor": "#691933",
Expand Down
2 changes: 2 additions & 0 deletions definitions/gate/rory/dark/rory.dark.master.definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"identifierHighlight": "#232326",
"selectionBackground": "#391717",
"selectionBackgroundTransparent": "#391717AA",
"searchBackground": "#265579",
"searchForeground": "#fbfbfb",
"buttonFont": "#a7a7a7",
"foregroundColor": "#c3c3c3",
"startColor": "#511c22",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"identifierHighlight": "#491818",
"selectionBackground": "#822e2e",
"selectionBackgroundTransparent": "#822e2eaa",
"searchBackground": "#181212",
"searchForeground": "#fbfbfb",
"buttonFont": "#996b6b",
"foregroundColor": "#fafafa",
"startColor": "#5a1f1f",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"identifierHighlight": "#220708",
"selectionBackground": "#390c10",
"selectionBackgroundTransparent": "#390c10aa",
"searchBackground": "#0F625A",
"searchForeground": "#fbfbfb",
"buttonFont": "#996b6b",
"foregroundColor": "#d8d8d8",
"startColor": "#491b1b",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"identifierHighlight": "#220708",
"selectionBackground": "#390c10",
"selectionBackgroundTransparent": "#390c10aa",
"searchBackground": "#2a6121",
"searchForeground": "#fbfbfb",
"buttonFont": "#a67676",
"foregroundColor": "#dbdbdb",
"startColor": "#491b1b",
Expand Down
2 changes: 2 additions & 0 deletions definitions/killLaKill/ryuko/ryuko.master.definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"identifierHighlight": "#2f3840",
"selectionBackground": "#563036",
"selectionBackgroundTransparent": "#a730355a",
"searchBackground": "#2C5277",
"searchForeground": "#E2CB14",
"buttonFont": "#6b8b99",
"foregroundColor": "#bbbbbb",
"startColor": "#511c22",
Expand Down
2 changes: 2 additions & 0 deletions definitions/killLaKill/satsuki/satsuki.master.definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"identifierHighlight": "#d9d8e4",
"selectionBackground": "#a0a9d2",
"selectionBackgroundTransparent": "#a0a9d233",
"searchBackground": "#D99997",
"searchForeground": "#393d45",
"buttonFont": "#252427",
"foregroundColor": "#252427",
"startColor": "#454c6d",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"identifierHighlight": "#31344b",
"selectionBackground": "#4C637A",
"selectionBackgroundTransparent": "#4C637AAA",
"searchBackground": "#28734B",
"searchForeground": "#fbfbfb",
"buttonFont": "#838daa",
"foregroundColor": "#bbbbbb",
"startColor": "#595959",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"identifierHighlight": "#1d1704",
"selectionBackground": "#553919",
"selectionBackgroundTransparent": "#553919AA",
"searchBackground": "#144824",
"searchForeground": "#fbfbfb",
"buttonFont": "#a7a7a7",
"foregroundColor": "#c3c3c3",
"startColor": "#494949",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"identifierHighlight": "#FFFFBC",
"selectionBackground": "#fff3b4",
"selectionBackgroundTransparent": "#fff3b455",
"searchBackground": "#C1FFBA",
"searchForeground": "#366906",
"buttonFont": "#546E7A",
"foregroundColor": "#000000",
"startColor": "#EBDA50",
Expand Down
3 changes: 3 additions & 0 deletions definitions/konoSuba/megumin.master.definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"identifierHighlight": "#3a2d33",
"selectionBackground": "#563036",
"selectionBackgroundTransparent": "#563036A5",
"searchBackground": "#851B2A",
"searchForeground": "#E2CB14",
"buttonFont": "#766B6B",
"foregroundColor": "#bbbbbb",
"startColor": "#511c22",
Expand All @@ -52,6 +54,7 @@
"codeBlock": "#2f2329",
"textEditorBackground": "#2c2126",
"foldedTextBackground": "#33282d",
"comments": "#726868",
"classNameColor": "#dae838",
"htmlTagColor": "#a28a92",
"stringColor": "#ffd866",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"colors": {
"caretRow": "#292D1F",
"caretRow": "#24291a",
"lineNumberColor": "#697966",
"completionWindowBackground": "#32393F",
"baseIconColor": "#657F6E",
Expand All @@ -34,7 +34,7 @@
"borderColor": "#202416",
"buttonColor": "#1e3219",
"selectionInactive": "#122D13",
"identifierHighlight": "#122D13",
"identifierHighlight": "#2d3320",
"selectionBackground": "#30432B",
"buttonFont": "#6f9a65",
"foregroundColor": "#bbbbbb",
Expand All @@ -51,6 +51,9 @@
"testScopeColor": "#1b2610",
"popupMask": "#EAEAF00A",
"codeBlock": "#23271A",
"comments": "#4E6B4C",
"searchBackground": "#16690D",
"searchForeground": "#ececec",
"textEditorBackground": "#1d2115",
"foldedTextBackground": "#252D19",
"classNameColor": "#bca3aa",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"identifierHighlight": "#def9e2",
"selectionBackground": "#a9ecac",
"selectionBackgroundTransparent": "#a0d2a733",
"searchBackground": "#B9F4FF",
"searchForeground": "#393d45",
"buttonFont": "#252427",
"foregroundColor": "#252427",
"startColor": "#5FAA51",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"colors": {
"caretRow": "#4D2339",
"caretRow": "#441539",
"lineNumberColor": "#796675",
"completionWindowBackground": "#32393F",
"baseIconColor": "#7F707A",
Expand All @@ -34,9 +34,11 @@
"buttonColor": "#561b3e",
"selectionInactive": "#6F3654",
"selectionInactiveTransparent": "#6F365455",
"identifierHighlight": "#6F3654",
"identifierHighlight": "#511843",
"selectionBackground": "#602b50",
"selectionBackgroundTransparent": "#602b506c",
"searchBackground": "#6d4cb9",
"searchForeground": "#ffffff",
"buttonFont": "#BBBBBB",
"foregroundColor": "#bbbbbb",
"startColor": "#BB0A69",
Expand All @@ -54,6 +56,7 @@
"codeBlock": "#3d1c31",
"textEditorBackground": "#35102c",
"foldedTextBackground": "#441a35",
"comments": "#9C67AF",
"classNameColor": "#FF9CD6",
"htmlTagColor": "#bca3aa",
"stringColor": "#f1fa8c",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"identifierHighlight": "#FFD9E2",
"comments": "#7d6a7d",
"selectionBackground": "#dc99bb",
"searchBackground": "#dc99bb",
"searchForeground": "#ffffff",
"buttonFont": "#252427",
"foregroundColor": "#000000",
"startColor": "#F25AAF",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"colors": {
"caretRow": "#252D3C",
"caretRow": "#17243c",
"lineNumberColor": "#666879",
"completionWindowBackground": "#32393F",
"baseIconColor": "#5B777F",
Expand All @@ -35,8 +35,10 @@
"borderColor": "#1a1c2d",
"buttonColor": "#18303f",
"selectionInactive": "#1d274b",
"identifierHighlight": "#101a37",
"identifierHighlight": "#1f3050",
"selectionBackground": "#234164",
"searchBackground": "#3D8FBD",
"searchForeground": "#051a1a",
"buttonFont": "#26A8E8",
"foregroundColor": "#bbbbbb",
"startColor": "#0A74BB",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"identifierHighlight": "#def3fa",
"selectionBackground": "#a9c8ec",
"selectionBackgroundTransparent": "#a0bbd233",
"searchBackground": "#BDB9F1",
"searchForeground": "#393d45",
"buttonFont": "#252427",
"foregroundColor": "#252427",
"startColor": "#0d96f1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
"borderColor": "#4d3a63",
"buttonColor": "#483967",
"selectionInactive": "#473466",
"identifierHighlight": "#473466",
"identifierHighlight": "#503b73",
"selectionBackground": "#4c2a70",
"searchBackground": "#7749b2",
"searchForeground": "#e7e5f3",
"buttonFont": "#9c99e3",
"foregroundColor": "#DADADA",
"startColor": "#870AD2",
Expand All @@ -51,6 +53,7 @@
"stopColor": "#F667FF",
"testScopeColor": "#423658",
"popupMask": "#EAEAF00A",
"comments": "#8B79B4",
"codeBlock": "#3e2955",
"textEditorBackground": "#422D5A",
"foldedTextBackground": "#3C1D55",
Expand Down
Loading

0 comments on commit 9c57f67

Please sign in to comment.