3 Commits

Author SHA1 Message Date
d4e83cf6b6 add python project files 2025-10-29 23:22:35 -07:00
a975b24ec3 generate v1.2.0 chroma curves (1% L jumps) 2025-10-29 23:21:48 -07:00
2ba2195ebc add notebook palette experiments 2025-10-29 23:20:53 -07:00
417 changed files with 36137 additions and 19684 deletions

7
.gitignore vendored
View File

@@ -17,10 +17,5 @@ docs/_build/
# local
/Makefile
data/
archive/
notebooks/color_spaces_manyview.ipynb
notebooks/oklch_srgb_spherical.ipynb
notebooks/v1.4.0/
notebooks/v1.5.1/
CHECKLIST.md

View File

@@ -1,6 +1,3 @@
*Note*: this document was written prior to `v1.0.0` and may not longer be an
accurate depiction of the `monobiome` internals.
# Theme constraints
The following general constraints are followed as palette options are mapped
onto concrete themes:

323
README.md
View File

@@ -1,15 +1,18 @@
# Monobiome
`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 eight monotone bases
and eight accent colors (plus one zero chroma default base). 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 options can be selected to change the feeling of
downstream themes without sacrificing readability.
all hues at various levels of luminance, and does so for _five_ monotone bases
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 options can be selected to change the feeling of the palette without
sacrificing readability.
![Theme preview](images/repo_preview_primary.png)
_(Preview of light and dark alpine theme variants)_
![Theme preview](images/repo_preview_four_split.png)
_(Preview of default light and dark theme variants)_
See screenshots for the full set of theme variants in [THEMES](THEMES.md) (also
discussed below).
The name "monobiome" connects the palette to its two key sources of
inspiration:
@@ -24,77 +27,42 @@ inspiration:
grass, basically).
## Palette
The `monobiome` palette is fundamentally a set of parameterized curves in OKLCH
color space. Each color identity has one monotone curve and one accent curve,
both of which have fixed hue values and vary from 10% to 98% lightness.
Monotone curves have fixed chroma, whereas the accent curves' chroma varies
smoothly as a function of lightness within sRGB gamut bounds.
The `monobiome` palette consists of four monotone bases and five accent colors,
each of which is anchored by hue and spread uniformly across lightness levels
15 to 95 (in OKLCH space).
| Chroma curves | Color trajectories |
|----------------------------------------------------------|------------------------------------------|
| ![Chroma curves](images/release/1.5.5/chroma-curves.png) | ![Trajectories](images/trajectories.gif) |
![Diagram of palette accents and monotones](images/palette.png)
| Palette |
|----------------------------------------------|
| ![Palette](images/release/1.5.5/palette.png) |
The chroma curve for each accent is carefully designed to vary smoothly across
the lightness spectrum, with the goal of retaining strong color identity in all
settings. Additionally, as alluded to above, the (WCAG 2) contrast ratio
between any choice of monotone background at a given lightness level and the
accent colors is virtually identical ($\pm 0.1$). Put another way, the relative
contrast between accents depends only on the _lightness_ of the background
monotone, not its hue. *(Note that this is not generally the case; at a fixed
lightness level, the contrast between two colors depends on their hue.)*
Chroma curves are designed specifically to establish a distinct role for each
accent and are non-intersecting over the lightness domain (hence the distinct
"bands" in the above chroma curve figure). There are eight monotone-accent
pairs, plus a single grey trajectory:
## Concrete themes
| Monotone / biome | Accent color | Hue |
| --- | --- | --- |
| alpine | grey | n/a |
| badlands | red | 29 |
| chaparral | orange | 62.5 |
| savanna | yellow | 104 |
| grassland | green | 148 |
| reef | cyan | 205 |
| tundra | blue | 262 |
| heathland | violet | 306 |
| moorland | magenta | 350 |
![Split view of Alpine and Tundra biomes](images/theme-split-view.png)
The `alpine`/`grey` curve has zero chroma (and is thus invariant to hue),
varying only in lightness from dark to light grey.
*(Light and dark theme splits of Alpine and Tundra biomes)*
## Themes
Themes are derived from the `monobiome` palette by varying both the monotone
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 36 resulting combinations:
| Dark themes | Light themes |
|----------------------------------------|------------------------------------------|
| ![Dark themes](images/dark_themes.png) | ![Light themes](images/light_themes.png) |
![Diagram of the 36 available concrete theme options](images/themes.png)
Themes are derived from the `monobiome` palette by selecting a monotone base
(the "biome"), a base lightness, and a contrast level. Although one can use
arbitrary contrast metrics, OKLCH distance (Euclidean distance in OKLab)
is designed to capture perceptual distinction. As such, perceptually uniform
themes under arbitrary monotones can be generated by calculating the accent
colors equidistant from that base. This is equivalent to determining the points
at which a sphere centered at the monotone base intersects with the accent
curves; the radius of such a sphere effectively determines the theme contrast,
and the colors on the sphere surface are equally perceptually distinct relative
to the background.
The following plots show the intersection of the sphere centered at a fixed
background color (`alpine` biome with a lightness of 20) under variable radii:
| | `-l 20 -d 0.3` | `-l 20 -d 0.4` | `-l 20 -d 0.5` |
|---------------------|---------------------------------------------------|---------------------------------------------------|---------------------------------------------------|
| Color visualization | ![](images/oklch/mb_b20_d30.gif) | ![](images/oklch/mb_b20_d40.gif) | ![](images/oklch/mb_b20_d50.gif) |
| Editor preview | ![](images/render/v140-demo-alpine-dark-d0.3.png) | ![](images/render/v140-demo-alpine-dark-d0.4.png) | ![](images/render/v140-demo-alpine-dark-d0.5.png) |
In short, the base lightness (`-l`) dictates the brightness of the background,
and the contrast (`-d`) controls how perceptually distinct the accent colors
appear with respect to that background. These are free parameters of the
`monobiome` model: themes can be generated under arbitrary settings that meet
user preferences.
## Generation
When generating full application themes, fixed lightness steps are used in the
chosen monotone trajectory to establish consistent levels of distinction
between background layers. For example, the following demonstrates how
background and foreground elements are chosen for the `monobiome` vim/neovim
themes:
The "soft" harshness level uses monotone shades closer to the mid-shade
(lightness level 55), whereas "hard" harshness uses shades further from it.
Once the biome and harshness level are chosen, we're left with a bounded
monotone range over which common theme elements can be defined. For example,
the following demonstrates how background and foreground elements are chosen
for the `monobiome` Vim themes:
![
Diagram depicting how themes colors are selected by harshness and mapped onto
@@ -108,68 +76,26 @@ assigned to these identifiers are preserved regardless of biome or harshness
(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 user-provided parameters can be applied
automatically.
identifiers, after which any of the 36 theme options can applied immediately.
The full palette $\rightarrow$ scheme $\rightarrow$ template $\rightarrow$
theme pipeline can be seen in detail below:
Read more about how themes are created in [DESIGN](DESIGN.md).
![Generation pipeline](images/theme_generation_pipeline.png)
# Usage
This repo provides the 36 theme files for `kitty`, `vim`/`neovim`, and `fzf` in
the `app-config/` directory. You can also find raw palette colors in
`colors/monobiome.toml` if you want to use them to define themes for other
applications.
This figure demonstrates how `kitty` themes are generated, but the process is
generic to any palette, scheme, and app. This is implemented in two stages
using the `monobiome` CLI:
- First generate the scheme file, the lightness choices that achieve perceptual
uniformity of accents with respect to the base monotone:
```sh
monobiome scheme dark grassland -d 0.42 -l 20 -o scheme.toml
```
This calculates the accents a distance of `0.42` units in Oklab space from the
`grassland` monotone base at a lightness of `20`, and writes the output to
`scheme.toml`.
- Then populate the scheme file with concrete palette colors and push it
through an app config template:
```sh
monobiome fill scheme.toml templates/kitty/active.theme -o kitty.theme
```
This writes a concrete `kitty` theme to `kitty.theme` that matches the user
preferences as captured in the previously generated scheme file, i.e., the
contrast (`-d`), background lightness (`-l`), mode (`dark`), and biome
(`grassland`). Every part of this process can be customized: the scheme
parameters, the scheme definitions/file, the app template.
The separation of duties here facilitates robustness: the palette colors can be
tweaked (across versions, say) without changing how those colors get used in
app themes. Scheme files don't hardcode color values, and app templates don't
refer to palette variables at all. Scheme files bridge palette colors with
*intended uses*, and templates need only align those uses under an app's
expected config syntax.
Running these commands in sequence from the repo root should work
out-of-the-box after having installed the CLI tool.
## Applications
This repo provides palette-agnostic theme templates for `ghostty`,
`kitty`, `vim`/`neovim`, and `fzf` in the `templates/` directory.
Pre-generated *concrete* themes can be found in `app-config/`, if you'd
like to try an example out-of-the-box without using the `monobiome` CLI.
Raw palette colors can be found in `colors/` if you want to use them to
define static themes for other applications.
Themes files in the `app-config/` directory are generated for light and dark
modes of each biome, and named according to the following pattern:
Each of the files in the `app-config/` directory are named according to
```sh
<biome>-monobiome-<mode>.<filename>
<harshness>-<biome>-monobiome-<mode>.<ext>
```
One can set these themes for the provided applications as follows:
For example, `monobiome-tundra-dark-soft.vim` is the Vim theme file for the
dark `tundra` variant with the soft harshness level.
## Applications
- `kitty`
Find `kitty` themes in `app-config/kitty`. Themes can be activated in your
@@ -180,14 +106,12 @@ One can set these themes for the provided applications as follows:
```
Themes are generated using the [`kitty` theme
template](templates/kitty/active.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
theme file on Vim's runtime path and setting it in your
`.vimrc`/`init.vim`/`init.lua`
theme file on Vim's runtime path and setting it in your `.vimrc`/`init.vim`
with
```sh
@@ -195,7 +119,7 @@ One can set these themes for the provided applications as follows:
```
Themes are generated using the [`vim` theme
template](templates/nvim/theme.vim).
template](templates/apps/nvim/templates/theme.vim).
- `fzf`
@@ -208,7 +132,7 @@ One can set these themes for the provided applications as follows:
```
Themes are generated using the [`fzf` theme
template](templates/fzf/active.theme).
template](templates/apps/fzf/templates/active.theme).
- Firefox
@@ -216,96 +140,67 @@ One can set these themes for the provided applications as follows:
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/firefox/auto-manifest.json).
template](templates/apps/firefox/templates/none-dark.manifest.json).
Static [light][4] and [dark][5] themes are additionally available (i.e., that
don't change with system settings).
![Firefox theme previews](images/firefox/themes.png)
## CLI installation
A brief theme generation guide was provided in the [Generation
section](#generation), making use of the `monobiome` CLI. This tool can be
installed from PyPI, using `uv`/`pipx`/similar:
# 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
`templates/groups/theme`, which provide general theme variables you can use in
your own config templates.
```sh
uv tool install monobiome
# or
pipx install monobiome
For instance, in an app like `kitty`, you can define a template like
```conf
# base settings
background f{{theme.term.background}}
foreground f{{theme.term.foreground}}
selection_background f{{theme.term.selection_bg}}
selection_foreground f{{theme.term.selection_fg}}
cursor f{{theme.term.cursor}}
cursor_text_color f{{theme.term.cursor_text_color}}
# black
color0 f{{theme.term.normal.black}}
color8 f{{theme.term.bright.black}}
# red
color1 f{{theme.term.normal.red}}
color9 f{{theme.term.bright.red}}
# green
color2 f{{theme.term.normal.green}}
color10 f{{theme.term.bright.green}}
# yellow
color3 f{{theme.term.normal.yellow}}
color11 f{{theme.term.bright.yellow}}
# blue
color4 f{{theme.term.normal.blue}}
color12 f{{theme.term.bright.blue}}
# purple (red)
color5 f{{theme.term.normal.purple}}
color13 f{{theme.term.bright.purple}}
# cyan (blue)
color6 f{{theme.term.normal.cyan}}
color14 f{{theme.term.bright.cyan}}
## white
color7 f{{theme.term.normal.white}}
color15 f{{theme.term.bright.white}}
```
`monobiome` provides three subcommands:
- `monobiome palette`: generate palette files from raw parameterized curves
```
usage: monobiome palette [-h] [-n {hex,oklch}] [-f {json,toml}] [-o OUTPUT]
options:
-n {hex,oklch}, --notation {hex,oklch}
color notation to export (either hex or oklch)
-f {json,toml}, --format {json,toml}
format of palette file (either JSON or TOML)
-o OUTPUT, --output OUTPUT
output file to write palette content
```
- `monobiome scheme`: generate scheme files that match perceptual parameters
```
usage: monobiome scheme [-h] [-m {wcag,oklch,lightness}] [-d DISTANCE] [-o OUTPUT] [-l L_BASE]
[--l-step L_STEP] [--fg-gap FG_GAP] [--grey-gap GREY_GAP]
[--term-fg-gap TERM_FG_GAP]
{dark,light}
{alpine,badlands,chaparral,savanna,grassland,reef,tundra,heathland,moorland}
positional arguments:
{dark,light} scheme mode (light or dark)
{alpine,badlands,chaparral,savanna,grassland,reef,tundra,heathland,moorland}
biome setting for scheme.
options:
-m {wcag,oklch,lightness}, --metric {wcag,oklch,lightness}
metric to use for measuring swatch distances.
-d DISTANCE, --distance DISTANCE
distance threshold for specified metric
-o OUTPUT, --output OUTPUT
output file to write scheme content
-l L_BASE, --l-base L_BASE
minimum lightness level (default: 20)
--l-step L_STEP lightness step size (default: 5)
--fg-gap FG_GAP foreground lightness gap (default: 50)
--grey-gap GREY_GAP grey lightness gap (default: 30)
--term-fg-gap TERM_FG_GAP
terminal foreground lightness gap (default: 60)
```
- `monobiome fill`: produce concrete application themes from a given scheme and
app template
```
usage: monobiome fill [-h] [-p PALETTE] [-o OUTPUT] scheme [template]
positional arguments:
scheme scheme file path
template template file path (defaults to stdin)
options:
-p PALETTE, --palette PALETTE
palette file to use for color definitions
-o OUTPUT, --output OUTPUT
output file to write filled template
```
## Config management
The `monobiome` CLI tool attempts to provide the minimal functionality needed
to produce customized themes for individual applications. If seeking a more
holistic, system-wide approach, you might consider using [`symconf`][3], a
general-purpose application config manager. `symconf` provides the templating
subsystem used for `monobiome` internals, and can be configured to apply live
theme updates to many apps with a single command line invocation.
and use `symconf` to dynamically fill these variables based on a selected
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
[4]: https://addons.mozilla.org/en-US/firefox/collections/18495484/monobiome-light/
[5]: https://addons.mozilla.org/en-US/firefox/collections/18495484/monobiome-dark/

