diff --git a/FIREFOX.md b/FIREFOX.md deleted file mode 100644 index d3813fa..0000000 --- a/FIREFOX.md +++ /dev/null @@ -1,47 +0,0 @@ -# Firefox themes - -## Default (grays) -![Monobiome dark](images/firefox/monobiome-dark.png) - -[_Monobiome dark_][4] - -![Monobiome light](images/firefox/monobiome-light.png) - -[_Monobiome light_][5] - -## Grassland biome -![Grassland monobiome dark](images/firefox/grassland-monobiome-dark.png) - -[_Grassland monobiome dark_][6] - -![Grassland monobiome light](images/firefox/grassland-monobiome-light.png) - -[_Grassland monobiome light_][6] - -## Tundra biome -![Tundra monobiome dark](images/firefox/tundra-monobiome-dark.png) - -[_Tundra monobiome dark_][8] - -![Tundra monobiome light](images/firefox/tundra-monobiome-light.png) - -[_Tundra monobiome light_][9] - -## Savanna biome -![Savanna monobiome dark](images/firefox/savanna-monobiome-dark.png) - -[_Savanna monobiome dark_][10] - -![Savanna monobiome light](images/firefox/savanna-monobiome-light.png) - -[_Savanna monobiome light_][11] - - -[4]: https://addons.mozilla.org/en-US/firefox/addon/monobiome-dark/ -[5]: https://addons.mozilla.org/en-US/firefox/addon/monobiome-light/ -[6]: https://addons.mozilla.org/en-US/firefox/addon/grassland-monobiome-dark/ -[7]: https://addons.mozilla.org/en-US/firefox/addon/grassland-monobiome-light/ -[8]: https://addons.mozilla.org/en-US/firefox/addon/tundra-monobiome-dark/ -[9]: https://addons.mozilla.org/en-US/firefox/addon/tundra-monobiome-light/ -[10]: https://addons.mozilla.org/en-US/firefox/addon/savanna-monobiome-dark/ -[11]: https://addons.mozilla.org/en-US/firefox/addon/savanna-monobiome-light/ diff --git a/README.md b/README.md index 1fcfd8a..0a5216e 100644 --- a/README.md +++ b/README.md @@ -95,48 +95,54 @@ Each of the files in the `app-config/` directory are named according to For example, `monobiome-tundra-dark-soft.vim` is the Vim theme file for the dark `tundra` variant with the soft harshness level. -## `kitty` -Find `kitty` themes in `app-config/kitty`. Themes can be activated in your -`kitty.conf` with +## Applications +- `kitty` -```sh -include -``` + Find `kitty` themes in `app-config/kitty`. Themes can be activated in your + `kitty.conf` with + + ```sh + include + ``` -## `vim`/`neovim` -Find `vim`/`neovim` themes in `app-config/nvim`. Themes can be activated by placing a -theme file on Vim's runtime path and setting it in your `.vimrc`/`init.vim` -with + Themes are generated using the [`kitty` theme + template](templates/apps/kitty/templates/active.theme). -```sh -colorscheme -``` +- `vim`/`neovim` -## `fzf` -In `app-config/fzf`, you can find scripts that can be ran to export FZF theme -variables. In your shell config (e.g., `.bashrc` or `.zshrc`), you can source -these files to apply them in your terminal: + Find `vim`/`neovim` themes in `app-config/nvim`. Themes can be activated by placing a + theme file on Vim's runtime path and setting it in your `.vimrc`/`init.vim` + with + + ```sh + colorscheme + ``` -```sh -source -``` + Themes are generated using the [`vim` theme + template](templates/apps/nvim/templates/theme.vim). -## Firefox -Find links to install available light/dark Firefox themes for each biome in -[FIREFOX](/FIREFOX.md). You can also download raw XPI files for each theme in -`app-config/firefox/`. +- `fzf` -![Default monobiome](images/firefox/default-split.png) -*Default monobiome* + In `app-config/fzf`, you can find scripts that can be ran to export FZF theme + variables. In your shell config (e.g., `.bashrc` or `.zshrc`), you can source + these files to apply them in your terminal: + + ```sh + source + ``` -![Grassland monobiome](images/firefox/grassland-split.png) -*Grassland monobiome* + Themes are generated using the [`fzf` theme + template](templates/apps/fzf/templates/active.theme). -![Tundra monobiome](images/firefox/tundra-split.png) -*Tundra monobiome* +- Firefox -![Savanna monobiome](images/firefox/savanna-split.png) -*Savanna monobiome* + Firefox themes for all monotone backgrounds are publicly listed as [Mozilla + add-ons][2], and switch between light/dark schemes based on system settings. + You can also download raw XPI files for each theme in `app-config/firefox/`, + each of which is generated using the [Firefox `manifest.json` + template](templates/apps/firefox/templates/none-dark.manifest.json). + + ![Firefox theme previews](images/firefox/themes.png) # Switching themes [`symconf`][3] is a general-purpose application config manager that can be used @@ -196,4 +202,5 @@ biome/harshness/mode. This can be done for any app config file. [1]: https://github.com/isa/TextMate-Themes/blob/master/monoindustrial.tmTheme +[2]: https://addons.mozilla.org/en-US/firefox/collections/18495484/monobiome/ [3]: https://github.com/ologio/symconf diff --git a/check.sh b/check.sh deleted file mode 100755 index 0600249..0000000 --- a/check.sh +++ /dev/null @@ -1,9 +0,0 @@ -cd app-config/firefox -mkdir -p zips -shopt -s nullglob -for f in *; do - [[ -f $f ]] || continue - name=${f##*/}; name=${name%.*} - bsdtar -cf "zips/$name.zip" --format zip -s ':^.*$:manifest.json:' -- "$f" -done - diff --git a/images/firefox/alpine-monobiome-light.png b/images/firefox/alpine-monobiome-light.png new file mode 100644 index 0000000..539f718 Binary files /dev/null and b/images/firefox/alpine-monobiome-light.png differ diff --git a/images/firefox/alpine-split.png b/images/firefox/alpine-split.png new file mode 100644 index 0000000..d2f5027 Binary files /dev/null and b/images/firefox/alpine-split.png differ diff --git a/images/firefox/badlands-monobiome-light.png b/images/firefox/badlands-monobiome-light.png new file mode 100644 index 0000000..28cfc22 Binary files /dev/null and b/images/firefox/badlands-monobiome-light.png differ diff --git a/images/firefox/badlands-split.png b/images/firefox/badlands-split.png new file mode 100644 index 0000000..f68c024 Binary files /dev/null and b/images/firefox/badlands-split.png differ diff --git a/images/firefox/chaparral-monobiome-light.png b/images/firefox/chaparral-monobiome-light.png new file mode 100644 index 0000000..4380f3f Binary files /dev/null and b/images/firefox/chaparral-monobiome-light.png differ diff --git a/images/firefox/chaparral-split.png b/images/firefox/chaparral-split.png new file mode 100644 index 0000000..6b86450 Binary files /dev/null and b/images/firefox/chaparral-split.png differ diff --git a/images/firefox/default-split.png b/images/firefox/default-split.png deleted file mode 100644 index b382028..0000000 Binary files a/images/firefox/default-split.png and /dev/null differ diff --git a/images/firefox/grassland-monobiome-dark.png b/images/firefox/grassland-monobiome-dark.png deleted file mode 100644 index f29dad2..0000000 Binary files a/images/firefox/grassland-monobiome-dark.png and /dev/null differ diff --git a/images/firefox/grassland-monobiome-light.png b/images/firefox/grassland-monobiome-light.png index 80a4dc3..6f9020d 100644 Binary files a/images/firefox/grassland-monobiome-light.png and b/images/firefox/grassland-monobiome-light.png differ diff --git a/images/firefox/grassland-split.png b/images/firefox/grassland-split.png index 011df5a..4171545 100644 Binary files a/images/firefox/grassland-split.png and b/images/firefox/grassland-split.png differ diff --git a/images/firefox/monobiome-dark.png b/images/firefox/monobiome-dark.png deleted file mode 100644 index db151f0..0000000 Binary files a/images/firefox/monobiome-dark.png and /dev/null differ diff --git a/images/firefox/monobiome-light.png b/images/firefox/monobiome-light.png deleted file mode 100644 index a94231c..0000000 Binary files a/images/firefox/monobiome-light.png and /dev/null differ diff --git a/images/firefox/savanna-monobiome-dark.png b/images/firefox/savanna-monobiome-dark.png deleted file mode 100644 index 4d27740..0000000 Binary files a/images/firefox/savanna-monobiome-dark.png and /dev/null differ diff --git a/images/firefox/savanna-monobiome-light.png b/images/firefox/savanna-monobiome-light.png index fb3aafa..4923b2e 100644 Binary files a/images/firefox/savanna-monobiome-light.png and b/images/firefox/savanna-monobiome-light.png differ diff --git a/images/firefox/savanna-split.png b/images/firefox/savanna-split.png index f6a2dea..d359ce6 100644 Binary files a/images/firefox/savanna-split.png and b/images/firefox/savanna-split.png differ diff --git a/images/firefox/themes.png b/images/firefox/themes.png new file mode 100644 index 0000000..032be3c Binary files /dev/null and b/images/firefox/themes.png differ diff --git a/images/firefox/tundra-monobiome-dark.png b/images/firefox/tundra-monobiome-dark.png deleted file mode 100644 index 422d8bb..0000000 Binary files a/images/firefox/tundra-monobiome-dark.png and /dev/null differ diff --git a/images/firefox/tundra-monobiome-light.png b/images/firefox/tundra-monobiome-light.png index f5c3dc3..a1a3704 100644 Binary files a/images/firefox/tundra-monobiome-light.png and b/images/firefox/tundra-monobiome-light.png differ diff --git a/images/firefox/tundra-split.png b/images/firefox/tundra-split.png index bfcdcff..b30076e 100644 Binary files a/images/firefox/tundra-split.png and b/images/firefox/tundra-split.png differ