rename default biome to "alpine"

This commit is contained in:
smgr 2025-10-06 16:21:51 -07:00
parent 1355d467f1
commit d7329a5816
279 changed files with 34418 additions and 35792 deletions

View File

@ -2,10 +2,10 @@
`monobiome` is a minimal, balanced color palette for use in terminals and text
editors. It was designed in OKLCH space to achieve perceptual uniformity across
all hues at various levels of luminance, and does so for _five_ monotone bases
and _five_ accent colors (plus one grey "default"). Each of the monotone base
and _five_ accent colors (plus one gray "default"). Each of the monotone base
colors (named according to a natural biome whose colors they loosely resemble)
are designed to achieve identical contrast with the accents, and thus any one
of the four can be selected to change the feeling of the palette without
of the options can be selected to change the feeling of the palette without
sacrificing readability.
![Theme preview](images/repo_preview_minimal.png)
@ -54,9 +54,9 @@ hue (the "biome") and the extent of the background/foreground lightness (the
"harshness"). This is done for both light and dark schemes, and in each case
accent colors are selected at a lightness level that ensures each meet a
minimum contrast relative to the primary background. The following diagram
shows each of the 24 resulting combinations:
shows each of the 36 resulting combinations:
![Diagram of the 24 available concrete theme options](images/themes.png)
![Diagram of the 36 available concrete theme options](images/themes.png)
The "soft" harshness level uses monotone shades closer to the mid-shade
(lightness level 55), whereas "hard" harshness uses shades further from it.
@ -74,10 +74,10 @@ Note how theme elements are mapped onto the general identifiers `bg0-bg3` for
backgrounds, `fg0-fg3` for foregrounds, and `gray` for a central gray tone. The
relative properties (lightness differences, contrast ratios) between colors
assigned to these identifiers are preserved regardless of biome or harshness
(e.g., `bg3` and `grey` are _always_ separated by 20 lightness points in any
(e.g., `bg3` and `gray` are _always_ separated by 20 lightness points in any
theme). As a result, applying `monobiome` themes to specific applications can
effectively boil down to defining a single "relative template" that uses these
identifiers, after which any of the 24 theme options can applied immediately.
identifiers, after which any of the 36 theme options can applied immediately.
Read more about how themes are created in [DESIGN](DESIGN.md).
@ -97,7 +97,7 @@ For example, `soft-tundra-monobiome-dark.vim` is the Vim theme file for the
dark `tundra` variant with the soft harshness level.
## `kitty`
Find `kitty` themes in `apps/kitty`. Themes can be activated in your
Find `kitty` themes in `app-config/kitty`. Themes can be activated in your
`kitty.conf` with
```sh
@ -105,7 +105,7 @@ include <theme-file>
```
## `vim`/`neovim`
Find `vim`/`neovim` themes in `apps/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`
with
@ -113,17 +113,8 @@ with
colorscheme <theme-name>
```
## `vim-airline`
If you use [`vim-airline`][2], you can find statusline themes in
`apps/vim-airline`. Place a theme file in the `airline` theme folder, and
activate it in your `.vimrc`/`init.vim` with
```sh
let g:airline_theme='<theme-name>'
```
## `fzf`
In `apps/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
these files to apply them in your terminal:
@ -134,7 +125,7 @@ source <theme-file>
## 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
`apps/firefox/`.
`app-config/firefox/`.
![Default monobiome](images/firefox/default-split.png)
*Default monobiome*
@ -151,8 +142,9 @@ Find links to install available light/dark Firefox themes for each biome in
# Switching themes
[`symconf`][3] is a general-purpose application config manager that can be used
to generate all `monobiome` variants from a single palette file, and set themes
for all apps at once. You can find example theme templates in `apps/symconf`
which provide general theme variables you can use in your own config templates.
for all apps at once. You can find example theme templates in
`templates/groups/theme`, which provide general theme variables you can use in
your own config templates.
For instance, in an app like `kitty`, you can define a template like

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#e5dbda
--color=fg+:#d5cbca
--color=bg:#27201f
--color=bg+:#332c2b
--color=hl:#658ed9
--color=hl+:#8daeeb
--color=info:#989250
--color=marker:#80c089
--color=prompt:#e95949
--color=spinner:#989250
--color=pointer:#e95949
--color=header:#80c089
--color=border:#332c2b
--color=label:#aeaeae
--color=query:#e5dbda
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#27201f
--color=fg+:#332c2b
--color=bg:#e5dbda
--color=bg+:#d5cbca
--color=hl:#3860ac
--color=hl+:#234485
--color=info:#6a6535
--color=marker:#25532e
--color=prompt:#b42219
--color=spinner:#6a6535
--color=pointer:#b42219
--color=header:#25532e
--color=border:#d5cbca
--color=label:#aeaeae
--color=query:#27201f
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#e4ddd7
--color=fg+:#d3ccc7
--color=bg:#26211c
--color=bg+:#322d28
--color=hl:#658ed9
--color=hl+:#8daeeb
--color=info:#989250
--color=marker:#80c089
--color=prompt:#e95949
--color=spinner:#989250
--color=pointer:#e95949
--color=header:#80c089
--color=border:#322d28
--color=label:#aeaeae
--color=query:#e4ddd7
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#26211c
--color=fg+:#322d28
--color=bg:#e4ddd7
--color=bg+:#d3ccc7
--color=hl:#3860ac
--color=hl+:#234485
--color=info:#6a6535
--color=marker:#25532e
--color=prompt:#b42219
--color=spinner:#6a6535
--color=pointer:#b42219
--color=header:#25532e
--color=border:#d3ccc7
--color=label:#aeaeae
--color=query:#26211c
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#d9e0da
--color=fg+:#c9d0ca
--color=bg:#1e231f
--color=bg+:#2a2f2b
--color=hl:#658ed9
--color=hl+:#8daeeb
--color=info:#989250
--color=marker:#80c089
--color=prompt:#e95949
--color=spinner:#989250
--color=pointer:#e95949
--color=header:#80c089
--color=border:#2a2f2b
--color=label:#aeaeae
--color=query:#d9e0da
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#1e231f
--color=fg+:#2a2f2b
--color=bg:#d9e0da
--color=bg+:#c9d0ca
--color=hl:#3860ac
--color=hl+:#234485
--color=info:#6a6535
--color=marker:#25532e
--color=prompt:#b42219
--color=spinner:#6a6535
--color=pointer:#b42219
--color=header:#25532e
--color=border:#c9d0ca
--color=label:#aeaeae
--color=query:#1e231f
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#d5cbca
--color=fg+:#c5bbba
--color=bg:#1b1413
--color=bg+:#27201f
--color=hl:#557ecc
--color=hl+:#799ee3
--color=info:#888346
--color=marker:#6eb178
--color=prompt:#dc4234
--color=spinner:#888346
--color=pointer:#dc4234
--color=header:#6eb178
--color=border:#27201f
--color=label:#aeaeae
--color=query:#d5cbca
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#332c2b
--color=fg+:#403837
--color=bg:#f6ecea
--color=bg+:#e5dbda
--color=hl:#456fbe
--color=hl+:#2d5299
--color=info:#79743d
--color=marker:#2e6337
--color=prompt:#ca2f24
--color=spinner:#79743d
--color=pointer:#ca2f24
--color=header:#2e6337
--color=border:#e5dbda
--color=label:#aeaeae
--color=query:#332c2b
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#d3ccc7
--color=fg+:#c3bcb7
--color=bg:#1a1511
--color=bg+:#26211c
--color=hl:#557ecc
--color=hl+:#799ee3
--color=info:#888346
--color=marker:#6eb178
--color=prompt:#dc4234
--color=spinner:#888346
--color=pointer:#dc4234
--color=header:#6eb178
--color=border:#26211c
--color=label:#aeaeae
--color=query:#d3ccc7
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#322d28
--color=fg+:#3f3935
--color=bg:#f4ede7
--color=bg+:#e4ddd7
--color=hl:#456fbe
--color=hl+:#2d5299
--color=info:#79743d
--color=marker:#2e6337
--color=prompt:#ca2f24
--color=spinner:#79743d
--color=pointer:#ca2f24
--color=header:#2e6337
--color=border:#e4ddd7
--color=label:#aeaeae
--color=query:#322d28
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#c9d0ca
--color=fg+:#b9c0ba
--color=bg:#131713
--color=bg+:#1e231f
--color=hl:#557ecc
--color=hl+:#799ee3
--color=info:#888346
--color=marker:#6eb178
--color=prompt:#dc4234
--color=spinner:#888346
--color=pointer:#dc4234
--color=header:#6eb178
--color=border:#1e231f
--color=label:#aeaeae
--color=query:#c9d0ca
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#2a2f2b
--color=fg+:#373c37
--color=bg:#eaf1ea
--color=bg+:#d9e0da
--color=hl:#456fbe
--color=hl+:#2d5299
--color=info:#79743d
--color=marker:#2e6337
--color=prompt:#ca2f24
--color=spinner:#79743d
--color=pointer:#ca2f24
--color=header:#2e6337
--color=border:#d9e0da
--color=label:#aeaeae
--color=query:#2a2f2b
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#cecece
--color=fg+:#bebebe
--color=bg:#161616
--color=bg+:#222222
--color=hl:#557ecc
--color=hl+:#799ee3
--color=info:#888346
--color=marker:#6eb178
--color=prompt:#dc4234
--color=spinner:#888346
--color=pointer:#dc4234
--color=header:#6eb178
--color=border:#222222
--color=label:#aeaeae
--color=query:#cecece
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#2e2e2e
--color=fg+:#3a3a3a
--color=bg:#eeeeee
--color=bg+:#dedede
--color=hl:#456fbe
--color=hl+:#2d5299
--color=info:#79743d
--color=marker:#2e6337
--color=prompt:#ca2f24
--color=spinner:#79743d
--color=pointer:#ca2f24
--color=header:#2e6337
--color=border:#dedede
--color=label:#aeaeae
--color=query:#2e2e2e
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#cfcec6
--color=fg+:#bfbeb6
--color=bg:#171611
--color=bg+:#22221c
--color=hl:#557ecc
--color=hl+:#799ee3
--color=info:#888346
--color=marker:#6eb178
--color=prompt:#dc4234
--color=spinner:#888346
--color=pointer:#dc4234
--color=header:#6eb178
--color=border:#22221c
--color=label:#aeaeae
--color=query:#cfcec6
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#2f2e28
--color=fg+:#3b3b34
--color=bg:#efefe7
--color=bg+:#dfded6
--color=hl:#456fbe
--color=hl+:#2d5299
--color=info:#79743d
--color=marker:#2e6337
--color=prompt:#ca2f24
--color=spinner:#79743d
--color=pointer:#ca2f24
--color=header:#2e6337
--color=border:#dfded6
--color=label:#aeaeae
--color=query:#2f2e28
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#caced5
--color=fg+:#babec5
--color=bg:#13161b
--color=bg+:#1f2227
--color=hl:#557ecc
--color=hl+:#799ee3
--color=info:#888346
--color=marker:#6eb178
--color=prompt:#dc4234
--color=spinner:#888346
--color=pointer:#dc4234
--color=header:#6eb178
--color=border:#1f2227
--color=label:#aeaeae
--color=query:#caced5
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#2b2e33
--color=fg+:#373b40
--color=bg:#eaeff6
--color=bg+:#dadee6
--color=hl:#456fbe
--color=hl+:#2d5299
--color=info:#79743d
--color=marker:#2e6337
--color=prompt:#ca2f24
--color=spinner:#79743d
--color=pointer:#ca2f24
--color=header:#2e6337
--color=border:#dadee6
--color=label:#aeaeae
--color=query:#2b2e33
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#dedede
--color=fg+:#cecece
--color=bg:#222222
--color=bg+:#2e2e2e
--color=hl:#658ed9
--color=hl+:#8daeeb
--color=info:#989250
--color=marker:#80c089
--color=prompt:#e95949
--color=spinner:#989250
--color=pointer:#e95949
--color=header:#80c089
--color=border:#2e2e2e
--color=label:#aeaeae
--color=query:#dedede
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#222222
--color=fg+:#2e2e2e
--color=bg:#dedede
--color=bg+:#cecece
--color=hl:#3860ac
--color=hl+:#234485
--color=info:#6a6535
--color=marker:#25532e
--color=prompt:#b42219
--color=spinner:#6a6535
--color=pointer:#b42219
--color=header:#25532e
--color=border:#cecece
--color=label:#aeaeae
--color=query:#222222
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -0,0 +1,23 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:None
--color=fg+:None
--color=bg:None
--color=bg+:None
--color=hl:None
--color=hl+:None
--color=info:None
--color=marker:None
--color=prompt:None
--color=spinner:None
--color=pointer:None
--color=header:None
--color=border:None
--color=label:#aeaeae
--color=query:None
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#dfded6
--color=fg+:#cfcec6
--color=bg:#22221c
--color=bg+:#2f2e28
--color=hl:#658ed9
--color=hl+:#8daeeb
--color=info:#989250
--color=marker:#80c089
--color=prompt:#e95949
--color=spinner:#989250
--color=pointer:#e95949
--color=header:#80c089
--color=border:#2f2e28
--color=label:#aeaeae
--color=query:#dfded6
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#22221c
--color=fg+:#2f2e28
--color=bg:#dfded6
--color=bg+:#cfcec6
--color=hl:#3860ac
--color=hl+:#234485
--color=info:#6a6535
--color=marker:#25532e
--color=prompt:#b42219
--color=spinner:#6a6535
--color=pointer:#b42219
--color=header:#25532e
--color=border:#cfcec6
--color=label:#aeaeae
--color=query:#22221c
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#f6ecea
--color=fg+:#e5dbda
--color=bg:#332c2b
--color=bg+:#403837
--color=hl:#799ee3
--color=hl+:#a2bef2
--color=info:#a7a15f
--color=marker:#94cf9c
--color=prompt:#f37060
--color=spinner:#a7a15f
--color=pointer:#f37060
--color=header:#94cf9c
--color=border:#403837
--color=label:#aeaeae
--color=query:#f6ecea
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#1b1413
--color=fg+:#27201f
--color=bg:#d5cbca
--color=bg+:#c5bbba
--color=hl:#2d5299
--color=hl+:#1a3771
--color=info:#5b572e
--color=marker:#1c4524
--color=prompt:#9d1a13
--color=spinner:#5b572e
--color=pointer:#9d1a13
--color=header:#1c4524
--color=border:#c5bbba
--color=label:#aeaeae
--color=query:#1b1413
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#f4ede7
--color=fg+:#e4ddd7
--color=bg:#322d28
--color=bg+:#3f3935
--color=hl:#799ee3
--color=hl+:#a2bef2
--color=info:#a7a15f
--color=marker:#94cf9c
--color=prompt:#f37060
--color=spinner:#a7a15f
--color=pointer:#f37060
--color=header:#94cf9c
--color=border:#3f3935
--color=label:#aeaeae
--color=query:#f4ede7
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#1a1511
--color=fg+:#26211c
--color=bg:#d3ccc7
--color=bg+:#c3bcb7
--color=hl:#2d5299
--color=hl+:#1a3771
--color=info:#5b572e
--color=marker:#1c4524
--color=prompt:#9d1a13
--color=spinner:#5b572e
--color=pointer:#9d1a13
--color=header:#1c4524
--color=border:#c3bcb7
--color=label:#aeaeae
--color=query:#1a1511
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#eaf1ea
--color=fg+:#d9e0da
--color=bg:#2a2f2b
--color=bg+:#373c37
--color=hl:#799ee3
--color=hl+:#a2bef2
--color=info:#a7a15f
--color=marker:#94cf9c
--color=prompt:#f37060
--color=spinner:#a7a15f
--color=pointer:#f37060
--color=header:#94cf9c
--color=border:#373c37
--color=label:#aeaeae
--color=query:#eaf1ea
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#131713
--color=fg+:#1e231f
--color=bg:#c9d0ca
--color=bg+:#b9c0ba
--color=hl:#2d5299
--color=hl+:#1a3771
--color=info:#5b572e
--color=marker:#1c4524
--color=prompt:#9d1a13
--color=spinner:#5b572e
--color=pointer:#9d1a13
--color=header:#1c4524
--color=border:#b9c0ba
--color=label:#aeaeae
--color=query:#131713
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#eeeeee
--color=fg+:#dedede
--color=bg:#2e2e2e
--color=bg+:#3a3a3a
--color=hl:#799ee3
--color=hl+:#a2bef2
--color=info:#a7a15f
--color=marker:#94cf9c
--color=prompt:#f37060
--color=spinner:#a7a15f
--color=pointer:#f37060
--color=header:#94cf9c
--color=border:#3a3a3a
--color=label:#aeaeae
--color=query:#eeeeee
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#161616
--color=fg+:#222222
--color=bg:#cecece
--color=bg+:#bebebe
--color=hl:#2d5299
--color=hl+:#1a3771
--color=info:#5b572e
--color=marker:#1c4524
--color=prompt:#9d1a13
--color=spinner:#5b572e
--color=pointer:#9d1a13
--color=header:#1c4524
--color=border:#bebebe
--color=label:#aeaeae
--color=query:#161616
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#efefe7
--color=fg+:#dfded6
--color=bg:#2f2e28
--color=bg+:#3b3b34
--color=hl:#799ee3
--color=hl+:#a2bef2
--color=info:#a7a15f
--color=marker:#94cf9c
--color=prompt:#f37060
--color=spinner:#a7a15f
--color=pointer:#f37060
--color=header:#94cf9c
--color=border:#3b3b34
--color=label:#aeaeae
--color=query:#efefe7
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#171611
--color=fg+:#22221c
--color=bg:#cfcec6
--color=bg+:#bfbeb6
--color=hl:#2d5299
--color=hl+:#1a3771
--color=info:#5b572e
--color=marker:#1c4524
--color=prompt:#9d1a13
--color=spinner:#5b572e
--color=pointer:#9d1a13
--color=header:#1c4524
--color=border:#bfbeb6
--color=label:#aeaeae
--color=query:#171611
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#eaeff6
--color=fg+:#dadee6
--color=bg:#2b2e33
--color=bg+:#373b40
--color=hl:#799ee3
--color=hl+:#a2bef2
--color=info:#a7a15f
--color=marker:#94cf9c
--color=prompt:#f37060
--color=spinner:#a7a15f
--color=pointer:#f37060
--color=header:#94cf9c
--color=border:#373b40
--color=label:#aeaeae
--color=query:#eaeff6
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#13161b
--color=fg+:#1f2227
--color=bg:#caced5
--color=bg+:#babec5
--color=hl:#2d5299
--color=hl+:#1a3771
--color=info:#5b572e
--color=marker:#1c4524
--color=prompt:#9d1a13
--color=spinner:#5b572e
--color=pointer:#9d1a13
--color=header:#1c4524
--color=border:#babec5
--color=label:#aeaeae
--color=query:#13161b
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#dadee6
--color=fg+:#caced5
--color=bg:#1f2227
--color=bg+:#2b2e33
--color=hl:#658ed9
--color=hl+:#8daeeb
--color=info:#989250
--color=marker:#80c089
--color=prompt:#e95949
--color=spinner:#989250
--color=pointer:#e95949
--color=header:#80c089
--color=border:#2b2e33
--color=label:#aeaeae
--color=query:#dadee6
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#1f2227
--color=fg+:#2b2e33
--color=bg:#dadee6
--color=bg+:#caced5
--color=hl:#3860ac
--color=hl+:#234485
--color=info:#6a6535
--color=marker:#25532e
--color=prompt:#b42219
--color=spinner:#6a6535
--color=pointer:#b42219
--color=header:#25532e
--color=border:#caced5
--color=label:#aeaeae
--color=query:#1f2227
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@ -1,41 +0,0 @@
# base settings
background #27201f
foreground #e5dbda
selection_background #332c2b
selection_foreground #d5cbca
cursor #d5cbca
cursor_text #332c2b
# black
color0 #27201f
color8 #403837
# red
color1 #e95949
color9 #fa897a
# green
color2 #5da268
color10 #80c089
# yellow
color3 #989250
color11 #b7b170
# blue
color4 #658ed9
color12 #8daeeb
# magenta (red)
color5 #c97920
color13 #e79a51
# cyan (blue)
color6 #658ed9
color14 #8daeeb
## white
color7 #c5bbba
color15 #e5dbda

View File

@ -1,41 +0,0 @@
# base settings
background #e5dbda
foreground #27201f
selection_background #d5cbca
selection_foreground #332c2b
cursor #332c2b
cursor_text #d5cbca
# black
color0 #e5dbda
color8 #c5bbba
# red
color1 #b42219
color9 #85160f
# green
color2 #377242
color10 #25532e
# yellow
color3 #6a6535
color11 #4c4928
# blue
color4 #3860ac
color12 #234485
# magenta (red)
color5 #905201
color13 #673c0c
# cyan (blue)
color6 #3860ac
color14 #234485
## white
color7 #403837
color15 #27201f

View File

@ -1,41 +0,0 @@
# base settings
background #26211c
foreground #e4ddd7
selection_background #322d28
selection_foreground #d3ccc7
cursor #d3ccc7
cursor_text #322d28
# black
color0 #26211c
color8 #3f3935
# red
color1 #e95949
color9 #fa897a
# green
color2 #5da268
color10 #80c089
# yellow
color3 #989250
color11 #b7b170
# blue
color4 #658ed9
color12 #8daeeb
# magenta (red)
color5 #c97920
color13 #e79a51
# cyan (blue)
color6 #658ed9
color14 #8daeeb
## white
color7 #c3bcb7
color15 #e4ddd7

View File

@ -1,41 +0,0 @@
# base settings
background #e4ddd7
foreground #26211c
selection_background #d3ccc7
selection_foreground #322d28
cursor #322d28
cursor_text #d3ccc7
# black
color0 #e4ddd7
color8 #c3bcb7
# red
color1 #b42219
color9 #85160f
# green
color2 #377242
color10 #25532e
# yellow
color3 #6a6535
color11 #4c4928
# blue
color4 #3860ac
color12 #234485
# magenta (red)
color5 #905201
color13 #673c0c
# cyan (blue)
color6 #3860ac
color14 #234485
## white
color7 #3f3935
color15 #26211c

View File

@ -1,41 +0,0 @@
# base settings
background #1e231f
foreground #d9e0da
selection_background #2a2f2b
selection_foreground #c9d0ca
cursor #c9d0ca
cursor_text #2a2f2b
# black
color0 #1e231f
color8 #373c37
# red
color1 #e95949
color9 #fa897a
# green
color2 #5da268
color10 #80c089
# yellow
color3 #989250
color11 #b7b170
# blue
color4 #658ed9
color12 #8daeeb
# magenta (red)
color5 #c97920
color13 #e79a51
# cyan (blue)
color6 #658ed9
color14 #8daeeb
## white
color7 #b9c0ba
color15 #d9e0da

View File

@ -1,41 +0,0 @@
# base settings
background #d9e0da
foreground #1e231f
selection_background #c9d0ca
selection_foreground #2a2f2b
cursor #2a2f2b
cursor_text #c9d0ca
# black
color0 #d9e0da
color8 #b9c0ba
# red
color1 #b42219
color9 #85160f
# green
color2 #377242
color10 #25532e
# yellow
color3 #6a6535
color11 #4c4928
# blue
color4 #3860ac
color12 #234485
# magenta (red)
color5 #905201
color13 #673c0c
# cyan (blue)
color6 #3860ac
color14 #234485
## white
color7 #373c37
color15 #1e231f

View File

@ -1,41 +0,0 @@
# base settings
background #1b1413
foreground #d5cbca
selection_background #27201f
selection_foreground #c5bbba
cursor #c5bbba
cursor_text #27201f
# black
color0 #1b1413
color8 #332c2b
# red
color1 #dc4234
color9 #f37060
# green
color2 #4f925a
color10 #6eb178
# yellow
color3 #888346
color11 #a7a15f
# blue
color4 #557ecc
color12 #799ee3
# magenta (red)
color5 #b76b0c
color13 #d98937
# cyan (blue)
color6 #557ecc
color14 #799ee3
## white
color7 #b5abaa
color15 #d5cbca

View File

@ -1,41 +0,0 @@
# base settings
background #f6ecea
foreground #332c2b
selection_background #e5dbda
selection_foreground #403837
cursor #403837
cursor_text #e5dbda
# black
color0 #f6ecea
color8 #d5cbca
# red
color1 #ca2f24
color9 #9d1a13
# green
color2 #42824e
color10 #2e6337
# yellow
color3 #79743d
color11 #5b572e
# blue
color4 #456fbe
color12 #2d5299
# magenta (red)
color5 #a45e03
color13 #7c4706
# cyan (blue)
color6 #456fbe
color14 #2d5299
## white
color7 #4d4644
color15 #332c2b

View File

@ -1,41 +0,0 @@
# base settings
background #1a1511
foreground #d3ccc7
selection_background #26211c
selection_foreground #c3bcb7
cursor #c3bcb7
cursor_text #26211c
# black
color0 #1a1511
color8 #322d28
# red
color1 #dc4234
color9 #f37060
# green
color2 #4f925a
color10 #6eb178
# yellow
color3 #888346
color11 #a7a15f
# blue
color4 #557ecc
color12 #799ee3
# magenta (red)
color5 #b76b0c
color13 #d98937
# cyan (blue)
color6 #557ecc
color14 #799ee3
## white
color7 #b3ada7
color15 #d3ccc7

View File

@ -1,41 +0,0 @@
# base settings
background #f4ede7
foreground #322d28
selection_background #e4ddd7
selection_foreground #3f3935
cursor #3f3935
cursor_text #e4ddd7
# black
color0 #f4ede7
color8 #d3ccc7
# red
color1 #ca2f24
color9 #9d1a13
# green
color2 #42824e
color10 #2e6337
# yellow
color3 #79743d
color11 #5b572e
# blue
color4 #456fbe
color12 #2d5299
# magenta (red)
color5 #a45e03
color13 #7c4706
# cyan (blue)
color6 #456fbe
color14 #2d5299
## white
color7 #4c4642
color15 #322d28

View File

@ -1,41 +0,0 @@
# base settings
background #131713
foreground #c9d0ca
selection_background #1e231f
selection_foreground #b9c0ba
cursor #b9c0ba
cursor_text #1e231f
# black
color0 #131713
color8 #2a2f2b
# red
color1 #dc4234
color9 #f37060
# green
color2 #4f925a
color10 #6eb178
# yellow
color3 #888346
color11 #a7a15f
# blue
color4 #557ecc
color12 #799ee3
# magenta (red)
color5 #b76b0c
color13 #d98937
# cyan (blue)
color6 #557ecc
color14 #799ee3
## white
color7 #a9b0aa
color15 #c9d0ca

View File

@ -1,41 +0,0 @@
# base settings
background #eaf1ea
foreground #2a2f2b
selection_background #d9e0da
selection_foreground #373c37
cursor #373c37
cursor_text #d9e0da
# black
color0 #eaf1ea
color8 #c9d0ca
# red
color1 #ca2f24
color9 #9d1a13
# green
color2 #42824e
color10 #2e6337
# yellow
color3 #79743d
color11 #5b572e
# blue
color4 #456fbe
color12 #2d5299
# magenta (red)
color5 #a45e03
color13 #7c4706
# cyan (blue)
color6 #456fbe
color14 #2d5299
## white
color7 #444944
color15 #2a2f2b

View File

@ -1,41 +0,0 @@
# base settings
background #161616
foreground #cecece
selection_background #222222
selection_foreground #bebebe
cursor #bebebe
cursor_text #222222
# black
color0 #161616
color8 #2e2e2e
# red
color1 #dc4234
color9 #f37060
# green
color2 #4f925a
color10 #6eb178
# yellow
color3 #888346
color11 #a7a15f
# blue
color4 #557ecc
color12 #799ee3
# magenta (red)
color5 #b76b0c
color13 #d98937
# cyan (blue)
color6 #557ecc
color14 #799ee3
## white
color7 #aeaeae
color15 #cecece

View File

@ -1,41 +0,0 @@
# base settings
background #eeeeee
foreground #2e2e2e
selection_background #dedede
selection_foreground #3a3a3a
cursor #3a3a3a
cursor_text #dedede
# black
color0 #eeeeee
color8 #cecece
# red
color1 #ca2f24
color9 #9d1a13
# green
color2 #42824e
color10 #2e6337
# yellow
color3 #79743d
color11 #5b572e
# blue
color4 #456fbe
color12 #2d5299
# magenta (red)
color5 #a45e03
color13 #7c4706
# cyan (blue)
color6 #456fbe
color14 #2d5299
## white
color7 #484848
color15 #2e2e2e

View File

@ -1,41 +0,0 @@
# base settings
background #171611
foreground #cfcec6
selection_background #22221c
selection_foreground #bfbeb6
cursor #bfbeb6
cursor_text #22221c
# black
color0 #171611
color8 #2f2e28
# red
color1 #dc4234
color9 #f37060
# green
color2 #4f925a
color10 #6eb178
# yellow
color3 #888346
color11 #a7a15f
# blue
color4 #557ecc
color12 #799ee3
# magenta (red)
color5 #b76b0c
color13 #d98937
# cyan (blue)
color6 #557ecc
color14 #799ee3
## white
color7 #afaea7
color15 #cfcec6

View File

@ -1,41 +0,0 @@
# base settings
background #efefe7
foreground #2f2e28
selection_background #dfded6
selection_foreground #3b3b34
cursor #3b3b34
cursor_text #dfded6
# black
color0 #efefe7
color8 #cfcec6
# red
color1 #ca2f24
color9 #9d1a13
# green
color2 #42824e
color10 #2e6337
# yellow
color3 #79743d
color11 #5b572e
# blue
color4 #456fbe
color12 #2d5299
# magenta (red)
color5 #a45e03
color13 #7c4706
# cyan (blue)
color6 #456fbe
color14 #2d5299
## white
color7 #484841
color15 #2f2e28

View File

@ -1,41 +0,0 @@
# base settings
background #13161b
foreground #caced5
selection_background #1f2227
selection_foreground #babec5
cursor #babec5
cursor_text #1f2227
# black
color0 #13161b
color8 #2b2e33
# red
color1 #dc4234
color9 #f37060
# green
color2 #4f925a
color10 #6eb178
# yellow
color3 #888346
color11 #a7a15f
# blue
color4 #557ecc
color12 #799ee3
# magenta (red)
color5 #b76b0c
color13 #d98937
# cyan (blue)
color6 #557ecc
color14 #799ee3
## white
color7 #aaaeb5
color15 #caced5

View File

@ -1,41 +0,0 @@
# base settings
background #eaeff6
foreground #2b2e33
selection_background #dadee6
selection_foreground #373b40
cursor #373b40
cursor_text #dadee6
# black
color0 #eaeff6
color8 #caced5
# red
color1 #ca2f24
color9 #9d1a13
# green
color2 #42824e
color10 #2e6337
# yellow
color3 #79743d
color11 #5b572e
# blue
color4 #456fbe
color12 #2d5299
# magenta (red)
color5 #a45e03
color13 #7c4706
# cyan (blue)
color6 #456fbe
color14 #2d5299
## white
color7 #44484e
color15 #2b2e33

View File

@ -0,0 +1,41 @@
# base settings
background None
foreground None
selection_background None
selection_foreground None
cursor None
cursor_text None
# black
color0 None
color8 None
# red
color1 None
color9 None
# green
color2 None
color10 None
# yellow
color3 None
color11 None
# blue
color4 None
color12 None
# magenta (red)
color5 None
color13 None
# cyan (blue)
color6 None
color14 None
## white
color7 None
color15 None

View File

@ -0,0 +1,41 @@
# base settings
background None
foreground None
selection_background None
selection_foreground None
cursor None
cursor_text None
# black
color0 None
color8 None
# red
color1 None
color9 None
# green
color2 None
color10 None
# yellow
color3 None
color11 None
# blue
color4 None
color12 None
# magenta (red)
color5 None
color13 None
# cyan (blue)
color6 None
color14 None
## white
color7 None
color15 None

View File

@ -0,0 +1,41 @@
# base settings
background None
foreground None
selection_background None
selection_foreground None
cursor None
cursor_text None
# black
color0 None
color8 None
# red
color1 None
color9 None
# green
color2 None
color10 None
# yellow
color3 None
color11 None
# blue
color4 None
color12 None
# magenta (red)
color5 None
color13 None
# cyan (blue)
color6 None
color14 None
## white
color7 None
color15 None

View File

@ -0,0 +1,41 @@
# base settings
background None
foreground None
selection_background None
selection_foreground None
cursor None
cursor_text None
# black
color0 None
color8 None
# red
color1 None
color9 None
# green
color2 None
color10 None
# yellow
color3 None
color11 None
# blue
color4 None
color12 None
# magenta (red)
color5 None
color13 None
# cyan (blue)
color6 None
color14 None
## white
color7 None
color15 None

View File

@ -0,0 +1,41 @@
# base settings
background None
foreground None
selection_background None
selection_foreground None
cursor None
cursor_text None
# black
color0 None
color8 None
# red
color1 None
color9 None
# green
color2 None
color10 None
# yellow
color3 None
color11 None
# blue
color4 None
color12 None
# magenta (red)
color5 None
color13 None
# cyan (blue)
color6 None
color14 None
## white
color7 None
color15 None

View File

@ -0,0 +1,41 @@
# base settings
background None
foreground None
selection_background None
selection_foreground None
cursor None
cursor_text None
# black
color0 None
color8 None
# red
color1 None
color9 None
# green
color2 None
color10 None
# yellow
color3 None
color11 None
# blue
color4 None
color12 None
# magenta (red)
color5 None
color13 None
# cyan (blue)
color6 None
color14 None
## white
color7 None
color15 None

View File

@ -0,0 +1,41 @@
# base settings
background None
foreground None
selection_background None
selection_foreground None
cursor None
cursor_text None
# black
color0 None
color8 None
# red
color1 None
color9 None
# green
color2 None
color10 None
# yellow
color3 None
color11 None
# blue
color4 None
color12 None
# magenta (red)
color5 None
color13 None
# cyan (blue)
color6 None
color14 None
## white
color7 None
color15 None

View File

@ -0,0 +1,41 @@
# base settings
background None
foreground None
selection_background None
selection_foreground None
cursor None
cursor_text None
# black
color0 None
color8 None
# red
color1 None
color9 None
# green
color2 None
color10 None
# yellow
color3 None
color11 None
# blue
color4 None
color12 None
# magenta (red)
color5 None
color13 None
# cyan (blue)
color6 None
color14 None
## white
color7 None
color15 None

View File

@ -0,0 +1,41 @@
# base settings
background None
foreground None
selection_background None
selection_foreground None
cursor None
cursor_text None
# black
color0 None
color8 None
# red
color1 None
color9 None
# green
color2 None
color10 None
# yellow
color3 None
color11 None
# blue
color4 None
color12 None
# magenta (red)
color5 None
color13 None
# cyan (blue)
color6 None
color14 None
## white
color7 None
color15 None

Some files were not shown because too many files have changed in this diff Show More