View File

@@ -1,6 +1,3 @@
*Note*: this document was written prior to `v1.0.0` and may not longer be an
accurate depiction of the `monobiome` internals.
# Themes
The currently available theme variants across biomes (`default`, `grassland`,
`tundra`, `savanna`), harshness (`hard`, `default`, `soft`), and scheme

View File

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#e4e4e4
--color=fg+:#d4d4d4
--color=bg:#262626
--color=bg+:#333333
--color=hl:#5e8de4
--color=hl+:#8ab1f8
--color=info:#9e9858
--color=marker:#87c28f
--color=prompt:#e15344
--color=spinner:#9e9858
--color=pointer:#e15344
--color=header:#87c28f
--color=border:#333333
--color=label:#aeaeae
--color=query:#e4e4e4
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#333333
--color=fg+:#404040
--color=bg:#f5f5f5
--color=bg+:#e4e4e4
--color=hl:#4d7ad1
--color=hl+:#365da9
--color=info:#7f7a42
--color=marker:#396740
--color=prompt:#db4b3d
--color=spinner:#7f7a42
--color=pointer:#db4b3d
--color=header:#396740
--color=border:#e4e4e4
--color=label:#aeaeae
--color=query:#333333
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#ece2e0
--color=fg+:#dbd2d0
--color=bg:#2c2523
--color=bg+:#383130
--color=hl:#5e8de4
--color=hl+:#8ab1f8
--color=info:#9e9858
--color=marker:#87c28f
--color=prompt:#e45748
--color=spinner:#9e9858
--color=pointer:#e45748
--color=header:#87c28f
--color=border:#383130
--color=label:#aeaeae
--color=query:#ece2e0
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#383130
--color=fg+:#453e3c
--color=bg:#fcf3f1
--color=bg+:#ece2e0
--color=hl:#4d7ad1
--color=hl+:#365da9
--color=info:#7f7a42
--color=marker:#396740
--color=prompt:#d84739
--color=spinner:#7f7a42
--color=pointer:#d84739
--color=header:#396740
--color=border:#ece2e0
--color=label:#aeaeae
--color=query:#383130
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#eae3dd
--color=fg+:#dad3cd
--color=bg:#2a2521
--color=bg+:#37322d
--color=hl:#5b8ae1
--color=hl+:#86aef7
--color=info:#9e9858
--color=marker:#87c28f
--color=prompt:#e45748
--color=spinner:#9e9858
--color=pointer:#e45748
--color=header:#87c28f
--color=border:#37322d
--color=label:#aeaeae
--color=query:#eae3dd
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#37322d
--color=fg+:#443f3a
--color=bg:#fbf4ee
--color=bg+:#eae3dd
--color=hl:#4f7dd5
--color=hl+:#365da9
--color=info:#7f7a42
--color=marker:#396740
--color=prompt:#d84739
--color=spinner:#7f7a42
--color=pointer:#d84739
--color=header:#396740
--color=border:#eae3dd
--color=label:#aeaeae
--color=query:#37322d
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -0,0 +1,23 @@
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:#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:#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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#e0e7e0
--color=fg+:#d0d6d0
--color=bg:#232823
--color=bg+:#2f3430
--color=hl:#5e8de4
--color=hl+:#8ab1f8
--color=info:#9e9858
--color=marker:#8bc593
--color=prompt:#e15344
--color=spinner:#9e9858
--color=pointer:#e15344
--color=header:#8bc593
--color=border:#2f3430
--color=label:#aeaeae
--color=query:#e0e7e0
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#2f3430
--color=fg+:#3c413c
--color=bg:#f0f7f1
--color=bg+:#e0e7e0
--color=hl:#4d7ad1
--color=hl+:#365da9
--color=info:#7f7a42
--color=marker:#396740
--color=prompt:#db4b3d
--color=spinner:#7f7a42
--color=pointer:#db4b3d
--color=header:#396740
--color=border:#e0e7e0
--color=label:#aeaeae
--color=query:#2f3430
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#e6e3eb
--color=fg+:#d6d2da
--color=bg:#28252b
--color=bg+:#343137
--color=hl:#5e8de4
--color=hl+:#8ab1f8
--color=info:#9b9555
--color=marker:#87c28f
--color=prompt:#e15344
--color=spinner:#9b9555
--color=pointer:#e15344
--color=header:#87c28f
--color=border:#343137
--color=label:#aeaeae
--color=query:#e6e3eb
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#343137
--color=fg+:#413e44
--color=bg:#f7f3fb
--color=bg+:#e6e3eb
--color=hl:#4d7ad1
--color=hl+:#345aa4
--color=info:#7f7a42
--color=marker:#3b6a42
--color=prompt:#db4b3d
--color=spinner:#7f7a42
--color=pointer:#db4b3d
--color=header:#3b6a42
--color=border:#e6e3eb
--color=label:#aeaeae
--color=query:#343137
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#ebe2e5
--color=fg+:#dad1d5
--color=bg:#2b2427
--color=bg+:#373134
--color=hl:#5e8de4
--color=hl+:#8ab1f8
--color=info:#9b9555
--color=marker:#87c28f
--color=prompt:#e45748
--color=spinner:#9b9555
--color=pointer:#e45748
--color=header:#87c28f
--color=border:#373134
--color=label:#aeaeae
--color=query:#ebe2e5
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#373134
--color=fg+:#453d40
--color=bg:#fbf2f6
--color=bg+:#ebe2e5
--color=hl:#4d7ad1
--color=hl+:#365da9
--color=info:#7f7a42
--color=marker:#3b6a42
--color=prompt:#d84739
--color=spinner:#7f7a42
--color=pointer:#d84739
--color=header:#3b6a42
--color=border:#ebe2e5
--color=label:#aeaeae
--color=query:#373134
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#dde7e8
--color=fg+:#ccd6d8
--color=bg:#202829
--color=bg+:#2d3535
--color=hl:#5e8de4
--color=hl+:#8ab1f8
--color=info:#9e9858
--color=marker:#87c28f
--color=prompt:#e15344
--color=spinner:#9e9858
--color=pointer:#e15344
--color=header:#87c28f
--color=border:#2d3535
--color=label:#aeaeae
--color=query:#dde7e8
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#2d3535
--color=fg+:#394142
--color=bg:#edf7f9
--color=bg+:#dde7e8
--color=hl:#4d7ad1
--color=hl+:#345aa4
--color=info:#7f7a42
--color=marker:#396740
--color=prompt:#db4b3d
--color=spinner:#7f7a42
--color=pointer:#db4b3d
--color=header:#396740
--color=border:#dde7e8
--color=label:#aeaeae
--color=query:#2d3535
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#e5e5dd
--color=fg+:#d5d5cd
--color=bg:#272721
--color=bg+:#34332d
--color=hl:#5e8de4
--color=hl+:#86aef7
--color=info:#9e9858
--color=marker:#8bc593
--color=prompt:#e15344
--color=spinner:#9e9858
--color=pointer:#e15344
--color=header:#8bc593
--color=border:#34332d
--color=label:#aeaeae
--color=query:#e5e5dd
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#34332d
--color=fg+:#404039
--color=bg:#f6f6ed
--color=bg+:#e5e5dd
--color=hl:#4f7dd5
--color=hl+:#365da9
--color=info:#7f7a42
--color=marker:#396740
--color=prompt:#db4b3d
--color=spinner:#7f7a42
--color=pointer:#db4b3d
--color=header:#396740
--color=border:#e5e5dd
--color=label:#aeaeae
--color=query:#34332d
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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

