├── LICENSE ├── README.md ├── colors ├── base16-3024.toml ├── base16-apathy.toml ├── base16-ashes.toml ├── base16-atelier-cave-light.toml ├── base16-atelier-cave.toml ├── base16-atelier-dune-light.toml ├── base16-atelier-dune.toml ├── base16-atelier-estuary-light.toml ├── base16-atelier-estuary.toml ├── base16-atelier-forest-light.toml ├── base16-atelier-forest.toml ├── base16-atelier-heath-light.toml ├── base16-atelier-heath.toml ├── base16-atelier-lakeside-light.toml ├── base16-atelier-lakeside.toml ├── base16-atelier-plateau-light.toml ├── base16-atelier-plateau.toml ├── base16-atelier-savanna-light.toml ├── base16-atelier-savanna.toml ├── base16-atelier-seaside-light.toml ├── base16-atelier-seaside.toml ├── base16-atelier-sulphurpool-light.toml ├── base16-atelier-sulphurpool.toml ├── base16-bespin.toml ├── base16-brewer.toml ├── base16-bright.toml ├── base16-brushtrees-dark.toml ├── base16-brushtrees.toml ├── base16-chalk.toml ├── base16-circus.toml ├── base16-classic-dark.toml ├── base16-classic-light.toml ├── base16-codeschool.toml ├── base16-cupcake.toml ├── base16-cupertino.toml ├── base16-darktooth.toml ├── base16-default-dark.toml ├── base16-default-light.toml ├── base16-dracula.toml ├── base16-eighties.toml ├── base16-embers.toml ├── base16-flat.toml ├── base16-github.toml ├── base16-google-dark.toml ├── base16-google-light.toml ├── base16-grayscale-dark.toml ├── base16-grayscale-light.toml ├── base16-greenscreen.toml ├── base16-gruvbox-dark-hard.toml ├── base16-gruvbox-dark-medium.toml ├── base16-gruvbox-dark-pale.toml ├── base16-gruvbox-dark-soft.toml ├── base16-gruvbox-light-hard.toml ├── base16-gruvbox-light-medium.toml ├── base16-gruvbox-light-soft.toml ├── base16-harmonic-dark.toml ├── base16-harmonic-light.toml ├── base16-hopscotch.toml ├── base16-icy.toml ├── base16-irblack.toml ├── base16-isotope.toml ├── base16-macintosh.toml ├── base16-marrakesh.toml ├── base16-materia.toml ├── base16-material-darker.toml ├── base16-material-lighter.toml ├── base16-material-palenight.toml ├── base16-material.toml ├── base16-mellow-purple.toml ├── base16-mexico-light.toml ├── base16-mocha.toml ├── base16-monokai.toml ├── base16-nord.toml ├── base16-ocean.toml ├── base16-oceanicnext.toml ├── base16-one-light.toml ├── base16-onedark.toml ├── base16-outrun-dark.toml ├── base16-paraiso.toml ├── base16-phd.toml ├── base16-pico.toml ├── base16-pop.toml ├── base16-porple.toml ├── base16-railscasts.toml ├── base16-rebecca.toml ├── base16-seti.toml ├── base16-shapeshifter.toml ├── base16-solarflare.toml ├── base16-solarized-dark.toml ├── base16-solarized-light.toml ├── base16-spacemacs.toml ├── base16-summerfruit-dark.toml ├── base16-summerfruit-light.toml ├── base16-tomorrow-night.toml ├── base16-tomorrow.toml ├── base16-tube.toml ├── base16-twilight.toml ├── base16-unikitty-dark.toml ├── base16-unikitty-light.toml ├── base16-woodland.toml ├── base16-xcode-dusk.toml └── base16-zenburn.toml └── templates ├── config.yaml └── default.mustache /LICENSE: -------------------------------------------------------------------------------- 1 | BSD 3-Clause License 2 | 3 | Copyright (c) 2018, Myst Fox 4 | All rights reserved. 5 | 6 | Redistribution and use in source and binary forms, with or without 7 | modification, are permitted provided that the following conditions are met: 8 | 9 | * Redistributions of source code must retain the above copyright notice, this 10 | list of conditions and the following disclaimer. 11 | 12 | * Redistributions in binary form must reproduce the above copyright notice, 13 | this list of conditions and the following disclaimer in the documentation 14 | and/or other materials provided with the distribution. 15 | 16 | * Neither the name of the copyright holder nor the names of its 17 | contributors may be used to endorse or promote products derived from 18 | this software without specific prior written permission. 19 | 20 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 23 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 24 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 25 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 26 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 27 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 28 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 29 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # base16-i3status-rust 2 | 3 | This is a repository that provides a [base16](https://github.com/chriskempson/base16) template to generate theme 4 | settings for [i3status-rust](https://github.com/greshake/i3status-rust). 5 | 6 | To use, just pick a config snippet from colors/ and put it in your i3status-rust configuration, however you want. 7 | 8 | The theme is "based" on the Solarized Dark builtin theme in i3status-rust. This is mostly because the plain theme, 9 | which otherwise I would have used, doesn't use the powerline character for a separator. 10 | 11 | The colors were chosen based on what [base16's website](http://chriskempson.com/projects/base16/) says about the 12 | colors (both the example shades in the list saying what the colors are meant to be used for and _what_ it says they 13 | are used for) and the colors of Solarized that the builtin theme chose. This is more optimised for dark themes, as a 14 | result, so I may add another template that should work better for light themes. I'm also 100% open to switching around 15 | what color goes where. 16 | 17 | As a final note, if you want to be able to easily switch, because i3status-rust has no "include" mechanism, I 18 | recommend checking out [base16-builder-python/pybase16](https://github.com/InspectorMustache/base16-builder-python) 19 | and its `inject`. 20 | -------------------------------------------------------------------------------- /colors/base16-3024.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # 3024 by Jan T. Sott (http://github.com/idleberg) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#090300" 10 | idle_fg = "#a5a2a2" 11 | info_bg = "#b5e4f4" 12 | info_fg = "#090300" 13 | good_bg = "#01a252" 14 | good_fg = "#090300" 15 | warning_bg = "#fded02" 16 | warning_fg = "#090300" 17 | critical_bg = "#db2d20" 18 | critical_fg = "#090300" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-apathy.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Apathy by Jannik Siebert (https://github.com/janniks) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#031A16" 10 | idle_fg = "#81B5AC" 11 | info_bg = "#963E4C" 12 | info_fg = "#031A16" 13 | good_bg = "#883E96" 14 | good_fg = "#031A16" 15 | warning_bg = "#3E4C96" 16 | warning_fg = "#031A16" 17 | critical_bg = "#3E9688" 18 | critical_fg = "#031A16" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-ashes.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Ashes by Jannik Siebert (https://github.com/janniks) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#1C2023" 10 | idle_fg = "#C7CCD1" 11 | info_bg = "#95AEC7" 12 | info_fg = "#1C2023" 13 | good_bg = "#95C7AE" 14 | good_fg = "#1C2023" 15 | warning_bg = "#AEC795" 16 | warning_fg = "#1C2023" 17 | critical_bg = "#C7AE95" 18 | critical_fg = "#1C2023" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-cave-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Cave Light by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#efecf4" 10 | idle_fg = "#585260" 11 | info_bg = "#398bc6" 12 | info_fg = "#efecf4" 13 | good_bg = "#2a9292" 14 | good_fg = "#efecf4" 15 | warning_bg = "#a06e3b" 16 | warning_fg = "#efecf4" 17 | critical_bg = "#be4678" 18 | critical_fg = "#efecf4" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-cave.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Cave by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#19171c" 10 | idle_fg = "#8b8792" 11 | info_bg = "#398bc6" 12 | info_fg = "#19171c" 13 | good_bg = "#2a9292" 14 | good_fg = "#19171c" 15 | warning_bg = "#a06e3b" 16 | warning_fg = "#19171c" 17 | critical_bg = "#be4678" 18 | critical_fg = "#19171c" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-dune-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Dune Light by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#fefbec" 10 | idle_fg = "#6e6b5e" 11 | info_bg = "#1fad83" 12 | info_fg = "#fefbec" 13 | good_bg = "#60ac39" 14 | good_fg = "#fefbec" 15 | warning_bg = "#ae9513" 16 | warning_fg = "#fefbec" 17 | critical_bg = "#d73737" 18 | critical_fg = "#fefbec" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-dune.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Dune by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#20201d" 10 | idle_fg = "#a6a28c" 11 | info_bg = "#1fad83" 12 | info_fg = "#20201d" 13 | good_bg = "#60ac39" 14 | good_fg = "#20201d" 15 | warning_bg = "#ae9513" 16 | warning_fg = "#20201d" 17 | critical_bg = "#d73737" 18 | critical_fg = "#20201d" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-estuary-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Estuary Light by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#f4f3ec" 10 | idle_fg = "#5f5e4e" 11 | info_bg = "#5b9d48" 12 | info_fg = "#f4f3ec" 13 | good_bg = "#7d9726" 14 | good_fg = "#f4f3ec" 15 | warning_bg = "#a5980d" 16 | warning_fg = "#f4f3ec" 17 | critical_bg = "#ba6236" 18 | critical_fg = "#f4f3ec" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-estuary.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Estuary by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#22221b" 10 | idle_fg = "#929181" 11 | info_bg = "#5b9d48" 12 | info_fg = "#22221b" 13 | good_bg = "#7d9726" 14 | good_fg = "#22221b" 15 | warning_bg = "#a5980d" 16 | warning_fg = "#22221b" 17 | critical_bg = "#ba6236" 18 | critical_fg = "#22221b" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-forest-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Forest Light by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#f1efee" 10 | idle_fg = "#68615e" 11 | info_bg = "#3d97b8" 12 | info_fg = "#f1efee" 13 | good_bg = "#7b9726" 14 | good_fg = "#f1efee" 15 | warning_bg = "#c38418" 16 | warning_fg = "#f1efee" 17 | critical_bg = "#f22c40" 18 | critical_fg = "#f1efee" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-forest.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Forest by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#1b1918" 10 | idle_fg = "#a8a19f" 11 | info_bg = "#3d97b8" 12 | info_fg = "#1b1918" 13 | good_bg = "#7b9726" 14 | good_fg = "#1b1918" 15 | warning_bg = "#c38418" 16 | warning_fg = "#1b1918" 17 | critical_bg = "#f22c40" 18 | critical_fg = "#1b1918" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-heath-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Heath Light by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#f7f3f7" 10 | idle_fg = "#695d69" 11 | info_bg = "#159393" 12 | info_fg = "#f7f3f7" 13 | good_bg = "#918b3b" 14 | good_fg = "#f7f3f7" 15 | warning_bg = "#bb8a35" 16 | warning_fg = "#f7f3f7" 17 | critical_bg = "#ca402b" 18 | critical_fg = "#f7f3f7" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-heath.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Heath by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#1b181b" 10 | idle_fg = "#ab9bab" 11 | info_bg = "#159393" 12 | info_fg = "#1b181b" 13 | good_bg = "#918b3b" 14 | good_fg = "#1b181b" 15 | warning_bg = "#bb8a35" 16 | warning_fg = "#1b181b" 17 | critical_bg = "#ca402b" 18 | critical_fg = "#1b181b" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-lakeside-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Lakeside Light by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#ebf8ff" 10 | idle_fg = "#516d7b" 11 | info_bg = "#2d8f6f" 12 | info_fg = "#ebf8ff" 13 | good_bg = "#568c3b" 14 | good_fg = "#ebf8ff" 15 | warning_bg = "#8a8a0f" 16 | warning_fg = "#ebf8ff" 17 | critical_bg = "#d22d72" 18 | critical_fg = "#ebf8ff" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-lakeside.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Lakeside by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#161b1d" 10 | idle_fg = "#7ea2b4" 11 | info_bg = "#2d8f6f" 12 | info_fg = "#161b1d" 13 | good_bg = "#568c3b" 14 | good_fg = "#161b1d" 15 | warning_bg = "#8a8a0f" 16 | warning_fg = "#161b1d" 17 | critical_bg = "#d22d72" 18 | critical_fg = "#161b1d" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-plateau-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Plateau Light by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#f4ecec" 10 | idle_fg = "#585050" 11 | info_bg = "#5485b6" 12 | info_fg = "#f4ecec" 13 | good_bg = "#4b8b8b" 14 | good_fg = "#f4ecec" 15 | warning_bg = "#a06e3b" 16 | warning_fg = "#f4ecec" 17 | critical_bg = "#ca4949" 18 | critical_fg = "#f4ecec" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-plateau.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Plateau by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#1b1818" 10 | idle_fg = "#8a8585" 11 | info_bg = "#5485b6" 12 | info_fg = "#1b1818" 13 | good_bg = "#4b8b8b" 14 | good_fg = "#1b1818" 15 | warning_bg = "#a06e3b" 16 | warning_fg = "#1b1818" 17 | critical_bg = "#ca4949" 18 | critical_fg = "#1b1818" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-savanna-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Savanna Light by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#ecf4ee" 10 | idle_fg = "#526057" 11 | info_bg = "#1c9aa0" 12 | info_fg = "#ecf4ee" 13 | good_bg = "#489963" 14 | good_fg = "#ecf4ee" 15 | warning_bg = "#a07e3b" 16 | warning_fg = "#ecf4ee" 17 | critical_bg = "#b16139" 18 | critical_fg = "#ecf4ee" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-savanna.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Savanna by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#171c19" 10 | idle_fg = "#87928a" 11 | info_bg = "#1c9aa0" 12 | info_fg = "#171c19" 13 | good_bg = "#489963" 14 | good_fg = "#171c19" 15 | warning_bg = "#a07e3b" 16 | warning_fg = "#171c19" 17 | critical_bg = "#b16139" 18 | critical_fg = "#171c19" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-seaside-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Seaside Light by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#f4fbf4" 10 | idle_fg = "#5e6e5e" 11 | info_bg = "#1999b3" 12 | info_fg = "#f4fbf4" 13 | good_bg = "#29a329" 14 | good_fg = "#f4fbf4" 15 | warning_bg = "#98981b" 16 | warning_fg = "#f4fbf4" 17 | critical_bg = "#e6193c" 18 | critical_fg = "#f4fbf4" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-seaside.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Seaside by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#131513" 10 | idle_fg = "#8ca68c" 11 | info_bg = "#1999b3" 12 | info_fg = "#131513" 13 | good_bg = "#29a329" 14 | good_fg = "#131513" 15 | warning_bg = "#98981b" 16 | warning_fg = "#131513" 17 | critical_bg = "#e6193c" 18 | critical_fg = "#131513" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-sulphurpool-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Sulphurpool Light by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#f5f7ff" 10 | idle_fg = "#5e6687" 11 | info_bg = "#22a2c9" 12 | info_fg = "#f5f7ff" 13 | good_bg = "#ac9739" 14 | good_fg = "#f5f7ff" 15 | warning_bg = "#c08b30" 16 | warning_fg = "#f5f7ff" 17 | critical_bg = "#c94922" 18 | critical_fg = "#f5f7ff" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-atelier-sulphurpool.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Atelier Sulphurpool by Bram de Haan (http://atelierbramdehaan.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#202746" 10 | idle_fg = "#979db4" 11 | info_bg = "#22a2c9" 12 | info_fg = "#202746" 13 | good_bg = "#ac9739" 14 | good_fg = "#202746" 15 | warning_bg = "#c08b30" 16 | warning_fg = "#202746" 17 | critical_bg = "#c94922" 18 | critical_fg = "#202746" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-bespin.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Bespin by Jan T. Sott 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#28211c" 10 | idle_fg = "#8a8986" 11 | info_bg = "#afc4db" 12 | info_fg = "#28211c" 13 | good_bg = "#54be0d" 14 | good_fg = "#28211c" 15 | warning_bg = "#f9ee98" 16 | warning_fg = "#28211c" 17 | critical_bg = "#cf6a4c" 18 | critical_fg = "#28211c" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-brewer.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Brewer by Timothée Poisot (http://github.com/tpoisot) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#0c0d0e" 10 | idle_fg = "#b7b8b9" 11 | info_bg = "#80b1d3" 12 | info_fg = "#0c0d0e" 13 | good_bg = "#31a354" 14 | good_fg = "#0c0d0e" 15 | warning_bg = "#dca060" 16 | warning_fg = "#0c0d0e" 17 | critical_bg = "#e31a1c" 18 | critical_fg = "#0c0d0e" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-bright.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Bright by Chris Kempson (http://chriskempson.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#000000" 10 | idle_fg = "#e0e0e0" 11 | info_bg = "#76c7b7" 12 | info_fg = "#000000" 13 | good_bg = "#a1c659" 14 | good_fg = "#000000" 15 | warning_bg = "#fda331" 16 | warning_fg = "#000000" 17 | critical_bg = "#fb0120" 18 | critical_fg = "#000000" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-brushtrees-dark.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Brush Trees Dark by Abraham White <abelincoln.white@gmail.com> 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#485867" 10 | idle_fg = "#B0C5C8" 11 | info_bg = "#86b3b3" 12 | info_fg = "#485867" 13 | good_bg = "#87b386" 14 | good_fg = "#485867" 15 | warning_bg = "#aab386" 16 | warning_fg = "#485867" 17 | critical_bg = "#b38686" 18 | critical_fg = "#485867" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-brushtrees.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Brush Trees by Abraham White <abelincoln.white@gmail.com> 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#E3EFEF" 10 | idle_fg = "#6D828E" 11 | info_bg = "#86b3b3" 12 | info_fg = "#E3EFEF" 13 | good_bg = "#87b386" 14 | good_fg = "#E3EFEF" 15 | warning_bg = "#aab386" 16 | warning_fg = "#E3EFEF" 17 | critical_bg = "#b38686" 18 | critical_fg = "#E3EFEF" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-chalk.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Chalk by Chris Kempson (http://chriskempson.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#151515" 10 | idle_fg = "#d0d0d0" 11 | info_bg = "#12cfc0" 12 | info_fg = "#151515" 13 | good_bg = "#acc267" 14 | good_fg = "#151515" 15 | warning_bg = "#ddb26f" 16 | warning_fg = "#151515" 17 | critical_bg = "#fb9fb1" 18 | critical_fg = "#151515" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-circus.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Circus by Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#191919" 10 | idle_fg = "#a7a7a7" 11 | info_bg = "#4bb1a7" 12 | info_fg = "#191919" 13 | good_bg = "#84b97c" 14 | good_fg = "#191919" 15 | warning_bg = "#c3ba63" 16 | warning_fg = "#191919" 17 | critical_bg = "#dc657d" 18 | critical_fg = "#191919" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-classic-dark.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Classic Dark by Jason Heeris (http://heeris.id.au) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#151515" 10 | idle_fg = "#D0D0D0" 11 | info_bg = "#75B5AA" 12 | info_fg = "#151515" 13 | good_bg = "#90A959" 14 | good_fg = "#151515" 15 | warning_bg = "#F4BF75" 16 | warning_fg = "#151515" 17 | critical_bg = "#AC4142" 18 | critical_fg = "#151515" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-classic-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Classic Light by Jason Heeris (http://heeris.id.au) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#F5F5F5" 10 | idle_fg = "#303030" 11 | info_bg = "#75B5AA" 12 | info_fg = "#F5F5F5" 13 | good_bg = "#90A959" 14 | good_fg = "#F5F5F5" 15 | warning_bg = "#F4BF75" 16 | warning_fg = "#F5F5F5" 17 | critical_bg = "#AC4142" 18 | critical_fg = "#F5F5F5" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-codeschool.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Codeschool by blockloop 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#232c31" 10 | idle_fg = "#9ea7a6" 11 | info_bg = "#b02f30" 12 | info_fg = "#232c31" 13 | good_bg = "#237986" 14 | good_fg = "#232c31" 15 | warning_bg = "#a03b1e" 16 | warning_fg = "#232c31" 17 | critical_bg = "#2a5491" 18 | critical_fg = "#232c31" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-cupcake.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Cupcake by Chris Kempson (http://chriskempson.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#fbf1f2" 10 | idle_fg = "#8b8198" 11 | info_bg = "#69A9A7" 12 | info_fg = "#fbf1f2" 13 | good_bg = "#A3B367" 14 | good_fg = "#fbf1f2" 15 | warning_bg = "#DCB16C" 16 | warning_fg = "#fbf1f2" 17 | critical_bg = "#D57E85" 18 | critical_fg = "#fbf1f2" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-cupertino.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Cupertino by Defman21 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#ffffff" 10 | idle_fg = "#404040" 11 | info_bg = "#318495" 12 | info_fg = "#ffffff" 13 | good_bg = "#007400" 14 | good_fg = "#ffffff" 15 | warning_bg = "#826b28" 16 | warning_fg = "#ffffff" 17 | critical_bg = "#c41a15" 18 | critical_fg = "#ffffff" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-darktooth.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Darktooth by Jason Milkins (https://github.com/jasonm23) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#1D2021" 10 | idle_fg = "#A89984" 11 | info_bg = "#8BA59B" 12 | info_fg = "#1D2021" 13 | good_bg = "#95C085" 14 | good_fg = "#1D2021" 15 | warning_bg = "#FAC03B" 16 | warning_fg = "#1D2021" 17 | critical_bg = "#FB543F" 18 | critical_fg = "#1D2021" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-default-dark.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Default Dark by Chris Kempson (http://chriskempson.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#181818" 10 | idle_fg = "#d8d8d8" 11 | info_bg = "#86c1b9" 12 | info_fg = "#181818" 13 | good_bg = "#a1b56c" 14 | good_fg = "#181818" 15 | warning_bg = "#f7ca88" 16 | warning_fg = "#181818" 17 | critical_bg = "#ab4642" 18 | critical_fg = "#181818" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-default-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Default Light by Chris Kempson (http://chriskempson.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#f8f8f8" 10 | idle_fg = "#383838" 11 | info_bg = "#86c1b9" 12 | info_fg = "#f8f8f8" 13 | good_bg = "#a1b56c" 14 | good_fg = "#f8f8f8" 15 | warning_bg = "#f7ca88" 16 | warning_fg = "#f8f8f8" 17 | critical_bg = "#ab4642" 18 | critical_fg = "#f8f8f8" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-dracula.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Dracula by Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#282936" 10 | idle_fg = "#e9e9f4" 11 | info_bg = "#a1efe4" 12 | info_fg = "#282936" 13 | good_bg = "#00f769" 14 | good_fg = "#282936" 15 | warning_bg = "#ebff87" 16 | warning_fg = "#282936" 17 | critical_bg = "#ea51b2" 18 | critical_fg = "#282936" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-eighties.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Eighties by Chris Kempson (http://chriskempson.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#2d2d2d" 10 | idle_fg = "#d3d0c8" 11 | info_bg = "#66cccc" 12 | info_fg = "#2d2d2d" 13 | good_bg = "#99cc99" 14 | good_fg = "#2d2d2d" 15 | warning_bg = "#ffcc66" 16 | warning_fg = "#2d2d2d" 17 | critical_bg = "#f2777a" 18 | critical_fg = "#2d2d2d" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-embers.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Embers by Jannik Siebert (https://github.com/janniks) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#16130F" 10 | idle_fg = "#A39A90" 11 | info_bg = "#576D82" 12 | info_fg = "#16130F" 13 | good_bg = "#57826D" 14 | good_fg = "#16130F" 15 | warning_bg = "#6D8257" 16 | warning_fg = "#16130F" 17 | critical_bg = "#826D57" 18 | critical_fg = "#16130F" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-flat.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Flat by Chris Kempson (http://chriskempson.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#2C3E50" 10 | idle_fg = "#e0e0e0" 11 | info_bg = "#1ABC9C" 12 | info_fg = "#2C3E50" 13 | good_bg = "#2ECC71" 14 | good_fg = "#2C3E50" 15 | warning_bg = "#F1C40F" 16 | warning_fg = "#2C3E50" 17 | critical_bg = "#E74C3C" 18 | critical_fg = "#2C3E50" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-github.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Github by Defman21 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#ffffff" 10 | idle_fg = "#333333" 11 | info_bg = "#183691" 12 | info_fg = "#ffffff" 13 | good_bg = "#183691" 14 | good_fg = "#ffffff" 15 | warning_bg = "#795da3" 16 | warning_fg = "#ffffff" 17 | critical_bg = "#ed6a43" 18 | critical_fg = "#ffffff" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-google-dark.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Google Dark by Seth Wright (http://sethawright.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#1d1f21" 10 | idle_fg = "#c5c8c6" 11 | info_bg = "#3971ED" 12 | info_fg = "#1d1f21" 13 | good_bg = "#198844" 14 | good_fg = "#1d1f21" 15 | warning_bg = "#FBA922" 16 | warning_fg = "#1d1f21" 17 | critical_bg = "#CC342B" 18 | critical_fg = "#1d1f21" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-google-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Google Light by Seth Wright (http://sethawright.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#ffffff" 10 | idle_fg = "#373b41" 11 | info_bg = "#3971ED" 12 | info_fg = "#ffffff" 13 | good_bg = "#198844" 14 | good_fg = "#ffffff" 15 | warning_bg = "#FBA922" 16 | warning_fg = "#ffffff" 17 | critical_bg = "#CC342B" 18 | critical_fg = "#ffffff" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-grayscale-dark.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Grayscale Dark by Alexandre Gavioli (https://github.com/Alexx2/) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#101010" 10 | idle_fg = "#b9b9b9" 11 | info_bg = "#868686" 12 | info_fg = "#101010" 13 | good_bg = "#8e8e8e" 14 | good_fg = "#101010" 15 | warning_bg = "#a0a0a0" 16 | warning_fg = "#101010" 17 | critical_bg = "#7c7c7c" 18 | critical_fg = "#101010" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-grayscale-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Grayscale Light by Alexandre Gavioli (https://github.com/Alexx2/) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#f7f7f7" 10 | idle_fg = "#464646" 11 | info_bg = "#868686" 12 | info_fg = "#f7f7f7" 13 | good_bg = "#8e8e8e" 14 | good_fg = "#f7f7f7" 15 | warning_bg = "#a0a0a0" 16 | warning_fg = "#f7f7f7" 17 | critical_bg = "#7c7c7c" 18 | critical_fg = "#f7f7f7" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-greenscreen.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Green Screen by Chris Kempson (http://chriskempson.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#001100" 10 | idle_fg = "#00bb00" 11 | info_bg = "#005500" 12 | info_fg = "#001100" 13 | good_bg = "#00bb00" 14 | good_fg = "#001100" 15 | warning_bg = "#007700" 16 | warning_fg = "#001100" 17 | critical_bg = "#007700" 18 | critical_fg = "#001100" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-gruvbox-dark-hard.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Gruvbox dark, hard by Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#1d2021" 10 | idle_fg = "#d5c4a1" 11 | info_bg = "#8ec07c" 12 | info_fg = "#1d2021" 13 | good_bg = "#b8bb26" 14 | good_fg = "#1d2021" 15 | warning_bg = "#fabd2f" 16 | warning_fg = "#1d2021" 17 | critical_bg = "#fb4934" 18 | critical_fg = "#1d2021" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-gruvbox-dark-medium.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Gruvbox dark, medium by Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#282828" 10 | idle_fg = "#d5c4a1" 11 | info_bg = "#8ec07c" 12 | info_fg = "#282828" 13 | good_bg = "#b8bb26" 14 | good_fg = "#282828" 15 | warning_bg = "#fabd2f" 16 | warning_fg = "#282828" 17 | critical_bg = "#fb4934" 18 | critical_fg = "#282828" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-gruvbox-dark-pale.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Gruvbox dark, pale by Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#262626" 10 | idle_fg = "#dab997" 11 | info_bg = "#85ad85" 12 | info_fg = "#262626" 13 | good_bg = "#afaf00" 14 | good_fg = "#262626" 15 | warning_bg = "#ffaf00" 16 | warning_fg = "#262626" 17 | critical_bg = "#d75f5f" 18 | critical_fg = "#262626" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-gruvbox-dark-soft.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Gruvbox dark, soft by Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#32302f" 10 | idle_fg = "#d5c4a1" 11 | info_bg = "#8ec07c" 12 | info_fg = "#32302f" 13 | good_bg = "#b8bb26" 14 | good_fg = "#32302f" 15 | warning_bg = "#fabd2f" 16 | warning_fg = "#32302f" 17 | critical_bg = "#fb4934" 18 | critical_fg = "#32302f" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-gruvbox-light-hard.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Gruvbox light, hard by Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#f9f5d7" 10 | idle_fg = "#504945" 11 | info_bg = "#427b58" 12 | info_fg = "#f9f5d7" 13 | good_bg = "#79740e" 14 | good_fg = "#f9f5d7" 15 | warning_bg = "#b57614" 16 | warning_fg = "#f9f5d7" 17 | critical_bg = "#9d0006" 18 | critical_fg = "#f9f5d7" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-gruvbox-light-medium.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Gruvbox light, medium by Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#fbf1c7" 10 | idle_fg = "#504945" 11 | info_bg = "#427b58" 12 | info_fg = "#fbf1c7" 13 | good_bg = "#79740e" 14 | good_fg = "#fbf1c7" 15 | warning_bg = "#b57614" 16 | warning_fg = "#fbf1c7" 17 | critical_bg = "#9d0006" 18 | critical_fg = "#fbf1c7" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-gruvbox-light-soft.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Gruvbox light, soft by Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#f2e5bc" 10 | idle_fg = "#504945" 11 | info_bg = "#427b58" 12 | info_fg = "#f2e5bc" 13 | good_bg = "#79740e" 14 | good_fg = "#f2e5bc" 15 | warning_bg = "#b57614" 16 | warning_fg = "#f2e5bc" 17 | critical_bg = "#9d0006" 18 | critical_fg = "#f2e5bc" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-harmonic-dark.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Harmonic16 Dark by Jannik Siebert (https://github.com/janniks) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#0b1c2c" 10 | idle_fg = "#cbd6e2" 11 | info_bg = "#568bbf" 12 | info_fg = "#0b1c2c" 13 | good_bg = "#56bf8b" 14 | good_fg = "#0b1c2c" 15 | warning_bg = "#8bbf56" 16 | warning_fg = "#0b1c2c" 17 | critical_bg = "#bf8b56" 18 | critical_fg = "#0b1c2c" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-harmonic-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Harmonic16 Light by Jannik Siebert (https://github.com/janniks) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#f7f9fb" 10 | idle_fg = "#405c79" 11 | info_bg = "#568bbf" 12 | info_fg = "#f7f9fb" 13 | good_bg = "#56bf8b" 14 | good_fg = "#f7f9fb" 15 | warning_bg = "#8bbf56" 16 | warning_fg = "#f7f9fb" 17 | critical_bg = "#bf8b56" 18 | critical_fg = "#f7f9fb" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-hopscotch.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Hopscotch by Jan T. Sott 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#322931" 10 | idle_fg = "#b9b5b8" 11 | info_bg = "#149b93" 12 | info_fg = "#322931" 13 | good_bg = "#8fc13e" 14 | good_fg = "#322931" 15 | warning_bg = "#fdcc59" 16 | warning_fg = "#322931" 17 | critical_bg = "#dd464c" 18 | critical_fg = "#322931" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-icy.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Icy Dark by icyphox (https://icyphox.ga) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#021012" 10 | idle_fg = "#095b67" 11 | info_bg = "#26c6da" 12 | info_fg = "#021012" 13 | good_bg = "#4dd0e1" 14 | good_fg = "#021012" 15 | warning_bg = "#80deea" 16 | warning_fg = "#021012" 17 | critical_bg = "#16c1d9" 18 | critical_fg = "#021012" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-irblack.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # IR Black by Timothée Poisot (http://timotheepoisot.fr) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#000000" 10 | idle_fg = "#b5b3aa" 11 | info_bg = "#c6c5fe" 12 | info_fg = "#000000" 13 | good_bg = "#a8ff60" 14 | good_fg = "#000000" 15 | warning_bg = "#ffffb6" 16 | warning_fg = "#000000" 17 | critical_bg = "#ff6c60" 18 | critical_fg = "#000000" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-isotope.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Isotope by Jan T. Sott 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#000000" 10 | idle_fg = "#d0d0d0" 11 | info_bg = "#00ffff" 12 | info_fg = "#000000" 13 | good_bg = "#33ff00" 14 | good_fg = "#000000" 15 | warning_bg = "#ff0099" 16 | warning_fg = "#000000" 17 | critical_bg = "#ff0000" 18 | critical_fg = "#000000" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-macintosh.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Macintosh by Rebecca Bettencourt (http://www.kreativekorp.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#000000" 10 | idle_fg = "#c0c0c0" 11 | info_bg = "#02abea" 12 | info_fg = "#000000" 13 | good_bg = "#1fb714" 14 | good_fg = "#000000" 15 | warning_bg = "#fbf305" 16 | warning_fg = "#000000" 17 | critical_bg = "#dd0907" 18 | critical_fg = "#000000" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-marrakesh.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Marrakesh by Alexandre Gavioli (http://github.com/Alexx2/) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#201602" 10 | idle_fg = "#948e48" 11 | info_bg = "#75a738" 12 | info_fg = "#201602" 13 | good_bg = "#18974e" 14 | good_fg = "#201602" 15 | warning_bg = "#a88339" 16 | warning_fg = "#201602" 17 | critical_bg = "#c35359" 18 | critical_fg = "#201602" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-materia.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Materia by Defman21 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#263238" 10 | idle_fg = "#CDD3DE" 11 | info_bg = "#80CBC4" 12 | info_fg = "#263238" 13 | good_bg = "#8BD649" 14 | good_fg = "#263238" 15 | warning_bg = "#FFCC00" 16 | warning_fg = "#263238" 17 | critical_bg = "#EC5F67" 18 | critical_fg = "#263238" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-material-darker.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Material Darker by Nate Peterson 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#212121" 10 | idle_fg = "#EEFFFF" 11 | info_bg = "#89DDFF" 12 | info_fg = "#212121" 13 | good_bg = "#C3E88D" 14 | good_fg = "#212121" 15 | warning_bg = "#FFCB6B" 16 | warning_fg = "#212121" 17 | critical_bg = "#F07178" 18 | critical_fg = "#212121" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-material-lighter.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Material Lighter by Nate Peterson 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#FAFAFA" 10 | idle_fg = "#80CBC4" 11 | info_bg = "#39ADB5" 12 | info_fg = "#FAFAFA" 13 | good_bg = "#91B859" 14 | good_fg = "#FAFAFA" 15 | warning_bg = "#FFB62C" 16 | warning_fg = "#FAFAFA" 17 | critical_bg = "#FF5370" 18 | critical_fg = "#FAFAFA" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-material-palenight.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Material Palenight by Nate Peterson 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#292D3E" 10 | idle_fg = "#959DCB" 11 | info_bg = "#89DDFF" 12 | info_fg = "#292D3E" 13 | good_bg = "#C3E88D" 14 | good_fg = "#292D3E" 15 | warning_bg = "#FFCB6B" 16 | warning_fg = "#292D3E" 17 | critical_bg = "#F07178" 18 | critical_fg = "#292D3E" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-material.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Material by Nate Peterson 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#263238" 10 | idle_fg = "#EEFFFF" 11 | info_bg = "#89DDFF" 12 | info_fg = "#263238" 13 | good_bg = "#C3E88D" 14 | good_fg = "#263238" 15 | warning_bg = "#FFCB6B" 16 | warning_fg = "#263238" 17 | critical_bg = "#F07178" 18 | critical_fg = "#263238" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-mellow-purple.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Mellow Purple by gidsi 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#1e0528" 10 | idle_fg = "#ffeeff" 11 | info_bg = "#b900b1" 12 | info_fg = "#1e0528" 13 | good_bg = "#05cb0d" 14 | good_fg = "#1e0528" 15 | warning_bg = "#955ae7" 16 | warning_fg = "#1e0528" 17 | critical_bg = "#00d9e9" 18 | critical_fg = "#1e0528" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-mexico-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Mexico Light by Sheldon Johnson 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#f8f8f8" 10 | idle_fg = "#383838" 11 | info_bg = "#4b8093" 12 | info_fg = "#f8f8f8" 13 | good_bg = "#538947" 14 | good_fg = "#f8f8f8" 15 | warning_bg = "#f79a0e" 16 | warning_fg = "#f8f8f8" 17 | critical_bg = "#ab4642" 18 | critical_fg = "#f8f8f8" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-mocha.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Mocha by Chris Kempson (http://chriskempson.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#3B3228" 10 | idle_fg = "#d0c8c6" 11 | info_bg = "#7bbda4" 12 | info_fg = "#3B3228" 13 | good_bg = "#beb55b" 14 | good_fg = "#3B3228" 15 | warning_bg = "#f4bc87" 16 | warning_fg = "#3B3228" 17 | critical_bg = "#cb6077" 18 | critical_fg = "#3B3228" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-monokai.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Monokai by Wimer Hazenberg (http://www.monokai.nl) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#272822" 10 | idle_fg = "#f8f8f2" 11 | info_bg = "#a1efe4" 12 | info_fg = "#272822" 13 | good_bg = "#a6e22e" 14 | good_fg = "#272822" 15 | warning_bg = "#f4bf75" 16 | warning_fg = "#272822" 17 | critical_bg = "#f92672" 18 | critical_fg = "#272822" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-nord.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Nord by arcticicestudio 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#2E3440" 10 | idle_fg = "#E5E9F0" 11 | info_bg = "#D08770" 12 | info_fg = "#2E3440" 13 | good_bg = "#BF616A" 14 | good_fg = "#2E3440" 15 | warning_bg = "#5E81AC" 16 | warning_fg = "#2E3440" 17 | critical_bg = "#88C0D0" 18 | critical_fg = "#2E3440" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-ocean.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Ocean by Chris Kempson (http://chriskempson.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#2b303b" 10 | idle_fg = "#c0c5ce" 11 | info_bg = "#96b5b4" 12 | info_fg = "#2b303b" 13 | good_bg = "#a3be8c" 14 | good_fg = "#2b303b" 15 | warning_bg = "#ebcb8b" 16 | warning_fg = "#2b303b" 17 | critical_bg = "#bf616a" 18 | critical_fg = "#2b303b" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-oceanicnext.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # OceanicNext by https://github.com/voronianski/oceanic-next-color-scheme 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#1B2B34" 10 | idle_fg = "#C0C5CE" 11 | info_bg = "#5FB3B3" 12 | info_fg = "#1B2B34" 13 | good_bg = "#99C794" 14 | good_fg = "#1B2B34" 15 | warning_bg = "#FAC863" 16 | warning_fg = "#1B2B34" 17 | critical_bg = "#EC5f67" 18 | critical_fg = "#1B2B34" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-one-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # One Light by Daniel Pfeifer (http://github.com/purpleKarrot) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#fafafa" 10 | idle_fg = "#383a42" 11 | info_bg = "#0184bc" 12 | info_fg = "#fafafa" 13 | good_bg = "#50a14f" 14 | good_fg = "#fafafa" 15 | warning_bg = "#c18401" 16 | warning_fg = "#fafafa" 17 | critical_bg = "#ca1243" 18 | critical_fg = "#fafafa" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-onedark.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # OneDark by Lalit Magant (http://github.com/tilal6991) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#282c34" 10 | idle_fg = "#abb2bf" 11 | info_bg = "#56b6c2" 12 | info_fg = "#282c34" 13 | good_bg = "#98c379" 14 | good_fg = "#282c34" 15 | warning_bg = "#e5c07b" 16 | warning_fg = "#282c34" 17 | critical_bg = "#e06c75" 18 | critical_fg = "#282c34" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-outrun-dark.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Outrun Dark by Hugo Delahousse (http://github.com/hugodelahousse/) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#00002A" 10 | idle_fg = "#D0D0FA" 11 | info_bg = "#0EF0F0" 12 | info_fg = "#00002A" 13 | good_bg = "#59F176" 14 | good_fg = "#00002A" 15 | warning_bg = "#F3E877" 16 | warning_fg = "#00002A" 17 | critical_bg = "#FF4242" 18 | critical_fg = "#00002A" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-paraiso.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Paraiso by Jan T. Sott 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#2f1e2e" 10 | idle_fg = "#a39e9b" 11 | info_bg = "#5bc4bf" 12 | info_fg = "#2f1e2e" 13 | good_bg = "#48b685" 14 | good_fg = "#2f1e2e" 15 | warning_bg = "#fec418" 16 | warning_fg = "#2f1e2e" 17 | critical_bg = "#ef6155" 18 | critical_fg = "#2f1e2e" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-phd.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # PhD by Hennig Hasemann (http://leetless.de/vim.html) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#061229" 10 | idle_fg = "#b8bbc2" 11 | info_bg = "#72b9bf" 12 | info_fg = "#061229" 13 | good_bg = "#99bf52" 14 | good_fg = "#061229" 15 | warning_bg = "#fbd461" 16 | warning_fg = "#061229" 17 | critical_bg = "#d07346" 18 | critical_fg = "#061229" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-pico.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Pico by PICO-8 (http://www.lexaloffle.com/pico-8.php) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#000000" 10 | idle_fg = "#5f574f" 11 | info_bg = "#29adff" 12 | info_fg = "#000000" 13 | good_bg = "#00e756" 14 | good_fg = "#000000" 15 | warning_bg = "#fff024" 16 | warning_fg = "#000000" 17 | critical_bg = "#ff004d" 18 | critical_fg = "#000000" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-pop.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Pop by Chris Kempson (http://chriskempson.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#000000" 10 | idle_fg = "#d0d0d0" 11 | info_bg = "#00aabb" 12 | info_fg = "#000000" 13 | good_bg = "#37b349" 14 | good_fg = "#000000" 15 | warning_bg = "#f8ca12" 16 | warning_fg = "#000000" 17 | critical_bg = "#eb008a" 18 | critical_fg = "#000000" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-porple.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Porple by Niek den Breeje (https://github.com/AuditeMarlow) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#292c36" 10 | idle_fg = "#d8d8d8" 11 | info_bg = "#64878f" 12 | info_fg = "#292c36" 13 | good_bg = "#95c76f" 14 | good_fg = "#292c36" 15 | warning_bg = "#efa16b" 16 | warning_fg = "#292c36" 17 | critical_bg = "#f84547" 18 | critical_fg = "#292c36" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-railscasts.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Railscasts by Ryan Bates (http://railscasts.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#2b2b2b" 10 | idle_fg = "#e6e1dc" 11 | info_bg = "#519f50" 12 | info_fg = "#2b2b2b" 13 | good_bg = "#a5c261" 14 | good_fg = "#2b2b2b" 15 | warning_bg = "#ffc66d" 16 | warning_fg = "#2b2b2b" 17 | critical_bg = "#da4939" 18 | critical_fg = "#2b2b2b" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-rebecca.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Rebecca by Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#292a44" 10 | idle_fg = "#f1eff8" 11 | info_bg = "#8eaee0" 12 | info_fg = "#292a44" 13 | good_bg = "#6dfedf" 14 | good_fg = "#292a44" 15 | warning_bg = "#ae81ff" 16 | warning_fg = "#292a44" 17 | critical_bg = "#a0a0c5" 18 | critical_fg = "#292a44" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-seti.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Seti UI by 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#151718" 10 | idle_fg = "#d6d6d6" 11 | info_bg = "#55dbbe" 12 | info_fg = "#151718" 13 | good_bg = "#9fca56" 14 | good_fg = "#151718" 15 | warning_bg = "#e6cd69" 16 | warning_fg = "#151718" 17 | critical_bg = "#Cd3f45" 18 | critical_fg = "#151718" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-shapeshifter.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Shapeshifter by Tyler Benziger (http://tybenz.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#f9f9f9" 10 | idle_fg = "#102015" 11 | info_bg = "#23edda" 12 | info_fg = "#f9f9f9" 13 | good_bg = "#0ed839" 14 | good_fg = "#f9f9f9" 15 | warning_bg = "#dddd13" 16 | warning_fg = "#f9f9f9" 17 | critical_bg = "#e92f2f" 18 | critical_fg = "#f9f9f9" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-solarflare.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Solar Flare by Chuck Harmston (https://chuck.harmston.ch) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#18262F" 10 | idle_fg = "#A6AFB8" 11 | info_bg = "#52CBB0" 12 | info_fg = "#18262F" 13 | good_bg = "#7CC844" 14 | good_fg = "#18262F" 15 | warning_bg = "#E4B51C" 16 | warning_fg = "#18262F" 17 | critical_bg = "#EF5253" 18 | critical_fg = "#18262F" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-solarized-dark.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Solarized Dark by Ethan Schoonover (http://ethanschoonover.com/solarized) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#002b36" 10 | idle_fg = "#93a1a1" 11 | info_bg = "#2aa198" 12 | info_fg = "#002b36" 13 | good_bg = "#859900" 14 | good_fg = "#002b36" 15 | warning_bg = "#b58900" 16 | warning_fg = "#002b36" 17 | critical_bg = "#dc322f" 18 | critical_fg = "#002b36" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-solarized-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Solarized Light by Ethan Schoonover (http://ethanschoonover.com/solarized) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#fdf6e3" 10 | idle_fg = "#586e75" 11 | info_bg = "#2aa198" 12 | info_fg = "#fdf6e3" 13 | good_bg = "#859900" 14 | good_fg = "#fdf6e3" 15 | warning_bg = "#b58900" 16 | warning_fg = "#fdf6e3" 17 | critical_bg = "#dc322f" 18 | critical_fg = "#fdf6e3" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-spacemacs.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Spacemacs by Nasser Alshammari (https://github.com/nashamri/spacemacs-theme) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#1f2022" 10 | idle_fg = "#a3a3a3" 11 | info_bg = "#2d9574" 12 | info_fg = "#1f2022" 13 | good_bg = "#67b11d" 14 | good_fg = "#1f2022" 15 | warning_bg = "#b1951d" 16 | warning_fg = "#1f2022" 17 | critical_bg = "#f2241f" 18 | critical_fg = "#1f2022" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-summerfruit-dark.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Summerfruit Dark by Christopher Corley (http://christop.club/) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#151515" 10 | idle_fg = "#D0D0D0" 11 | info_bg = "#1FAAAA" 12 | info_fg = "#151515" 13 | good_bg = "#00C918" 14 | good_fg = "#151515" 15 | warning_bg = "#ABA800" 16 | warning_fg = "#151515" 17 | critical_bg = "#FF0086" 18 | critical_fg = "#151515" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-summerfruit-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Summerfruit Light by Christopher Corley (http://christop.club/) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#FFFFFF" 10 | idle_fg = "#101010" 11 | info_bg = "#1FAAAA" 12 | info_fg = "#FFFFFF" 13 | good_bg = "#00C918" 14 | good_fg = "#FFFFFF" 15 | warning_bg = "#ABA800" 16 | warning_fg = "#FFFFFF" 17 | critical_bg = "#FF0086" 18 | critical_fg = "#FFFFFF" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-tomorrow-night.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Tomorrow Night by Chris Kempson (http://chriskempson.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#1d1f21" 10 | idle_fg = "#c5c8c6" 11 | info_bg = "#8abeb7" 12 | info_fg = "#1d1f21" 13 | good_bg = "#b5bd68" 14 | good_fg = "#1d1f21" 15 | warning_bg = "#f0c674" 16 | warning_fg = "#1d1f21" 17 | critical_bg = "#cc6666" 18 | critical_fg = "#1d1f21" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-tomorrow.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Tomorrow by Chris Kempson (http://chriskempson.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#ffffff" 10 | idle_fg = "#4d4d4c" 11 | info_bg = "#3e999f" 12 | info_fg = "#ffffff" 13 | good_bg = "#718c00" 14 | good_fg = "#ffffff" 15 | warning_bg = "#eab700" 16 | warning_fg = "#ffffff" 17 | critical_bg = "#c82829" 18 | critical_fg = "#ffffff" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-tube.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # London Tube by Jan T. Sott 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#231f20" 10 | idle_fg = "#d9d8d8" 11 | info_bg = "#85cebc" 12 | info_fg = "#231f20" 13 | good_bg = "#00853e" 14 | good_fg = "#231f20" 15 | warning_bg = "#ffd204" 16 | warning_fg = "#231f20" 17 | critical_bg = "#ee2e24" 18 | critical_fg = "#231f20" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-twilight.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Twilight by David Hart (https://github.com/hartbit) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#1e1e1e" 10 | idle_fg = "#a7a7a7" 11 | info_bg = "#afc4db" 12 | info_fg = "#1e1e1e" 13 | good_bg = "#8f9d6a" 14 | good_fg = "#1e1e1e" 15 | warning_bg = "#f9ee98" 16 | warning_fg = "#1e1e1e" 17 | critical_bg = "#cf6a4c" 18 | critical_fg = "#1e1e1e" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-unikitty-dark.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Unikitty Dark by Josh W Lewis (@joshwlewis) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#2e2a31" 10 | idle_fg = "#bcbabe" 11 | info_bg = "#149bda" 12 | info_fg = "#2e2a31" 13 | good_bg = "#17ad98" 14 | good_fg = "#2e2a31" 15 | warning_bg = "#dc8a0e" 16 | warning_fg = "#2e2a31" 17 | critical_bg = "#d8137f" 18 | critical_fg = "#2e2a31" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-unikitty-light.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Unikitty Light by Josh W Lewis (@joshwlewis) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#ffffff" 10 | idle_fg = "#6c696e" 11 | info_bg = "#149bda" 12 | info_fg = "#ffffff" 13 | good_bg = "#17ad98" 14 | good_fg = "#ffffff" 15 | warning_bg = "#dc8a0e" 16 | warning_fg = "#ffffff" 17 | critical_bg = "#d8137f" 18 | critical_fg = "#ffffff" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-woodland.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Woodland by Jay Cornwall (https://jcornwall.com) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#231e18" 10 | idle_fg = "#cabcb1" 11 | info_bg = "#6eb958" 12 | info_fg = "#231e18" 13 | good_bg = "#b7ba53" 14 | good_fg = "#231e18" 15 | warning_bg = "#e0ac16" 16 | warning_fg = "#231e18" 17 | critical_bg = "#d35c5c" 18 | critical_fg = "#231e18" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-xcode-dusk.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # XCode Dusk by Elsa Gonsiorowski (https://github.com/gonsie) 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#282B35" 10 | idle_fg = "#939599" 11 | info_bg = "#00A0BE" 12 | info_fg = "#282B35" 13 | good_bg = "#DF0002" 14 | good_fg = "#282B35" 15 | warning_bg = "#438288" 16 | warning_fg = "#282B35" 17 | critical_bg = "#B21889" 18 | critical_fg = "#282B35" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /colors/base16-zenburn.toml: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # Zenburn by elnawe 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#3f3f3f" 10 | idle_fg = "#dcdccc" 11 | info_bg = "#93e0e3" 12 | info_fg = "#3f3f3f" 13 | good_bg = "#5f7f5f" 14 | good_fg = "#3f3f3f" 15 | warning_bg = "#e0cf9f" 16 | warning_fg = "#3f3f3f" 17 | critical_bg = "#dca3a3" 18 | critical_fg = "#3f3f3f" 19 | # The rest of the theme settings are left at default. 20 | -------------------------------------------------------------------------------- /templates/config.yaml: -------------------------------------------------------------------------------- 1 | default: 2 | extension: .toml 3 | output: colors 4 | -------------------------------------------------------------------------------- /templates/default.mustache: -------------------------------------------------------------------------------- 1 | # vi:syntax=toml 2 | 3 | # base16-i3status-rust (https://github.com/mystfox/base16-i3status-rust) 4 | # {{scheme-name}} by {{scheme-author}} 5 | 6 | [theme] 7 | name = "solarized-dark" 8 | [theme.overrides] 9 | idle_bg = "#{{base00-hex}}" 10 | idle_fg = "#{{base05-hex}}" 11 | info_bg = "#{{base0C-hex}}" 12 | info_fg = "#{{base00-hex}}" 13 | good_bg = "#{{base0B-hex}}" 14 | good_fg = "#{{base00-hex}}" 15 | warning_bg = "#{{base0A-hex}}" 16 | warning_fg = "#{{base00-hex}}" 17 | critical_bg = "#{{base08-hex}}" 18 | critical_fg = "#{{base00-hex}}" 19 | # The rest of the theme settings are left at default. 20 | --------------------------------------------------------------------------------