Skip to content

Commit

Permalink
add missing colors to the themes (nushell#520)
Browse files Browse the repository at this point in the history
* add the new `search_result` from nushell/nushell#9326

NOTE: color1 should be red-ish and color7 should be white-ish.

* regenerate all themes with the new `search_result` key

* add missing keys to the Nushell themes

these keys are "background", "foreground" and "cursor".
  • Loading branch information
amtoine committed Jun 2, 2023
1 parent ab881a6 commit 6d5afb6
Show file tree
Hide file tree
Showing 449 changed files with 457 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/make.nu
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def make-theme [name: string] {
list: "($colors.color7)"
block: "($colors.color7)"
hints: "dark_gray"
search_result: { fg: "($colors.color1)" bg: "($colors.color7)" }
shape_and: { fg: "($colors.color5)" attr: "b" }
shape_binary: { fg: "($colors.color5)" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/3024-day.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#a5a2a2"
block: "#a5a2a2"
hints: "dark_gray"
search_result: { fg: "#db2d20" bg: "#a5a2a2" }

shape_and: { fg: "#a16a94" attr: "b" }
shape_binary: { fg: "#a16a94" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/3024-night.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#a5a2a2"
block: "#a5a2a2"
hints: "dark_gray"
search_result: { fg: "#db2d20" bg: "#a5a2a2" }

shape_and: { fg: "#a16a94" attr: "b" }
shape_binary: { fg: "#a16a94" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/3024.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#a5a2a2"
block: "#a5a2a2"
hints: "dark_gray"
search_result: { fg: "#db2d20" bg: "#a5a2a2" }

shape_and: { fg: "#a16a94" attr: "b" }
shape_binary: { fg: "#a16a94" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/abyss.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#a0cce2"
block: "#a0cce2"
hints: "dark_gray"
search_result: { fg: "#48697e" bg: "#a0cce2" }

shape_and: { fg: "#4595bd" attr: "b" }
shape_binary: { fg: "#4595bd" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/aci.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#b6b6b6"
block: "#b6b6b6"
hints: "dark_gray"
search_result: { fg: "#ff0883" bg: "#b6b6b6" }

shape_and: { fg: "#8308ff" attr: "b" }
shape_binary: { fg: "#8308ff" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/aco.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#bebebe"
block: "#bebebe"
hints: "dark_gray"
search_result: { fg: "#ff0883" bg: "#bebebe" }

shape_and: { fg: "#8308ff" attr: "b" }
shape_binary: { fg: "#8308ff" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/adventuretime.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#f8dcc0"
block: "#f8dcc0"
hints: "dark_gray"
search_result: { fg: "#bd0013" bg: "#f8dcc0" }

shape_and: { fg: "#665993" attr: "b" }
shape_binary: { fg: "#665993" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/afterglow.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#d0d0d0"
block: "#d0d0d0"
hints: "dark_gray"
search_result: { fg: "#a53c23" bg: "#d0d0d0" }

shape_and: { fg: "#9f4e85" attr: "b" }
shape_binary: { fg: "#9f4e85" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/alien-blood.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#647d75"
block: "#647d75"
hints: "dark_gray"
search_result: { fg: "#7f2b27" bg: "#647d75" }

shape_and: { fg: "#47587f" attr: "b" }
shape_binary: { fg: "#47587f" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/alucard.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#bbbbbb"
block: "#bbbbbb"
hints: "dark_gray"
search_result: { fg: "#ff5555" bg: "#bbbbbb" }

shape_and: { fg: "#1b3cff" attr: "b" }
shape_binary: { fg: "#1b3cff" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/amora.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#dedbeb"
block: "#dedbeb"
hints: "dark_gray"
search_result: { fg: "#ed3f7f" bg: "#dedbeb" }

shape_and: { fg: "#e68ac1" attr: "b" }
shape_binary: { fg: "#e68ac1" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/apathy.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#81b5ac"
block: "#81b5ac"
hints: "dark_gray"
search_result: { fg: "#3e9688" bg: "#81b5ac" }

shape_and: { fg: "#4c963e" attr: "b" }
shape_binary: { fg: "#4c963e" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/apprentice.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#bcbcbc"
block: "#bcbcbc"
hints: "dark_gray"
search_result: { fg: "#5f8787" bg: "#bcbcbc" }

shape_and: { fg: "#87afd7" attr: "b" }
shape_binary: { fg: "#87afd7" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/argonaut.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#ffffff"
block: "#ffffff"
hints: "dark_gray"
search_result: { fg: "#ff000f" bg: "#ffffff" }

shape_and: { fg: "#6d43a6" attr: "b" }
shape_binary: { fg: "#6d43a6" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/arthur.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#bbaa99"
block: "#bbaa99"
hints: "dark_gray"
search_result: { fg: "#cd5c5c" bg: "#bbaa99" }

shape_and: { fg: "#deb887" attr: "b" }
shape_binary: { fg: "#deb887" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/ashes.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#c7ccd1"
block: "#c7ccd1"
hints: "dark_gray"
search_result: { fg: "#c7ae95" bg: "#c7ccd1" }

shape_and: { fg: "#c795ae" attr: "b" }
shape_binary: { fg: "#c795ae" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-cave-light.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#585260"
block: "#585260"
hints: "dark_gray"
search_result: { fg: "#be4678" bg: "#585260" }

shape_and: { fg: "#955ae7" attr: "b" }
shape_binary: { fg: "#955ae7" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-cave.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#8b8792"
block: "#8b8792"
hints: "dark_gray"
search_result: { fg: "#be4678" bg: "#8b8792" }

shape_and: { fg: "#955ae7" attr: "b" }
shape_binary: { fg: "#955ae7" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-dune-light.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#6e6b5e"
block: "#6e6b5e"
hints: "dark_gray"
search_result: { fg: "#d73737" bg: "#6e6b5e" }

shape_and: { fg: "#b854d4" attr: "b" }
shape_binary: { fg: "#b854d4" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-dune.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#a6a28c"
block: "#a6a28c"
hints: "dark_gray"
search_result: { fg: "#d73737" bg: "#a6a28c" }

shape_and: { fg: "#b854d4" attr: "b" }
shape_binary: { fg: "#b854d4" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-estuary-light.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#5f5e4e"
block: "#5f5e4e"
hints: "dark_gray"
search_result: { fg: "#ba6236" bg: "#5f5e4e" }

shape_and: { fg: "#5f9182" attr: "b" }
shape_binary: { fg: "#5f9182" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-estuary.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#929181"
block: "#929181"
hints: "dark_gray"
search_result: { fg: "#ba6236" bg: "#929181" }

shape_and: { fg: "#5f9182" attr: "b" }
shape_binary: { fg: "#5f9182" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-forest-light.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#68615e"
block: "#68615e"
hints: "dark_gray"
search_result: { fg: "#f22c40" bg: "#68615e" }

shape_and: { fg: "#6666ea" attr: "b" }
shape_binary: { fg: "#6666ea" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-forest.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#a8a19f"
block: "#a8a19f"
hints: "dark_gray"
search_result: { fg: "#f22c40" bg: "#a8a19f" }

shape_and: { fg: "#6666ea" attr: "b" }
shape_binary: { fg: "#6666ea" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-heath-light.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#695d69"
block: "#695d69"
hints: "dark_gray"
search_result: { fg: "#ca402b" bg: "#695d69" }

shape_and: { fg: "#7b59c0" attr: "b" }
shape_binary: { fg: "#7b59c0" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-heath.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#ab9bab"
block: "#ab9bab"
hints: "dark_gray"
search_result: { fg: "#ca402b" bg: "#ab9bab" }

shape_and: { fg: "#7b59c0" attr: "b" }
shape_binary: { fg: "#7b59c0" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-lakeside-light.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#516d7b"
block: "#516d7b"
hints: "dark_gray"
search_result: { fg: "#d22d72" bg: "#516d7b" }

shape_and: { fg: "#6b6bb8" attr: "b" }
shape_binary: { fg: "#6b6bb8" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-lakeside.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#7ea2b4"
block: "#7ea2b4"
hints: "dark_gray"
search_result: { fg: "#d22d72" bg: "#7ea2b4" }

shape_and: { fg: "#6b6bb8" attr: "b" }
shape_binary: { fg: "#6b6bb8" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-plateau-light.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#585050"
block: "#585050"
hints: "dark_gray"
search_result: { fg: "#ca4949" bg: "#585050" }

shape_and: { fg: "#8464c4" attr: "b" }
shape_binary: { fg: "#8464c4" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-plateau.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#8a8585"
block: "#8a8585"
hints: "dark_gray"
search_result: { fg: "#ca4949" bg: "#8a8585" }

shape_and: { fg: "#8464c4" attr: "b" }
shape_binary: { fg: "#8464c4" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-savanna-light.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#526057"
block: "#526057"
hints: "dark_gray"
search_result: { fg: "#b16139" bg: "#526057" }

shape_and: { fg: "#55859b" attr: "b" }
shape_binary: { fg: "#55859b" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-savanna.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#87928a"
block: "#87928a"
hints: "dark_gray"
search_result: { fg: "#b16139" bg: "#87928a" }

shape_and: { fg: "#55859b" attr: "b" }
shape_binary: { fg: "#55859b" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-seaside-light.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#5e6e5e"
block: "#5e6e5e"
hints: "dark_gray"
search_result: { fg: "#e6193c" bg: "#5e6e5e" }

shape_and: { fg: "#ad2bee" attr: "b" }
shape_binary: { fg: "#ad2bee" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-seaside.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#8ca68c"
block: "#8ca68c"
hints: "dark_gray"
search_result: { fg: "#e6193c" bg: "#8ca68c" }

shape_and: { fg: "#ad2bee" attr: "b" }
shape_binary: { fg: "#ad2bee" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-sulphurpool-light.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#5e6687"
block: "#5e6687"
hints: "dark_gray"
search_result: { fg: "#c94922" bg: "#5e6687" }

shape_and: { fg: "#6679cc" attr: "b" }
shape_binary: { fg: "#6679cc" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atelier-sulphurpool.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#979db4"
block: "#979db4"
hints: "dark_gray"
search_result: { fg: "#c94922" bg: "#979db4" }

shape_and: { fg: "#6679cc" attr: "b" }
shape_binary: { fg: "#6679cc" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atlas.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#a1a19a"
block: "#a1a19a"
hints: "dark_gray"
search_result: { fg: "#ff5a67" bg: "#a1a19a" }

shape_and: { fg: "#9a70a4" attr: "b" }
shape_binary: { fg: "#9a70a4" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atom-one-light.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#bbbbbb"
block: "#bbbbbb"
hints: "dark_gray"
search_result: { fg: "#de3d35" bg: "#bbbbbb" }

shape_and: { fg: "#950095" attr: "b" }
shape_binary: { fg: "#950095" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/atom.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#e0e0e0"
block: "#e0e0e0"
hints: "dark_gray"
search_result: { fg: "#fd5ff1" bg: "#e0e0e0" }

shape_and: { fg: "#b9b6fc" attr: "b" }
shape_binary: { fg: "#b9b6fc" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/ayu-light.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#ffffff"
block: "#ffffff"
hints: "dark_gray"
search_result: { fg: "#ff3333" bg: "#ffffff" }

shape_and: { fg: "#f07078" attr: "b" }
shape_binary: { fg: "#f07078" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/ayu-mirage-simple-cursor.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#c7c7c7"
block: "#c7c7c7"
hints: "dark_gray"
search_result: { fg: "#ed8274" bg: "#c7c7c7" }

shape_and: { fg: "#cfbafa" attr: "b" }
shape_binary: { fg: "#cfbafa" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/ayu-mirage.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#c7c7c7"
block: "#c7c7c7"
hints: "dark_gray"
search_result: { fg: "#ed8274" bg: "#c7c7c7" }

shape_and: { fg: "#cfbafa" attr: "b" }
shape_binary: { fg: "#cfbafa" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/ayu.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#ffffff"
block: "#ffffff"
hints: "dark_gray"
search_result: { fg: "#ff3333" bg: "#ffffff" }

shape_and: { fg: "#f07078" attr: "b" }
shape_binary: { fg: "#f07078" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/azu.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#e6e6e6"
block: "#e6e6e6"
hints: "dark_gray"
search_result: { fg: "#ac6d74" bg: "#e6e6e6" }

shape_and: { fg: "#a46dac" attr: "b" }
shape_binary: { fg: "#a46dac" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/batman.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#c5c5be"
block: "#c5c5be"
hints: "dark_gray"
search_result: { fg: "#e6db43" bg: "#c5c5be" }

shape_and: { fg: "#737271" attr: "b" }
shape_binary: { fg: "#737271" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/belafonte-day.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#968c83"
block: "#968c83"
hints: "dark_gray"
search_result: { fg: "#be100e" bg: "#968c83" }

shape_and: { fg: "#97522c" attr: "b" }
shape_binary: { fg: "#97522c" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/belafonte-night.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#968c83"
block: "#968c83"
hints: "dark_gray"
search_result: { fg: "#be100e" bg: "#968c83" }

shape_and: { fg: "#97522c" attr: "b" }
shape_binary: { fg: "#97522c" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/bespin.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#8a8986"
block: "#8a8986"
hints: "dark_gray"
search_result: { fg: "#cf6a4c" bg: "#8a8986" }

shape_and: { fg: "#9b859d" attr: "b" }
shape_binary: { fg: "#9b859d" attr: "b" }
Expand Down
1 change: 1 addition & 0 deletions themes/themes/bim.nu
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export def main [] { return {
list: "#918988"
block: "#918988"
hints: "dark_gray"
search_result: { fg: "#f557a0" bg: "#918988" }

shape_and: { fg: "#a957ec" attr: "b" }
shape_binary: { fg: "#a957ec" attr: "b" }
Expand Down
Loading

0 comments on commit 6d5afb6

Please sign in to comment.