@@ -0,0 +1,23 @@
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:#e1e5ec
--color=fg+:#d0d4dc
--color=bg:#23272c
--color=bg+:#303339
--color=hl:#5e8de4
--color=hl+:#8ab1f8
--color=info:#9b9555
--color=marker:#87c28f
--color=prompt:#e15344
--color=spinner:#9b9555
--color=pointer:#e15344
--color=header:#87c28f
--color=border:#303339
--color=label:#aeaeae
--color=query:#e1e5ec
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -1,23 +0,0 @@
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=fg:#303339
--color=fg+:#3d4046
--color=bg:#f1f5fd
--color=bg+:#e1e5ec
--color=hl:#4d7ad1
--color=hl+:#345aa4
--color=info:#7f7a42
--color=marker:#396740
--color=prompt:#db4b3d
--color=spinner:#7f7a42
--color=pointer:#db4b3d
--color=header:#396740
--color=border:#e1e5ec
--color=label:#aeaeae
--color=query:#303339
--preview-window="border-bold" --prompt="> " --marker=">" --pointer="◆"
--separator="" --scrollbar="│"'

View File

@@ -1,41 +0,0 @@
# base settings
background = #262626
foreground = #e4e4e4
selection-background = #333333
selection-foreground = #d4d4d4
cursor-color = #d4d4d4
cursor-text = #333333
# black
palette = 0=#262626
palette = 8=#404040
# red
palette = 1=#e15344
palette = 9=#fa8979
# green
palette = 2=#64a46e
palette = 10=#87c28f
# yellow
palette = 3=#9e9858
palette = 11=#bdb778
# blue
palette = 4=#5e8de4
palette = 12=#8ab1f8
# magenta (red)
palette = 5=#c38141
palette = 13=#dfa36d
# cyan (blue)
palette = 6=#5e8de4
palette = 14=#8ab1f8
# white
palette = 7=#c4c4c4
palette = 15=#e4e4e4

