diff options
| author | 2021-03-20 00:51:31 +0000 | |
|---|---|---|
| committer | 2021-03-20 00:51:31 +0000 | |
| commit | 2c4418b2539caa0538b911a073508ef475e8b7e4 (patch) | |
| tree | 8d7af0981842648dd58209b90faf764ee93424bf | |
| parent | 51337202d98cd1e155d9f964b12a0e9b9384f8a5 (diff) | |
Update repository with the latest base16 colorschemes
30 files changed, 1005 insertions, 0 deletions
diff --git a/build_schemes/colors/base16-apprentice.config b/build_schemes/colors/base16-apprentice.config new file mode 100644 index 0000000..a49d08c --- /dev/null +++ b/build_schemes/colors/base16-apprentice.config @@ -0,0 +1,35 @@ +# Base16 Apprentice +# Author: romainl + +set default-bg "#262626" +set default-fg "#303030" + +set statusbar-fg "#787878" +set statusbar-bg "#333333" + +set inputbar-bg "#262626" +set inputbar-fg "#FFFFFF" + +set notification-bg "#262626" +set notification-fg "#FFFFFF" + +set notification-error-bg "#262626" +set notification-error-fg "#5F8787" + +set notification-warning-bg "#262626" +set notification-warning-fg "#5F8787" + +set highlight-color "#5F8787" +set highlight-active-color "#FFFFAF" + +set completion-bg "#303030" +set completion-fg "#FFFFAF" + +set completion-highlight-fg "#FFFFFF" +set completion-highlight-bg "#FFFFAF" + +set recolor-lightcolor "#262626" +set recolor-darkcolor "#C9C9C9" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-danqing.config b/build_schemes/colors/base16-danqing.config new file mode 100644 index 0000000..e409c9e --- /dev/null +++ b/build_schemes/colors/base16-danqing.config @@ -0,0 +1,35 @@ +# Base16 DanQing +# Author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com) + +set default-bg "#2d302f" +set default-fg "#434846" + +set statusbar-fg "#cad8d2" +set statusbar-bg "#5a605d" + +set inputbar-bg "#2d302f" +set inputbar-fg "#fcfefd" + +set notification-bg "#2d302f" +set notification-fg "#fcfefd" + +set notification-error-bg "#2d302f" +set notification-error-fg "#F9906F" + +set notification-warning-bg "#2d302f" +set notification-warning-fg "#F9906F" + +set highlight-color "#F0C239" +set highlight-active-color "#B0A4E3" + +set completion-bg "#434846" +set completion-fg "#B0A4E3" + +set completion-highlight-fg "#fcfefd" +set completion-highlight-bg "#B0A4E3" + +set recolor-lightcolor "#2d302f" +set recolor-darkcolor "#ecf6f2" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-darcula.config b/build_schemes/colors/base16-darcula.config new file mode 100644 index 0000000..d560412 --- /dev/null +++ b/build_schemes/colors/base16-darcula.config @@ -0,0 +1,35 @@ +# Base16 Darcula +# Author: jetbrains + +set default-bg "#2b2b2b" +set default-fg "#323232" + +set statusbar-fg "#a4a3a3" +set statusbar-bg "#323232" + +set inputbar-bg "#2b2b2b" +set inputbar-fg "#ffffff" + +set notification-bg "#2b2b2b" +set notification-fg "#ffffff" + +set notification-error-bg "#2b2b2b" +set notification-error-fg "#4eade5" + +set notification-warning-bg "#2b2b2b" +set notification-warning-fg "#4eade5" + +set highlight-color "#bbb529" +set highlight-active-color "#9876aa" + +set completion-bg "#323232" +set completion-fg "#9876aa" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#9876aa" + +set recolor-lightcolor "#2b2b2b" +set recolor-darkcolor "#ffc66d" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-rose-pine-dawn.config b/build_schemes/colors/base16-rose-pine-dawn.config new file mode 100644 index 0000000..86ffce3 --- /dev/null +++ b/build_schemes/colors/base16-rose-pine-dawn.config @@ -0,0 +1,35 @@ +# Base16 Rosé Pine Dawn +# Author: Emilia Dunfelt <sayhi@dunfelt.se> + +set default-bg "#faf4ed" +set default-fg "#fffaf3" + +set statusbar-fg "#6e6a86" +set statusbar-bg "#f2e9de" + +set inputbar-bg "#faf4ed" +set inputbar-fg "#26233a" + +set notification-bg "#faf4ed" +set notification-fg "#26233a" + +set notification-error-bg "#faf4ed" +set notification-error-fg "#1f1d2e" + +set notification-warning-bg "#faf4ed" +set notification-warning-fg "#1f1d2e" + +set highlight-color "#ea9d34" +set highlight-active-color "#56949f" + +set completion-bg "#fffaf3" +set completion-fg "#56949f" + +set completion-highlight-fg "#26233a" +set completion-highlight-bg "#56949f" + +set recolor-lightcolor "#faf4ed" +set recolor-darkcolor "#555169" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-rose-pine-moon.config b/build_schemes/colors/base16-rose-pine-moon.config new file mode 100644 index 0000000..fd53323 --- /dev/null +++ b/build_schemes/colors/base16-rose-pine-moon.config @@ -0,0 +1,35 @@ +# Base16 Rosé Pine Moon +# Author: Emilia Dunfelt <sayhi@dunfelt.se> + +set default-bg "#232136" +set default-fg "#2a273f" + +set statusbar-fg "#817c9c" +set statusbar-bg "#393552" + +set inputbar-bg "#232136" +set inputbar-fg "#d9d7e1" + +set notification-bg "#232136" +set notification-fg "#d9d7e1" + +set notification-error-bg "#232136" +set notification-error-fg "#ecebf0" + +set notification-warning-bg "#232136" +set notification-warning-fg "#ecebf0" + +set highlight-color "#f6c177" +set highlight-active-color "#9ccfd8" + +set completion-bg "#2a273f" +set completion-fg "#9ccfd8" + +set completion-highlight-fg "#d9d7e1" +set completion-highlight-bg "#9ccfd8" + +set recolor-lightcolor "#232136" +set recolor-darkcolor "#f5f5f7" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-rose-pine.config b/build_schemes/colors/base16-rose-pine.config new file mode 100644 index 0000000..97f7e7f --- /dev/null +++ b/build_schemes/colors/base16-rose-pine.config @@ -0,0 +1,35 @@ +# Base16 Rosé Pine +# Author: Emilia Dunfelt <sayhi@dunfelt.se> + +set default-bg "#191724" +set default-fg "#1f1d2e" + +set statusbar-fg "#6e6a86" +set statusbar-bg "#26233a" + +set inputbar-bg "#191724" +set inputbar-fg "#c5c3ce" + +set notification-bg "#191724" +set notification-fg "#c5c3ce" + +set notification-error-bg "#191724" +set notification-error-fg "#e2e1e7" + +set notification-warning-bg "#191724" +set notification-warning-fg "#e2e1e7" + +set highlight-color "#f6c177" +set highlight-active-color "#9ccfd8" + +set completion-bg "#1f1d2e" +set completion-fg "#9ccfd8" + +set completion-highlight-fg "#c5c3ce" +set completion-highlight-bg "#9ccfd8" + +set recolor-lightcolor "#191724" +set recolor-darkcolor "#f0f0f3" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-tender.config b/build_schemes/colors/base16-tender.config new file mode 100644 index 0000000..3334ddc --- /dev/null +++ b/build_schemes/colors/base16-tender.config @@ -0,0 +1,35 @@ +# Base16 tender +# Author: Jacobo Tabernero (https://github/com/jacoborus/tender.vim) + +set default-bg "#282828" +set default-fg "#383838" + +set statusbar-fg "#b8b8b8" +set statusbar-bg "#484848" + +set inputbar-bg "#282828" +set inputbar-fg "#ffffff" + +set notification-bg "#282828" +set notification-fg "#ffffff" + +set notification-error-bg "#282828" +set notification-error-fg "#f43753" + +set notification-warning-bg "#282828" +set notification-warning-fg "#f43753" + +set highlight-color "#ffc24b" +set highlight-active-color "#b3deef" + +set completion-bg "#383838" +set completion-fg "#b3deef" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#b3deef" + +set recolor-lightcolor "#282828" +set recolor-darkcolor "#e8e8e8" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-windows-10-light.config b/build_schemes/colors/base16-windows-10-light.config new file mode 100644 index 0000000..daf7c4d --- /dev/null +++ b/build_schemes/colors/base16-windows-10-light.config @@ -0,0 +1,35 @@ +# Base16 Windows 10 Light +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#f2f2f2" +set default-fg "#e5e5e5" + +set statusbar-fg "#ababab" +set statusbar-bg "#d9d9d9" + +set inputbar-bg "#f2f2f2" +set inputbar-fg "#0c0c0c" + +set notification-bg "#f2f2f2" +set notification-fg "#0c0c0c" + +set notification-error-bg "#f2f2f2" +set notification-error-fg "#c50f1f" + +set notification-warning-bg "#f2f2f2" +set notification-warning-fg "#c50f1f" + +set highlight-color "#c19c00" +set highlight-active-color "#0037da" + +set completion-bg "#e5e5e5" +set completion-fg "#0037da" + +set completion-highlight-fg "#0c0c0c" +set completion-highlight-bg "#0037da" + +set recolor-lightcolor "#f2f2f2" +set recolor-darkcolor "#414141" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-windows-10.config b/build_schemes/colors/base16-windows-10.config new file mode 100644 index 0000000..3389ea5 --- /dev/null +++ b/build_schemes/colors/base16-windows-10.config @@ -0,0 +1,35 @@ +# Base16 Windows 10 +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#0c0c0c" +set default-fg "#2f2f2f" + +set statusbar-fg "#b9b9b9" +set statusbar-bg "#535353" + +set inputbar-bg "#0c0c0c" +set inputbar-fg "#f2f2f2" + +set notification-bg "#0c0c0c" +set notification-fg "#f2f2f2" + +set notification-error-bg "#0c0c0c" +set notification-error-fg "#e74856" + +set notification-warning-bg "#0c0c0c" +set notification-warning-fg "#e74856" + +set highlight-color "#f9f1a5" +set highlight-active-color "#3b78ff" + +set completion-bg "#2f2f2f" +set completion-fg "#3b78ff" + +set completion-highlight-fg "#f2f2f2" +set completion-highlight-bg "#3b78ff" + +set recolor-lightcolor "#0c0c0c" +set recolor-darkcolor "#dfdfdf" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-windows-95-light.config b/build_schemes/colors/base16-windows-95-light.config new file mode 100644 index 0000000..e50efe3 --- /dev/null +++ b/build_schemes/colors/base16-windows-95-light.config @@ -0,0 +1,35 @@ +# Base16 Windows 95 Light +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#fcfcfc" +set default-fg "#e0e0e0" + +set statusbar-fg "#7e7e7e" +set statusbar-bg "#c4c4c4" + +set inputbar-bg "#fcfcfc" +set inputbar-fg "#000000" + +set notification-bg "#fcfcfc" +set notification-fg "#000000" + +set notification-error-bg "#fcfcfc" +set notification-error-fg "#a80000" + +set notification-warning-bg "#fcfcfc" +set notification-warning-fg "#a80000" + +set highlight-color "#a85400" +set highlight-active-color "#0000a8" + +set completion-bg "#e0e0e0" +set completion-fg "#0000a8" + +set completion-highlight-fg "#000000" +set completion-highlight-bg "#0000a8" + +set recolor-lightcolor "#fcfcfc" +set recolor-darkcolor "#2a2a2a" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-windows-95.config b/build_schemes/colors/base16-windows-95.config new file mode 100644 index 0000000..fdda5f8 --- /dev/null +++ b/build_schemes/colors/base16-windows-95.config @@ -0,0 +1,35 @@ +# Base16 Windows 95 +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#000000" +set default-fg "#1C1C1C" + +set statusbar-fg "#7e7e7e" +set statusbar-bg "#383838" + +set inputbar-bg "#000000" +set inputbar-fg "#fcfcfc" + +set notification-bg "#000000" +set notification-fg "#fcfcfc" + +set notification-error-bg "#000000" +set notification-error-fg "#fc5454" + +set notification-warning-bg "#000000" +set notification-warning-fg "#fc5454" + +set highlight-color "#fcfc54" +set highlight-active-color "#5454fc" + +set completion-bg "#1C1C1C" +set completion-fg "#5454fc" + +set completion-highlight-fg "#fcfcfc" +set completion-highlight-bg "#5454fc" + +set recolor-lightcolor "#000000" +set recolor-darkcolor "#d2d2d2" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-windows-highcontrast-light.config b/build_schemes/colors/base16-windows-highcontrast-light.config new file mode 100644 index 0000000..7ab106d --- /dev/null +++ b/build_schemes/colors/base16-windows-highcontrast-light.config @@ -0,0 +1,35 @@ +# Base16 Windows High Contrast Light +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#fcfcfc" +set default-fg "#e8e8e8" + +set statusbar-fg "#7e7e7e" +set statusbar-bg "#d4d4d4" + +set inputbar-bg "#fcfcfc" +set inputbar-fg "#000000" + +set notification-bg "#fcfcfc" +set notification-fg "#000000" + +set notification-error-bg "#fcfcfc" +set notification-error-fg "#800000" + +set notification-warning-bg "#fcfcfc" +set notification-warning-fg "#800000" + +set highlight-color "#808000" +set highlight-active-color "#000080" + +set completion-bg "#e8e8e8" +set completion-fg "#000080" + +set completion-highlight-fg "#000000" +set completion-highlight-bg "#000080" + +set recolor-lightcolor "#fcfcfc" +set recolor-darkcolor "#2a2a2a" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-windows-highcontrast.config b/build_schemes/colors/base16-windows-highcontrast.config new file mode 100644 index 0000000..78b3b8a --- /dev/null +++ b/build_schemes/colors/base16-windows-highcontrast.config @@ -0,0 +1,35 @@ +# Base16 Windows High Contrast +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#000000" +set default-fg "#1C1C1C" + +set statusbar-fg "#a2a2a2" +set statusbar-bg "#383838" + +set inputbar-bg "#000000" +set inputbar-fg "#fcfcfc" + +set notification-bg "#000000" +set notification-fg "#fcfcfc" + +set notification-error-bg "#000000" +set notification-error-fg "#fc5454" + +set notification-warning-bg "#000000" +set notification-warning-fg "#fc5454" + +set highlight-color "#fcfc54" +set highlight-active-color "#5454fc" + +set completion-bg "#1C1C1C" +set completion-fg "#5454fc" + +set completion-highlight-fg "#fcfcfc" +set completion-highlight-bg "#5454fc" + +set recolor-lightcolor "#000000" +set recolor-darkcolor "#dedede" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-windows-nt-light.config b/build_schemes/colors/base16-windows-nt-light.config new file mode 100644 index 0000000..762a29d --- /dev/null +++ b/build_schemes/colors/base16-windows-nt-light.config @@ -0,0 +1,35 @@ +# Base16 Windows NT Light +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#ffffff" +set default-fg "#eaeaea" + +set statusbar-fg "#a0a0a0" +set statusbar-bg "#d5d5d5" + +set inputbar-bg "#ffffff" +set inputbar-fg "#000000" + +set notification-bg "#ffffff" +set notification-fg "#000000" + +set notification-error-bg "#ffffff" +set notification-error-fg "#800000" + +set notification-warning-bg "#ffffff" +set notification-warning-fg "#800000" + +set highlight-color "#808000" +set highlight-active-color "#000080" + +set completion-bg "#eaeaea" +set completion-fg "#000080" + +set completion-highlight-fg "#000000" +set completion-highlight-bg "#000080" + +set recolor-lightcolor "#ffffff" +set recolor-darkcolor "#404040" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-windows-nt.config b/build_schemes/colors/base16-windows-nt.config new file mode 100644 index 0000000..71f5533 --- /dev/null +++ b/build_schemes/colors/base16-windows-nt.config @@ -0,0 +1,35 @@ +# Base16 Windows NT +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#000000" +set default-fg "#2a2a2a" + +set statusbar-fg "#a1a1a1" +set statusbar-bg "#555555" + +set inputbar-bg "#000000" +set inputbar-fg "#ffffff" + +set notification-bg "#000000" +set notification-fg "#ffffff" + +set notification-error-bg "#000000" +set notification-error-fg "#ff0000" + +set notification-warning-bg "#000000" +set notification-warning-fg "#ff0000" + +set highlight-color "#ffff00" +set highlight-active-color "#0000ff" + +set completion-bg "#2a2a2a" +set completion-fg "#0000ff" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#0000ff" + +set recolor-lightcolor "#000000" +set recolor-darkcolor "#e0e0e0" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/recolors/base16-apprentice.config b/build_schemes/recolors/base16-apprentice.config new file mode 100644 index 0000000..b164db0 --- /dev/null +++ b/build_schemes/recolors/base16-apprentice.config @@ -0,0 +1,32 @@ +# Base16 Apprentice +# Author: romainl + +set default-bg "#262626" +set default-fg "#303030" + +set statusbar-fg "#787878" +set statusbar-bg "#333333" + +set inputbar-bg "#262626" +set inputbar-fg "#FFFFFF" + +set notification-bg "#262626" +set notification-fg "#FFFFFF" + +set notification-error-bg "#262626" +set notification-error-fg "#5F8787" + +set notification-warning-bg "#262626" +set notification-warning-fg "#5F8787" + +set highlight-color "#5F8787" +set highlight-active-color "#FFFFAF" + +set completion-bg "#303030" +set completion-fg "#FFFFAF" + +set completion-highlight-fg "#FFFFFF" +set completion-highlight-bg "#FFFFAF" + +set recolor-lightcolor "#262626" +set recolor-darkcolor "#C9C9C9" diff --git a/build_schemes/recolors/base16-danqing.config b/build_schemes/recolors/base16-danqing.config new file mode 100644 index 0000000..41d7976 --- /dev/null +++ b/build_schemes/recolors/base16-danqing.config @@ -0,0 +1,32 @@ +# Base16 DanQing +# Author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com) + +set default-bg "#2d302f" +set default-fg "#434846" + +set statusbar-fg "#cad8d2" +set statusbar-bg "#5a605d" + +set inputbar-bg "#2d302f" +set inputbar-fg "#fcfefd" + +set notification-bg "#2d302f" +set notification-fg "#fcfefd" + +set notification-error-bg "#2d302f" +set notification-error-fg "#F9906F" + +set notification-warning-bg "#2d302f" +set notification-warning-fg "#F9906F" + +set highlight-color "#F0C239" +set highlight-active-color "#B0A4E3" + +set completion-bg "#434846" +set completion-fg "#B0A4E3" + +set completion-highlight-fg "#fcfefd" +set completion-highlight-bg "#B0A4E3" + +set recolor-lightcolor "#2d302f" +set recolor-darkcolor "#ecf6f2" diff --git a/build_schemes/recolors/base16-darcula.config b/build_schemes/recolors/base16-darcula.config new file mode 100644 index 0000000..396ee7d --- /dev/null +++ b/build_schemes/recolors/base16-darcula.config @@ -0,0 +1,32 @@ +# Base16 Darcula +# Author: jetbrains + +set default-bg "#2b2b2b" +set default-fg "#323232" + +set statusbar-fg "#a4a3a3" +set statusbar-bg "#323232" + +set inputbar-bg "#2b2b2b" +set inputbar-fg "#ffffff" + +set notification-bg "#2b2b2b" +set notification-fg "#ffffff" + +set notification-error-bg "#2b2b2b" +set notification-error-fg "#4eade5" + +set notification-warning-bg "#2b2b2b" +set notification-warning-fg "#4eade5" + +set highlight-color "#bbb529" +set highlight-active-color "#9876aa" + +set completion-bg "#323232" +set completion-fg "#9876aa" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#9876aa" + +set recolor-lightcolor "#2b2b2b" +set recolor-darkcolor "#ffc66d" diff --git a/build_schemes/recolors/base16-rose-pine-dawn.config b/build_schemes/recolors/base16-rose-pine-dawn.config new file mode 100644 index 0000000..10f016a --- /dev/null +++ b/build_schemes/recolors/base16-rose-pine-dawn.config @@ -0,0 +1,32 @@ +# Base16 Rosé Pine Dawn +# Author: Emilia Dunfelt <sayhi@dunfelt.se> + +set default-bg "#faf4ed" +set default-fg "#fffaf3" + +set statusbar-fg "#6e6a86" +set statusbar-bg "#f2e9de" + +set inputbar-bg "#faf4ed" +set inputbar-fg "#26233a" + +set notification-bg "#faf4ed" +set notification-fg "#26233a" + +set notification-error-bg "#faf4ed" +set notification-error-fg "#1f1d2e" + +set notification-warning-bg "#faf4ed" +set notification-warning-fg "#1f1d2e" + +set highlight-color "#ea9d34" +set highlight-active-color "#56949f" + +set completion-bg "#fffaf3" +set completion-fg "#56949f" + +set completion-highlight-fg "#26233a" +set completion-highlight-bg "#56949f" + +set recolor-lightcolor "#faf4ed" +set recolor-darkcolor "#555169" diff --git a/build_schemes/recolors/base16-rose-pine-moon.config b/build_schemes/recolors/base16-rose-pine-moon.config new file mode 100644 index 0000000..c4f05f0 --- /dev/null +++ b/build_schemes/recolors/base16-rose-pine-moon.config @@ -0,0 +1,32 @@ +# Base16 Rosé Pine Moon +# Author: Emilia Dunfelt <sayhi@dunfelt.se> + +set default-bg "#232136" +set default-fg "#2a273f" + +set statusbar-fg "#817c9c" +set statusbar-bg "#393552" + +set inputbar-bg "#232136" +set inputbar-fg "#d9d7e1" + +set notification-bg "#232136" +set notification-fg "#d9d7e1" + +set notification-error-bg "#232136" +set notification-error-fg "#ecebf0" + +set notification-warning-bg "#232136" +set notification-warning-fg "#ecebf0" + +set highlight-color "#f6c177" +set highlight-active-color "#9ccfd8" + +set completion-bg "#2a273f" +set completion-fg "#9ccfd8" + +set completion-highlight-fg "#d9d7e1" +set completion-highlight-bg "#9ccfd8" + +set recolor-lightcolor "#232136" +set recolor-darkcolor "#f5f5f7" diff --git a/build_schemes/recolors/base16-rose-pine.config b/build_schemes/recolors/base16-rose-pine.config new file mode 100644 index 0000000..c4b4109 --- /dev/null +++ b/build_schemes/recolors/base16-rose-pine.config @@ -0,0 +1,32 @@ +# Base16 Rosé Pine +# Author: Emilia Dunfelt <sayhi@dunfelt.se> + +set default-bg "#191724" +set default-fg "#1f1d2e" + +set statusbar-fg "#6e6a86" +set statusbar-bg "#26233a" + +set inputbar-bg "#191724" +set inputbar-fg "#c5c3ce" + +set notification-bg "#191724" +set notification-fg "#c5c3ce" + +set notification-error-bg "#191724" +set notification-error-fg "#e2e1e7" + +set notification-warning-bg "#191724" +set notification-warning-fg "#e2e1e7" + +set highlight-color "#f6c177" +set highlight-active-color "#9ccfd8" + +set completion-bg "#1f1d2e" +set completion-fg "#9ccfd8" + +set completion-highlight-fg "#c5c3ce" +set completion-highlight-bg "#9ccfd8" + +set recolor-lightcolor "#191724" +set recolor-darkcolor "#f0f0f3" diff --git a/build_schemes/recolors/base16-tender.config b/build_schemes/recolors/base16-tender.config new file mode 100644 index 0000000..fe60d4e --- /dev/null +++ b/build_schemes/recolors/base16-tender.config @@ -0,0 +1,32 @@ +# Base16 tender +# Author: Jacobo Tabernero (https://github/com/jacoborus/tender.vim) + +set default-bg "#282828" +set default-fg "#383838" + +set statusbar-fg "#b8b8b8" +set statusbar-bg "#484848" + +set inputbar-bg "#282828" +set inputbar-fg "#ffffff" + +set notification-bg "#282828" +set notification-fg "#ffffff" + +set notification-error-bg "#282828" +set notification-error-fg "#f43753" + +set notification-warning-bg "#282828" +set notification-warning-fg "#f43753" + +set highlight-color "#ffc24b" +set highlight-active-color "#b3deef" + +set completion-bg "#383838" +set completion-fg "#b3deef" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#b3deef" + +set recolor-lightcolor "#282828" +set recolor-darkcolor "#e8e8e8" diff --git a/build_schemes/recolors/base16-windows-10-light.config b/build_schemes/recolors/base16-windows-10-light.config new file mode 100644 index 0000000..b6da6d0 --- /dev/null +++ b/build_schemes/recolors/base16-windows-10-light.config @@ -0,0 +1,32 @@ +# Base16 Windows 10 Light +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#f2f2f2" +set default-fg "#e5e5e5" + +set statusbar-fg "#ababab" +set statusbar-bg "#d9d9d9" + +set inputbar-bg "#f2f2f2" +set inputbar-fg "#0c0c0c" + +set notification-bg "#f2f2f2" +set notification-fg "#0c0c0c" + +set notification-error-bg "#f2f2f2" +set notification-error-fg "#c50f1f" + +set notification-warning-bg "#f2f2f2" +set notification-warning-fg "#c50f1f" + +set highlight-color "#c19c00" +set highlight-active-color "#0037da" + +set completion-bg "#e5e5e5" +set completion-fg "#0037da" + +set completion-highlight-fg "#0c0c0c" +set completion-highlight-bg "#0037da" + +set recolor-lightcolor "#f2f2f2" +set recolor-darkcolor "#414141" diff --git a/build_schemes/recolors/base16-windows-10.config b/build_schemes/recolors/base16-windows-10.config new file mode 100644 index 0000000..a9703ef --- /dev/null +++ b/build_schemes/recolors/base16-windows-10.config @@ -0,0 +1,32 @@ +# Base16 Windows 10 +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#0c0c0c" +set default-fg "#2f2f2f" + +set statusbar-fg "#b9b9b9" +set statusbar-bg "#535353" + +set inputbar-bg "#0c0c0c" +set inputbar-fg "#f2f2f2" + +set notification-bg "#0c0c0c" +set notification-fg "#f2f2f2" + +set notification-error-bg "#0c0c0c" +set notification-error-fg "#e74856" + +set notification-warning-bg "#0c0c0c" +set notification-warning-fg "#e74856" + +set highlight-color "#f9f1a5" +set highlight-active-color "#3b78ff" + +set completion-bg "#2f2f2f" +set completion-fg "#3b78ff" + +set completion-highlight-fg "#f2f2f2" +set completion-highlight-bg "#3b78ff" + +set recolor-lightcolor "#0c0c0c" +set recolor-darkcolor "#dfdfdf" diff --git a/build_schemes/recolors/base16-windows-95-light.config b/build_schemes/recolors/base16-windows-95-light.config new file mode 100644 index 0000000..9a9d3ad --- /dev/null +++ b/build_schemes/recolors/base16-windows-95-light.config @@ -0,0 +1,32 @@ +# Base16 Windows 95 Light +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#fcfcfc" +set default-fg "#e0e0e0" + +set statusbar-fg "#7e7e7e" +set statusbar-bg "#c4c4c4" + +set inputbar-bg "#fcfcfc" +set inputbar-fg "#000000" + +set notification-bg "#fcfcfc" +set notification-fg "#000000" + +set notification-error-bg "#fcfcfc" +set notification-error-fg "#a80000" + +set notification-warning-bg "#fcfcfc" +set notification-warning-fg "#a80000" + +set highlight-color "#a85400" +set highlight-active-color "#0000a8" + +set completion-bg "#e0e0e0" +set completion-fg "#0000a8" + +set completion-highlight-fg "#000000" +set completion-highlight-bg "#0000a8" + +set recolor-lightcolor "#fcfcfc" +set recolor-darkcolor "#2a2a2a" diff --git a/build_schemes/recolors/base16-windows-95.config b/build_schemes/recolors/base16-windows-95.config new file mode 100644 index 0000000..10ea450 --- /dev/null +++ b/build_schemes/recolors/base16-windows-95.config @@ -0,0 +1,32 @@ +# Base16 Windows 95 +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#000000" +set default-fg "#1C1C1C" + +set statusbar-fg "#7e7e7e" +set statusbar-bg "#383838" + +set inputbar-bg "#000000" +set inputbar-fg "#fcfcfc" + +set notification-bg "#000000" +set notification-fg "#fcfcfc" + +set notification-error-bg "#000000" +set notification-error-fg "#fc5454" + +set notification-warning-bg "#000000" +set notification-warning-fg "#fc5454" + +set highlight-color "#fcfc54" +set highlight-active-color "#5454fc" + +set completion-bg "#1C1C1C" +set completion-fg "#5454fc" + +set completion-highlight-fg "#fcfcfc" +set completion-highlight-bg "#5454fc" + +set recolor-lightcolor "#000000" +set recolor-darkcolor "#d2d2d2" diff --git a/build_schemes/recolors/base16-windows-highcontrast-light.config b/build_schemes/recolors/base16-windows-highcontrast-light.config new file mode 100644 index 0000000..4db1ee7 --- /dev/null +++ b/build_schemes/recolors/base16-windows-highcontrast-light.config @@ -0,0 +1,32 @@ +# Base16 Windows High Contrast Light +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#fcfcfc" +set default-fg "#e8e8e8" + +set statusbar-fg "#7e7e7e" +set statusbar-bg "#d4d4d4" + +set inputbar-bg "#fcfcfc" +set inputbar-fg "#000000" + +set notification-bg "#fcfcfc" +set notification-fg "#000000" + +set notification-error-bg "#fcfcfc" +set notification-error-fg "#800000" + +set notification-warning-bg "#fcfcfc" +set notification-warning-fg "#800000" + +set highlight-color "#808000" +set highlight-active-color "#000080" + +set completion-bg "#e8e8e8" +set completion-fg "#000080" + +set completion-highlight-fg "#000000" +set completion-highlight-bg "#000080" + +set recolor-lightcolor "#fcfcfc" +set recolor-darkcolor "#2a2a2a" diff --git a/build_schemes/recolors/base16-windows-highcontrast.config b/build_schemes/recolors/base16-windows-highcontrast.config new file mode 100644 index 0000000..4c6ec0c --- /dev/null +++ b/build_schemes/recolors/base16-windows-highcontrast.config @@ -0,0 +1,32 @@ +# Base16 Windows High Contrast +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#000000" +set default-fg "#1C1C1C" + +set statusbar-fg "#a2a2a2" +set statusbar-bg "#383838" + +set inputbar-bg "#000000" +set inputbar-fg "#fcfcfc" + +set notification-bg "#000000" +set notification-fg "#fcfcfc" + +set notification-error-bg "#000000" +set notification-error-fg "#fc5454" + +set notification-warning-bg "#000000" +set notification-warning-fg "#fc5454" + +set highlight-color "#fcfc54" +set highlight-active-color "#5454fc" + +set completion-bg "#1C1C1C" +set completion-fg "#5454fc" + +set completion-highlight-fg "#fcfcfc" +set completion-highlight-bg "#5454fc" + +set recolor-lightcolor "#000000" +set recolor-darkcolor "#dedede" diff --git a/build_schemes/recolors/base16-windows-nt-light.config b/build_schemes/recolors/base16-windows-nt-light.config new file mode 100644 index 0000000..18b1b45 --- /dev/null +++ b/build_schemes/recolors/base16-windows-nt-light.config @@ -0,0 +1,32 @@ +# Base16 Windows NT Light +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#ffffff" +set default-fg "#eaeaea" + +set statusbar-fg "#a0a0a0" +set statusbar-bg "#d5d5d5" + +set inputbar-bg "#ffffff" +set inputbar-fg "#000000" + +set notification-bg "#ffffff" +set notification-fg "#000000" + +set notification-error-bg "#ffffff" +set notification-error-fg "#800000" + +set notification-warning-bg "#ffffff" +set notification-warning-fg "#800000" + +set highlight-color "#808000" +set highlight-active-color "#000080" + +set completion-bg "#eaeaea" +set completion-fg "#000080" + +set completion-highlight-fg "#000000" +set completion-highlight-bg "#000080" + +set recolor-lightcolor "#ffffff" +set recolor-darkcolor "#404040" diff --git a/build_schemes/recolors/base16-windows-nt.config b/build_schemes/recolors/base16-windows-nt.config new file mode 100644 index 0000000..5640eef --- /dev/null +++ b/build_schemes/recolors/base16-windows-nt.config @@ -0,0 +1,32 @@ +# Base16 Windows NT +# Author: Fergus Collins (https://github.com/C-Fergus) + +set default-bg "#000000" +set default-fg "#2a2a2a" + +set statusbar-fg "#a1a1a1" +set statusbar-bg "#555555" + +set inputbar-bg "#000000" +set inputbar-fg "#ffffff" + +set notification-bg "#000000" +set notification-fg "#ffffff" + +set notification-error-bg "#000000" +set notification-error-fg "#ff0000" + +set notification-warning-bg "#000000" +set notification-warning-fg "#ff0000" + +set highlight-color "#ffff00" +set highlight-active-color "#0000ff" + +set completion-bg "#2a2a2a" +set completion-fg "#0000ff" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#0000ff" + +set recolor-lightcolor "#000000" +set recolor-darkcolor "#e0e0e0" |
