generate new firefox previews, rewrite app sections in README
47
FIREFOX.md
@ -1,47 +0,0 @@
|
|||||||
# Firefox themes
|
|
||||||
|
|
||||||
## Default (grays)
|
|
||||||

|
|
||||||
|
|
||||||
[_Monobiome dark_][4]
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
[_Monobiome light_][5]
|
|
||||||
|
|
||||||
## Grassland biome
|
|
||||||

|
|
||||||
|
|
||||||
[_Grassland monobiome dark_][6]
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
[_Grassland monobiome light_][6]
|
|
||||||
|
|
||||||
## Tundra biome
|
|
||||||

|
|
||||||
|
|
||||||
[_Tundra monobiome dark_][8]
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
[_Tundra monobiome light_][9]
|
|
||||||
|
|
||||||
## Savanna biome
|
|
||||||

|
|
||||||
|
|
||||||
[_Savanna monobiome dark_][10]
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
[_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/
|
|
39
README.md
@ -95,7 +95,9 @@ 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
|
For example, `monobiome-tundra-dark-soft.vim` is the Vim theme file for the
|
||||||
dark `tundra` variant with the soft harshness level.
|
dark `tundra` variant with the soft harshness level.
|
||||||
|
|
||||||
## `kitty`
|
## Applications
|
||||||
|
- `kitty`
|
||||||
|
|
||||||
Find `kitty` themes in `app-config/kitty`. Themes can be activated in your
|
Find `kitty` themes in `app-config/kitty`. Themes can be activated in your
|
||||||
`kitty.conf` with
|
`kitty.conf` with
|
||||||
|
|
||||||
@ -103,7 +105,11 @@ Find `kitty` themes in `app-config/kitty`. Themes can be activated in your
|
|||||||
include <theme-file>
|
include <theme-file>
|
||||||
```
|
```
|
||||||
|
|
||||||
## `vim`/`neovim`
|
Themes are generated using the [`kitty` theme
|
||||||
|
template](templates/apps/kitty/templates/active.theme).
|
||||||
|
|
||||||
|
- `vim`/`neovim`
|
||||||
|
|
||||||
Find `vim`/`neovim` themes in `app-config/nvim`. Themes can be activated by placing a
|
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`
|
theme file on Vim's runtime path and setting it in your `.vimrc`/`init.vim`
|
||||||
with
|
with
|
||||||
@ -112,7 +118,11 @@ with
|
|||||||
colorscheme <theme-name>
|
colorscheme <theme-name>
|
||||||
```
|
```
|
||||||
|
|
||||||
## `fzf`
|
Themes are generated using the [`vim` theme
|
||||||
|
template](templates/apps/nvim/templates/theme.vim).
|
||||||
|
|
||||||
|
- `fzf`
|
||||||
|
|
||||||
In `app-config/fzf`, you can find scripts that can be ran to export FZF theme
|
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
|
variables. In your shell config (e.g., `.bashrc` or `.zshrc`), you can source
|
||||||
these files to apply them in your terminal:
|
these files to apply them in your terminal:
|
||||||
@ -121,22 +131,18 @@ these files to apply them in your terminal:
|
|||||||
source <theme-file>
|
source <theme-file>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Firefox
|
Themes are generated using the [`fzf` theme
|
||||||
Find links to install available light/dark Firefox themes for each biome in
|
template](templates/apps/fzf/templates/active.theme).
|
||||||
[FIREFOX](/FIREFOX.md). You can also download raw XPI files for each theme in
|
|
||||||
`app-config/firefox/`.
|
|
||||||
|
|
||||||

|
- Firefox
|
||||||
*Default monobiome*
|
|
||||||
|
|
||||||

|
Firefox themes for all monotone backgrounds are publicly listed as [Mozilla
|
||||||
*Grassland monobiome*
|
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).
|
||||||
|
|
||||||

|

|
||||||
*Tundra monobiome*
|
|
||||||
|
|
||||||

|
|
||||||
*Savanna monobiome*
|
|
||||||
|
|
||||||
# Switching themes
|
# Switching themes
|
||||||
[`symconf`][3] is a general-purpose application config manager that can be used
|
[`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
|
[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
|
[3]: https://github.com/ologio/symconf
|
||||||
|
9
check.sh
@ -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
|
|
||||||
|
|
BIN
images/firefox/alpine-monobiome-light.png
Normal file
After Width: | Height: | Size: 978 B |
BIN
images/firefox/alpine-split.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
images/firefox/badlands-monobiome-light.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
images/firefox/badlands-split.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
images/firefox/chaparral-monobiome-light.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
images/firefox/chaparral-split.png
Normal file
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 982 B |
Before Width: | Height: | Size: 981 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 22 KiB |
BIN
images/firefox/themes.png
Normal file
After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 22 KiB |