View File

@@ -1,41 +0,0 @@
# base settings
background = #f5f5f5
foreground = #333333
selection-background = #e4e4e4
selection-foreground = #404040
cursor-color = #404040
cursor-text = #e4e4e4
# black
palette = 0=#f5f5f5
palette = 8=#d4d4d4
# red
palette = 1=#db4b3d
palette = 9=#b62920
# green
palette = 2=#4e8757
palette = 10=#396740
# yellow
palette = 3=#7f7a42
palette = 11=#615d2f
# blue
palette = 4=#4d7ad1
palette = 12=#365da9
# magenta (red)
palette = 5=#a4672a
palette = 13=#83501b
# cyan (blue)
palette = 6=#4d7ad1
palette = 14=#365da9
# white
palette = 7=#4d4d4d
palette = 15=#333333

View File

@@ -1,41 +0,0 @@
# base settings
background = #2c2523
foreground = #ece2e0
selection-background = #383130
selection-foreground = #dbd2d0
cursor-color = #dbd2d0
cursor-text = #383130
# black
palette = 0=#2c2523
palette = 8=#453e3c
# red
palette = 1=#e45748
palette = 9=#fa8979
# green
palette = 2=#64a46e
palette = 10=#87c28f
# yellow
palette = 3=#9e9858
palette = 11=#bdb778
# blue
palette = 4=#5e8de4
palette = 12=#8ab1f8
# magenta (red)
palette = 5=#c38141
palette = 13=#dfa36d
# cyan (blue)
palette = 6=#5e8de4
palette = 14=#8ab1f8
# white
palette = 7=#cbc2c0
palette = 15=#ece2e0

View File

@@ -1,41 +0,0 @@
# base settings
background = #fcf3f1
foreground = #383130
selection-background = #ece2e0
selection-foreground = #453e3c
cursor-color = #453e3c
cursor-text = #ece2e0
# black
palette = 0=#fcf3f1
palette = 8=#dbd2d0
# red
palette = 1=#d84739
palette = 9=#b2271d
# green
palette = 2=#4e8757
palette = 10=#396740
# yellow
palette = 3=#7f7a42
palette = 11=#615d2f
# blue
palette = 4=#4d7ad1
palette = 12=#365da9
# magenta (red)
palette = 5=#a4672a
palette = 13=#7f4e1a
# cyan (blue)
palette = 6=#4d7ad1
palette = 14=#365da9
# white
palette = 7=#534b4a
palette = 15=#383130

View File

@@ -1,41 +0,0 @@
# base settings
background = #2a2521
foreground = #eae3dd
selection-background = #37322d
selection-foreground = #dad3cd
cursor-color = #dad3cd
cursor-text = #37322d
# black
palette = 0=#2a2521
palette = 8=#443f3a
# red
palette = 1=#e45748
palette = 9=#fa8979
# green
palette = 2=#64a46e
palette = 10=#87c28f
# yellow
palette = 3=#9e9858
palette = 11=#bdb778
# blue
palette = 4=#5b8ae1
palette = 12=#86aef7
# magenta (red)
palette = 5=#c38141
palette = 13=#e1a772
# cyan (blue)
palette = 6=#5b8ae1
palette = 14=#86aef7
# white
palette = 7=#c9c3bd
palette = 15=#eae3dd

View File

@@ -1,41 +0,0 @@
# base settings
background = #fbf4ee
foreground = #37322d
selection-background = #eae3dd
selection-foreground = #443f3a
cursor-color = #443f3a
cursor-text = #eae3dd
# black
palette = 0=#fbf4ee
palette = 8=#dad3cd
# red
palette = 1=#d84739
palette = 9=#b2271d
# green
palette = 2=#4e8757
palette = 10=#396740
# yellow
palette = 3=#7f7a42
palette = 11=#615d2f
# blue
palette = 4=#4f7dd5
palette = 12=#365da9
# magenta (red)
palette = 5=#a4672a
palette = 13=#7f4e1a
# cyan (blue)
palette = 6=#4f7dd5
palette = 14=#365da9
# white
palette = 7=#524c47
palette = 15=#37322d

View File

@@ -1,41 +0,0 @@
# base settings
background = #232823
foreground = #e0e7e0
selection-background = #2f3430
selection-foreground = #d0d6d0
cursor-color = #d0d6d0
cursor-text = #2f3430
# black
palette = 0=#232823
palette = 8=#3c413c
# red
palette = 1=#e15344
palette = 9=#fa8979
# green
palette = 2=#64a46e
palette = 10=#8bc593
# yellow
palette = 3=#9e9858
palette = 11=#bdb778
# blue
palette = 4=#5e8de4
palette = 12=#8ab1f8
# magenta (red)
palette = 5=#c38141
palette = 13=#dfa36d
# cyan (blue)
palette = 6=#5e8de4
palette = 14=#8ab1f8
# white
palette = 7=#c0c6c0
palette = 15=#e0e7e0

View File

@@ -1,41 +0,0 @@
# base settings
background = #f0f7f1
foreground = #2f3430
selection-background = #e0e7e0
selection-foreground = #3c413c
cursor-color = #3c413c
cursor-text = #e0e7e0
# black
palette = 0=#f0f7f1
palette = 8=#d0d6d0
# red
palette = 1=#db4b3d
palette = 9=#b62920
# green
palette = 2=#4e8757
palette = 10=#396740
# yellow
palette = 3=#7f7a42
palette = 11=#615d2f
# blue
palette = 4=#4d7ad1
palette = 12=#365da9
# magenta (red)
palette = 5=#a4672a
palette = 13=#83501b
# cyan (blue)
palette = 6=#4d7ad1
palette = 14=#365da9
# white
palette = 7=#494f4a
palette = 15=#2f3430

View File

@@ -1,41 +0,0 @@
# base settings
background = #28252b
foreground = #e6e3eb
selection-background = #343137
selection-foreground = #d6d2da
cursor-color = #d6d2da
cursor-text = #343137
# black
palette = 0=#28252b
palette = 8=#413e44
# red
palette = 1=#e15344
palette = 9=#fa8979
# green
palette = 2=#64a46e
palette = 10=#87c28f
# yellow
palette = 3=#9b9555
palette = 11=#bab474
# blue
palette = 4=#5e8de4
palette = 12=#8ab1f8
# magenta (red)
palette = 5=#c38141
palette = 13=#dfa36d
# cyan (blue)
palette = 6=#5e8de4
palette = 14=#8ab1f8
# white
palette = 7=#c6c2ca
palette = 15=#e6e3eb

View File

@@ -1,41 +0,0 @@
# base settings
background = #f7f3fb
foreground = #343137
selection-background = #e6e3eb
selection-foreground = #413e44
cursor-color = #413e44
cursor-text = #e6e3eb
# black
palette = 0=#f7f3fb
palette = 8=#d6d2da
# red
palette = 1=#db4b3d
palette = 9=#b62920
# green
palette = 2=#4e8757
palette = 10=#3b6a42
# yellow
palette = 3=#7f7a42
palette = 11=#615d2f
# blue
palette = 4=#4d7ad1
palette = 12=#345aa4
# magenta (red)
palette = 5=#a4672a
palette = 13=#83501b
# cyan (blue)
palette = 6=#4d7ad1
palette = 14=#345aa4
# white
palette = 7=#4e4c52
palette = 15=#343137

View File

@@ -1,41 +0,0 @@
# base settings
background = #2b2427
foreground = #ebe2e5
selection-background = #373134
selection-foreground = #dad1d5
cursor-color = #dad1d5
cursor-text = #373134
# black
palette = 0=#2b2427
palette = 8=#453d40
# red
palette = 1=#e45748
palette = 9=#fa8979
# green
palette = 2=#64a46e
palette = 10=#87c28f
# yellow
palette = 3=#9b9555
palette = 11=#bab474
# blue
palette = 4=#5e8de4
palette = 12=#8ab1f8
# magenta (red)
palette = 5=#c38141
palette = 13=#dfa36d
# cyan (blue)
palette = 6=#5e8de4
palette = 14=#8ab1f8
# white
palette = 7=#cac1c5
palette = 15=#ebe2e5

View File

@@ -1,41 +0,0 @@
# base settings
background = #fbf2f6
foreground = #373134
selection-background = #ebe2e5
selection-foreground = #453d40
cursor-color = #453d40
cursor-text = #ebe2e5
# black
palette = 0=#fbf2f6
palette = 8=#dad1d5
# red
palette = 1=#d84739
palette = 9=#b2271d
# green
palette = 2=#4e8757
palette = 10=#3b6a42
# yellow
palette = 3=#7f7a42
palette = 11=#615d2f
# blue
palette = 4=#4d7ad1
palette = 12=#365da9
# magenta (red)
palette = 5=#a4672a
palette = 13=#83501b
# cyan (blue)
palette = 6=#4d7ad1
palette = 14=#365da9
# white
palette = 7=#524b4e
palette = 15=#373134

View File

@@ -1,41 +0,0 @@
# base settings
background = #202829
foreground = #dde7e8
selection-background = #2d3535
selection-foreground = #ccd6d8
cursor-color = #ccd6d8
cursor-text = #2d3535
# black
palette = 0=#202829
palette = 8=#394142
# red
palette = 1=#e15344
palette = 9=#f98475
# green
palette = 2=#64a46e
palette = 10=#87c28f
# yellow
palette = 3=#9e9858
palette = 11=#bdb778
# blue
palette = 4=#5e8de4
palette = 12=#8ab1f8
# magenta (red)
palette = 5=#c38141
palette = 13=#dfa36d
# cyan (blue)
palette = 6=#5e8de4
palette = 14=#8ab1f8
# white
palette = 7=#bcc6c7
palette = 15=#dde7e8

View File

@@ -1,41 +0,0 @@
# base settings
background = #edf7f9
foreground = #2d3535
selection-background = #dde7e8
selection-foreground = #394142
cursor-color = #394142
cursor-text = #dde7e8
# black
palette = 0=#edf7f9
palette = 8=#ccd6d8
# red
palette = 1=#db4b3d
palette = 9=#b62920
# green
palette = 2=#4e8757
palette = 10=#396740
# yellow
palette = 3=#7f7a42
palette = 11=#615d2f
# blue
palette = 4=#4d7ad1
palette = 12=#345aa4
# magenta (red)
palette = 5=#a4672a
palette = 13=#83501b
# cyan (blue)
palette = 6=#4d7ad1
palette = 14=#345aa4
# white
palette = 7=#464f50
palette = 15=#2d3535

View File

@@ -1,41 +0,0 @@
# base settings
background = #272721
foreground = #e5e5dd
selection-background = #34332d
selection-foreground = #d5d5cd
cursor-color = #d5d5cd
cursor-text = #34332d
# black
palette = 0=#272721
palette = 8=#404039
# red
palette = 1=#e15344
palette = 9=#fa8979
# green
palette = 2=#64a46e
palette = 10=#8bc593
# yellow
palette = 3=#9e9858
palette = 11=#bdb778
# blue
palette = 4=#5e8de4
palette = 12=#86aef7
# magenta (red)
palette = 5=#c38141
palette = 13=#dfa36d
# cyan (blue)
palette = 6=#5e8de4
palette = 14=#86aef7
# white
palette = 7=#c5c5bd
palette = 15=#e5e5dd

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