1 Commits

Author SHA1 Message Date
157f3078c0 increase contrast of FF theme bar border 2025-10-19 22:39:23 -07:00
202 changed files with 2504 additions and 16414 deletions

5
.gitignore vendored
View File

@@ -5,7 +5,6 @@ __pycache__/
.ipynb_checkpoints/ .ipynb_checkpoints/
.pytest_cache/ .pytest_cache/
.python-version .python-version
.venv/
# vendor and build files # vendor and build files
dist/ dist/
@@ -15,10 +14,8 @@ docs/_autosummary/
docs/_build/ docs/_build/
# local # local
notebooks/
/Makefile /Makefile
data/ data/
archive/ archive/
notebooks/color_spaces_manyview.ipynb
notebooks/oklch_srgb_spherical.ipynb

View File

@@ -86,18 +86,18 @@ reach >4.5 WCAG 2 contrast ratio (the standard requirement for small text on
the web) against all biome monotones for each theme: the web) against all biome monotones for each theme:
+ For BG l20 (harsh, dark) -> l65 is min lightness where all accents have CR + For BG l20 (harsh, dark) -> l65 is min lightness where all accents have CR
4.5 >=4.5
+ For BG l25 (regular, dark) -> l65 is min lightness where all accents have CR + For BG l25 (regular, dark) -> l65 is min lightness where all accents have CR
4.5 >=4.5
+ For BG l30 (soft, dark) -> l70 is min lightness where all accents have CR + For BG l30 (soft, dark) -> l70 is min lightness where all accents have CR
4.5 >=4.5
+ For BG l90 (harsh, dark) -> l45 is max lightness where all accents have CR + For BG l90 (harsh, dark) -> l45 is max lightness where all accents have CR
4.5 >=4.5
+ For BG l85 (regular, dark) -> l45 is min lightness where all accents have CR + For BG l85 (regular, dark) -> l45 is min lightness where all accents have CR
4.5 >=4.5
+ For BG l80 (soft, dark) -> l40 is min lightness where all accents have CR + For BG l80 (soft, dark) -> l40 is min lightness where all accents have CR
4.5 >=4.5
For the monotone boundaries (l15 and l95, neither of which are possible For the monotone boundaries (l15 and l95, neither of which are possible
backgrounds for terminal or nvim in the current theme definitions), the backgrounds for terminal or nvim in the current theme definitions), the
@@ -117,76 +117,3 @@ shade" of the l15-l95 shade group is l55, meaning these groups are very central
(the light triplet could move down by one shade step, but we want these accents (the light triplet could move down by one shade step, but we want these accents
to be as bright as we can get away with; otherwise, they are extremely dull in to be as bright as we can get away with; otherwise, they are extremely dull in
the light modes, and we thus don't mind bias toward a brighter lightness). the light modes, and we thus don't mind bias toward a brighter lightness).
The following table shows the lightness thresholds of accent colors required to
achieve various contrast ratios under different lightness levels of monotone
backgrounds. These ratios correspond to WCAG 2.2 standards:
- WCAG AA: contrast ratio ≥3:1 for large text, ≥4.5:1 for normal text
- WCAG AAA: contrast ratio ≥4.5:1 for large text, ≥7:1 for normal text
The official theme variants treat WCAG AA for normal text as the sweet spot,
but one could redefine accent selection around a more extreme contrast
threshold as desired.
<table>
<tr>
<th rowspan="2">Monotone<br>lightness</th>
<th colspan="3">Accent lightness for contrast ratio</th>
</tr>
<tr>
<th>3:1</th>
<th>4.5:1</th>
<th>7:1</th>
</tr>
<tr>
<td>=15%</td>
<td>≥50%</td>
<td>≥60%</td>
<td>≥75%</td>
</tr>
<tr>
<td>=20%</td>
<td>≥55%</td>
<td>≥65%</td>
<td>≥75%</td>
</tr>
<tr>
<td>=25%</td>
<td>≥55%</td>
<td>≥65%</td>
<td>≥80%</td>
</tr>
<tr>
<td>=30%</td>
<td>≥60%</td>
<td>≥70%</td>
<td>≥80%</td>
</tr>
<tr>
<td>=80%</td>
<td>≤50%</td>
<td>≤40%</td>
<td>≤30%</td>
</tr>
<tr>
<td>=85%</td>
<td>≤50%</td>
<td>≤45%</td>
<td>≤30%</td>
</tr>
<tr>
<td>=90%</td>
<td>≤55%</td>
<td>≤45%</td>
<td>≤35%</td>
</tr>
<tr>
<td>=95%</td>
<td>≤60%</td>
<td>≤50%</td>
<td>≤40%</td>
</tr>
</table>

View File

@@ -142,8 +142,6 @@ dark `tundra` variant with the soft harshness level.
each of which is generated using the [Firefox `manifest.json` each of which is generated using the [Firefox `manifest.json`
template](templates/apps/firefox/templates/none-dark.manifest.json). template](templates/apps/firefox/templates/none-dark.manifest.json).
Static [light][4] and [dark][5] are additionally available.
![Firefox theme previews](images/firefox/themes.png) ![Firefox theme previews](images/firefox/themes.png)
# Switching themes # Switching themes
@@ -206,5 +204,3 @@ biome/harshness/mode. This can be done for any app config file.
[1]: https://github.com/isa/TextMate-Themes/blob/master/monoindustrial.tmTheme [1]: https://github.com/isa/TextMate-Themes/blob/master/monoindustrial.tmTheme
[2]: https://addons.mozilla.org/en-US/firefox/collections/18495484/monobiome/ [2]: https://addons.mozilla.org/en-US/firefox/collections/18495484/monobiome/
[3]: https://github.com/ologio/symconf [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

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#222222 --color=bg:#222222
--color=bg+:#2e2e2e --color=bg+:#2e2e2e
--color=hl:#5f8de4 --color=hl:#658ed9
--color=hl+:#85aef9 --color=hl+:#8daeeb
--color=info:#959263 --color=info:#989250
--color=marker:#8dbc93 --color=marker:#80c089
--color=prompt:#e65b4c --color=prompt:#e95949
--color=spinner:#959263 --color=spinner:#989250
--color=pointer:#e65b4c --color=pointer:#e95949
--color=header:#8dbc93 --color=header:#80c089
--color=border:#2e2e2e --color=border:#2e2e2e
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#dedede --color=bg:#dedede
--color=bg+:#cecece --color=bg+:#cecece
--color=hl:#3860ad --color=hl:#3860ac
--color=hl+:#254582 --color=hl+:#234485
--color=info:#686540 --color=info:#6a6535
--color=marker:#2f5134 --color=marker:#25532e
--color=prompt:#b1291f --color=prompt:#b42219
--color=spinner:#686540 --color=spinner:#6a6535
--color=pointer:#b1291f --color=pointer:#b42219
--color=header:#2f5134 --color=header:#25532e
--color=border:#cecece --color=border:#cecece
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#27201f --color=bg:#27201f
--color=bg+:#332c2b --color=bg+:#332c2b
--color=hl:#5f8de4 --color=hl:#658ed9
--color=hl+:#85aef9 --color=hl+:#8daeeb
--color=info:#959263 --color=info:#989250
--color=marker:#8dbc93 --color=marker:#80c089
--color=prompt:#e65b4c --color=prompt:#e95949
--color=spinner:#959263 --color=spinner:#989250
--color=pointer:#e65b4c --color=pointer:#e95949
--color=header:#8dbc93 --color=header:#80c089
--color=border:#332c2b --color=border:#332c2b
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#e5dbda --color=bg:#e5dbda
--color=bg+:#d5cbca --color=bg+:#d5cbca
--color=hl:#3860ad --color=hl:#3860ac
--color=hl+:#254582 --color=hl+:#234485
--color=info:#686540 --color=info:#6a6535
--color=marker:#2f5134 --color=marker:#25532e
--color=prompt:#b1291f --color=prompt:#b42219
--color=spinner:#686540 --color=spinner:#6a6535
--color=pointer:#b1291f --color=pointer:#b42219
--color=header:#2f5134 --color=header:#25532e
--color=border:#d5cbca --color=border:#d5cbca
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#26211c --color=bg:#26211c
--color=bg+:#322d28 --color=bg+:#322d28
--color=hl:#5f8de4 --color=hl:#658ed9
--color=hl+:#85aef9 --color=hl+:#8daeeb
--color=info:#959263 --color=info:#989250
--color=marker:#8dbc93 --color=marker:#80c089
--color=prompt:#e65b4c --color=prompt:#e95949
--color=spinner:#959263 --color=spinner:#989250
--color=pointer:#e65b4c --color=pointer:#e95949
--color=header:#8dbc93 --color=header:#80c089
--color=border:#322d28 --color=border:#322d28
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#e4ddd7 --color=bg:#e4ddd7
--color=bg+:#d3ccc7 --color=bg+:#d3ccc7
--color=hl:#3860ad --color=hl:#3860ac
--color=hl+:#254582 --color=hl+:#234485
--color=info:#686540 --color=info:#6a6535
--color=marker:#2f5134 --color=marker:#25532e
--color=prompt:#b1291f --color=prompt:#b42219
--color=spinner:#686540 --color=spinner:#6a6535
--color=pointer:#b1291f --color=pointer:#b42219
--color=header:#2f5134 --color=header:#25532e
--color=border:#d3ccc7 --color=border:#d3ccc7
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#1e231f --color=bg:#1e231f
--color=bg+:#2a2f2b --color=bg+:#2a2f2b
--color=hl:#5f8de4 --color=hl:#658ed9
--color=hl+:#85aef9 --color=hl+:#8daeeb
--color=info:#959263 --color=info:#989250
--color=marker:#8dbc93 --color=marker:#80c089
--color=prompt:#e65b4c --color=prompt:#e95949
--color=spinner:#959263 --color=spinner:#989250
--color=pointer:#e65b4c --color=pointer:#e95949
--color=header:#8dbc93 --color=header:#80c089
--color=border:#2a2f2b --color=border:#2a2f2b
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#d9e0da --color=bg:#d9e0da
--color=bg+:#c9d0ca --color=bg+:#c9d0ca
--color=hl:#3860ad --color=hl:#3860ac
--color=hl+:#254582 --color=hl+:#234485
--color=info:#686540 --color=info:#6a6535
--color=marker:#2f5134 --color=marker:#25532e
--color=prompt:#b1291f --color=prompt:#b42219
--color=spinner:#686540 --color=spinner:#6a6535
--color=pointer:#b1291f --color=pointer:#b42219
--color=header:#2f5134 --color=header:#25532e
--color=border:#c9d0ca --color=border:#c9d0ca
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#22221c --color=bg:#22221c
--color=bg+:#2f2e28 --color=bg+:#2f2e28
--color=hl:#5f8de4 --color=hl:#658ed9
--color=hl+:#85aef9 --color=hl+:#8daeeb
--color=info:#959263 --color=info:#989250
--color=marker:#8dbc93 --color=marker:#80c089
--color=prompt:#e65b4c --color=prompt:#e95949
--color=spinner:#959263 --color=spinner:#989250
--color=pointer:#e65b4c --color=pointer:#e95949
--color=header:#8dbc93 --color=header:#80c089
--color=border:#2f2e28 --color=border:#2f2e28
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#dfded6 --color=bg:#dfded6
--color=bg+:#cfcec6 --color=bg+:#cfcec6
--color=hl:#3860ad --color=hl:#3860ac
--color=hl+:#254582 --color=hl+:#234485
--color=info:#686540 --color=info:#6a6535
--color=marker:#2f5134 --color=marker:#25532e
--color=prompt:#b1291f --color=prompt:#b42219
--color=spinner:#686540 --color=spinner:#6a6535
--color=pointer:#b1291f --color=pointer:#b42219
--color=header:#2f5134 --color=header:#25532e
--color=border:#cfcec6 --color=border:#cfcec6
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#1f2227 --color=bg:#1f2227
--color=bg+:#2b2e33 --color=bg+:#2b2e33
--color=hl:#5f8de4 --color=hl:#658ed9
--color=hl+:#85aef9 --color=hl+:#8daeeb
--color=info:#959263 --color=info:#989250
--color=marker:#8dbc93 --color=marker:#80c089
--color=prompt:#e65b4c --color=prompt:#e95949
--color=spinner:#959263 --color=spinner:#989250
--color=pointer:#e65b4c --color=pointer:#e95949
--color=header:#8dbc93 --color=header:#80c089
--color=border:#2b2e33 --color=border:#2b2e33
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#dadee6 --color=bg:#dadee6
--color=bg+:#caced5 --color=bg+:#caced5
--color=hl:#3860ad --color=hl:#3860ac
--color=hl+:#254582 --color=hl+:#234485
--color=info:#686540 --color=info:#6a6535
--color=marker:#2f5134 --color=marker:#25532e
--color=prompt:#b1291f --color=prompt:#b42219
--color=spinner:#686540 --color=spinner:#6a6535
--color=pointer:#b1291f --color=pointer:#b42219
--color=header:#2f5134 --color=header:#25532e
--color=border:#caced5 --color=border:#caced5
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#161616 --color=bg:#161616
--color=bg+:#222222 --color=bg+:#222222
--color=hl:#507dd4 --color=hl:#557ecc
--color=hl+:#709df0 --color=hl+:#799ee3
--color=info:#868256 --color=info:#888346
--color=marker:#7aad81 --color=marker:#6eb178
--color=prompt:#d7473a --color=prompt:#dc4234
--color=spinner:#868256 --color=spinner:#888346
--color=pointer:#d7473a --color=pointer:#dc4234
--color=header:#7aad81 --color=header:#6eb178
--color=border:#222222 --color=border:#222222
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#eeeeee --color=bg:#eeeeee
--color=bg+:#dedede --color=bg+:#dedede
--color=hl:#436ec1 --color=hl:#456fbe
--color=hl+:#2e5297 --color=hl+:#2d5299
--color=info:#77744b --color=info:#79743d
--color=marker:#3a603f --color=marker:#2e6337
--color=prompt:#c5372b --color=prompt:#ca2f24
--color=spinner:#77744b --color=spinner:#79743d
--color=pointer:#c5372b --color=pointer:#ca2f24
--color=header:#3a603f --color=header:#2e6337
--color=border:#dedede --color=border:#dedede
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#1b1413 --color=bg:#1b1413
--color=bg+:#27201f --color=bg+:#27201f
--color=hl:#507dd4 --color=hl:#557ecc
--color=hl+:#709df0 --color=hl+:#799ee3
--color=info:#868256 --color=info:#888346
--color=marker:#7aad81 --color=marker:#6eb178
--color=prompt:#d7473a --color=prompt:#dc4234
--color=spinner:#868256 --color=spinner:#888346
--color=pointer:#d7473a --color=pointer:#dc4234
--color=header:#7aad81 --color=header:#6eb178
--color=border:#27201f --color=border:#27201f
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#f6ecea --color=bg:#f6ecea
--color=bg+:#e5dbda --color=bg+:#e5dbda
--color=hl:#436ec1 --color=hl:#456fbe
--color=hl+:#2e5297 --color=hl+:#2d5299
--color=info:#77744b --color=info:#79743d
--color=marker:#3a603f --color=marker:#2e6337
--color=prompt:#c5372b --color=prompt:#ca2f24
--color=spinner:#77744b --color=spinner:#79743d
--color=pointer:#c5372b --color=pointer:#ca2f24
--color=header:#3a603f --color=header:#2e6337
--color=border:#e5dbda --color=border:#e5dbda
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#1a1511 --color=bg:#1a1511
--color=bg+:#26211c --color=bg+:#26211c
--color=hl:#507dd4 --color=hl:#557ecc
--color=hl+:#709df0 --color=hl+:#799ee3
--color=info:#868256 --color=info:#888346
--color=marker:#7aad81 --color=marker:#6eb178
--color=prompt:#d7473a --color=prompt:#dc4234
--color=spinner:#868256 --color=spinner:#888346
--color=pointer:#d7473a --color=pointer:#dc4234
--color=header:#7aad81 --color=header:#6eb178
--color=border:#26211c --color=border:#26211c
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#f4ede7 --color=bg:#f4ede7
--color=bg+:#e4ddd7 --color=bg+:#e4ddd7
--color=hl:#436ec1 --color=hl:#456fbe
--color=hl+:#2e5297 --color=hl+:#2d5299
--color=info:#77744b --color=info:#79743d
--color=marker:#3a603f --color=marker:#2e6337
--color=prompt:#c5372b --color=prompt:#ca2f24
--color=spinner:#77744b --color=spinner:#79743d
--color=pointer:#c5372b --color=pointer:#ca2f24
--color=header:#3a603f --color=header:#2e6337
--color=border:#e4ddd7 --color=border:#e4ddd7
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#131713 --color=bg:#131713
--color=bg+:#1e231f --color=bg+:#1e231f
--color=hl:#507dd4 --color=hl:#557ecc
--color=hl+:#709df0 --color=hl+:#799ee3
--color=info:#868256 --color=info:#888346
--color=marker:#7aad81 --color=marker:#6eb178
--color=prompt:#d7473a --color=prompt:#dc4234
--color=spinner:#868256 --color=spinner:#888346
--color=pointer:#d7473a --color=pointer:#dc4234
--color=header:#7aad81 --color=header:#6eb178
--color=border:#1e231f --color=border:#1e231f
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#eaf1ea --color=bg:#eaf1ea
--color=bg+:#d9e0da --color=bg+:#d9e0da
--color=hl:#436ec1 --color=hl:#456fbe
--color=hl+:#2e5297 --color=hl+:#2d5299
--color=info:#77744b --color=info:#79743d
--color=marker:#3a603f --color=marker:#2e6337
--color=prompt:#c5372b --color=prompt:#ca2f24
--color=spinner:#77744b --color=spinner:#79743d
--color=pointer:#c5372b --color=pointer:#ca2f24
--color=header:#3a603f --color=header:#2e6337
--color=border:#d9e0da --color=border:#d9e0da
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#171611 --color=bg:#171611
--color=bg+:#22221c --color=bg+:#22221c
--color=hl:#507dd4 --color=hl:#557ecc
--color=hl+:#709df0 --color=hl+:#799ee3
--color=info:#868256 --color=info:#888346
--color=marker:#7aad81 --color=marker:#6eb178
--color=prompt:#d7473a --color=prompt:#dc4234
--color=spinner:#868256 --color=spinner:#888346
--color=pointer:#d7473a --color=pointer:#dc4234
--color=header:#7aad81 --color=header:#6eb178
--color=border:#22221c --color=border:#22221c
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#efefe7 --color=bg:#efefe7
--color=bg+:#dfded6 --color=bg+:#dfded6
--color=hl:#436ec1 --color=hl:#456fbe
--color=hl+:#2e5297 --color=hl+:#2d5299
--color=info:#77744b --color=info:#79743d
--color=marker:#3a603f --color=marker:#2e6337
--color=prompt:#c5372b --color=prompt:#ca2f24
--color=spinner:#77744b --color=spinner:#79743d
--color=pointer:#c5372b --color=pointer:#ca2f24
--color=header:#3a603f --color=header:#2e6337
--color=border:#dfded6 --color=border:#dfded6
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#13161b --color=bg:#13161b
--color=bg+:#1f2227 --color=bg+:#1f2227
--color=hl:#507dd4 --color=hl:#557ecc
--color=hl+:#709df0 --color=hl+:#799ee3
--color=info:#868256 --color=info:#888346
--color=marker:#7aad81 --color=marker:#6eb178
--color=prompt:#d7473a --color=prompt:#dc4234
--color=spinner:#868256 --color=spinner:#888346
--color=pointer:#d7473a --color=pointer:#dc4234
--color=header:#7aad81 --color=header:#6eb178
--color=border:#1f2227 --color=border:#1f2227
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#eaeff6 --color=bg:#eaeff6
--color=bg+:#dadee6 --color=bg+:#dadee6
--color=hl:#436ec1 --color=hl:#456fbe
--color=hl+:#2e5297 --color=hl+:#2d5299
--color=info:#77744b --color=info:#79743d
--color=marker:#3a603f --color=marker:#2e6337
--color=prompt:#c5372b --color=prompt:#ca2f24
--color=spinner:#77744b --color=spinner:#79743d
--color=pointer:#c5372b --color=pointer:#ca2f24
--color=header:#3a603f --color=header:#2e6337
--color=border:#dadee6 --color=border:#dadee6
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#2e2e2e --color=bg:#2e2e2e
--color=bg+:#3a3a3a --color=bg+:#3a3a3a
--color=hl:#709df0 --color=hl:#799ee3
--color=hl+:#9bbefe --color=hl+:#a2bef2
--color=info:#a5a172 --color=info:#a7a15f
--color=marker:#a2caa6 --color=marker:#94cf9c
--color=prompt:#f27262 --color=prompt:#f37060
--color=spinner:#a5a172 --color=spinner:#a7a15f
--color=pointer:#f27262 --color=pointer:#f37060
--color=header:#a2caa6 --color=header:#94cf9c
--color=border:#3a3a3a --color=border:#3a3a3a
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#cecece --color=bg:#cecece
--color=bg+:#bebebe --color=bg+:#bebebe
--color=hl:#2e5297 --color=hl:#2d5299
--color=hl+:#1d386c --color=hl+:#1a3771
--color=info:#5a5736 --color=info:#5b572e
--color=marker:#26422a --color=marker:#1c4524
--color=prompt:#9b1e16 --color=prompt:#9d1a13
--color=spinner:#5a5736 --color=spinner:#5b572e
--color=pointer:#9b1e16 --color=pointer:#9d1a13
--color=header:#26422a --color=header:#1c4524
--color=border:#bebebe --color=border:#bebebe
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#332c2b --color=bg:#332c2b
--color=bg+:#403837 --color=bg+:#403837
--color=hl:#709df0 --color=hl:#799ee3
--color=hl+:#9bbefe --color=hl+:#a2bef2
--color=info:#a5a172 --color=info:#a7a15f
--color=marker:#a2caa6 --color=marker:#94cf9c
--color=prompt:#f27262 --color=prompt:#f37060
--color=spinner:#a5a172 --color=spinner:#a7a15f
--color=pointer:#f27262 --color=pointer:#f37060
--color=header:#a2caa6 --color=header:#94cf9c
--color=border:#403837 --color=border:#403837
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#d5cbca --color=bg:#d5cbca
--color=bg+:#c5bbba --color=bg+:#c5bbba
--color=hl:#2e5297 --color=hl:#2d5299
--color=hl+:#1d386c --color=hl+:#1a3771
--color=info:#5a5736 --color=info:#5b572e
--color=marker:#26422a --color=marker:#1c4524
--color=prompt:#9b1e16 --color=prompt:#9d1a13
--color=spinner:#5a5736 --color=spinner:#5b572e
--color=pointer:#9b1e16 --color=pointer:#9d1a13
--color=header:#26422a --color=header:#1c4524
--color=border:#c5bbba --color=border:#c5bbba
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#322d28 --color=bg:#322d28
--color=bg+:#3f3935 --color=bg+:#3f3935
--color=hl:#709df0 --color=hl:#799ee3
--color=hl+:#9bbefe --color=hl+:#a2bef2
--color=info:#a5a172 --color=info:#a7a15f
--color=marker:#a2caa6 --color=marker:#94cf9c
--color=prompt:#f27262 --color=prompt:#f37060
--color=spinner:#a5a172 --color=spinner:#a7a15f
--color=pointer:#f27262 --color=pointer:#f37060
--color=header:#a2caa6 --color=header:#94cf9c
--color=border:#3f3935 --color=border:#3f3935
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#d3ccc7 --color=bg:#d3ccc7
--color=bg+:#c3bcb7 --color=bg+:#c3bcb7
--color=hl:#2e5297 --color=hl:#2d5299
--color=hl+:#1d386c --color=hl+:#1a3771
--color=info:#5a5736 --color=info:#5b572e
--color=marker:#26422a --color=marker:#1c4524
--color=prompt:#9b1e16 --color=prompt:#9d1a13
--color=spinner:#5a5736 --color=spinner:#5b572e
--color=pointer:#9b1e16 --color=pointer:#9d1a13
--color=header:#26422a --color=header:#1c4524
--color=border:#c3bcb7 --color=border:#c3bcb7
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#2a2f2b --color=bg:#2a2f2b
--color=bg+:#373c37 --color=bg+:#373c37
--color=hl:#709df0 --color=hl:#799ee3
--color=hl+:#9bbefe --color=hl+:#a2bef2
--color=info:#a5a172 --color=info:#a7a15f
--color=marker:#a2caa6 --color=marker:#94cf9c
--color=prompt:#f27262 --color=prompt:#f37060
--color=spinner:#a5a172 --color=spinner:#a7a15f
--color=pointer:#f27262 --color=pointer:#f37060
--color=header:#a2caa6 --color=header:#94cf9c
--color=border:#373c37 --color=border:#373c37
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#c9d0ca --color=bg:#c9d0ca
--color=bg+:#b9c0ba --color=bg+:#b9c0ba
--color=hl:#2e5297 --color=hl:#2d5299
--color=hl+:#1d386c --color=hl+:#1a3771
--color=info:#5a5736 --color=info:#5b572e
--color=marker:#26422a --color=marker:#1c4524
--color=prompt:#9b1e16 --color=prompt:#9d1a13
--color=spinner:#5a5736 --color=spinner:#5b572e
--color=pointer:#9b1e16 --color=pointer:#9d1a13
--color=header:#26422a --color=header:#1c4524
--color=border:#b9c0ba --color=border:#b9c0ba
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#2f2e28 --color=bg:#2f2e28
--color=bg+:#3b3b34 --color=bg+:#3b3b34
--color=hl:#709df0 --color=hl:#799ee3
--color=hl+:#9bbefe --color=hl+:#a2bef2
--color=info:#a5a172 --color=info:#a7a15f
--color=marker:#a2caa6 --color=marker:#94cf9c
--color=prompt:#f27262 --color=prompt:#f37060
--color=spinner:#a5a172 --color=spinner:#a7a15f
--color=pointer:#f27262 --color=pointer:#f37060
--color=header:#a2caa6 --color=header:#94cf9c
--color=border:#3b3b34 --color=border:#3b3b34
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#cfcec6 --color=bg:#cfcec6
--color=bg+:#bfbeb6 --color=bg+:#bfbeb6
--color=hl:#2e5297 --color=hl:#2d5299
--color=hl+:#1d386c --color=hl+:#1a3771
--color=info:#5a5736 --color=info:#5b572e
--color=marker:#26422a --color=marker:#1c4524
--color=prompt:#9b1e16 --color=prompt:#9d1a13
--color=spinner:#5a5736 --color=spinner:#5b572e
--color=pointer:#9b1e16 --color=pointer:#9d1a13
--color=header:#26422a --color=header:#1c4524
--color=border:#bfbeb6 --color=border:#bfbeb6
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#2b2e33 --color=bg:#2b2e33
--color=bg+:#373b40 --color=bg+:#373b40
--color=hl:#709df0 --color=hl:#799ee3
--color=hl+:#9bbefe --color=hl+:#a2bef2
--color=info:#a5a172 --color=info:#a7a15f
--color=marker:#a2caa6 --color=marker:#94cf9c
--color=prompt:#f27262 --color=prompt:#f37060
--color=spinner:#a5a172 --color=spinner:#a7a15f
--color=pointer:#f27262 --color=pointer:#f37060
--color=header:#a2caa6 --color=header:#94cf9c
--color=border:#373b40 --color=border:#373b40
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -4,15 +4,15 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=bg:#caced5 --color=bg:#caced5
--color=bg+:#babec5 --color=bg+:#babec5
--color=hl:#2e5297 --color=hl:#2d5299
--color=hl+:#1d386c --color=hl+:#1a3771
--color=info:#5a5736 --color=info:#5b572e
--color=marker:#26422a --color=marker:#1c4524
--color=prompt:#9b1e16 --color=prompt:#9d1a13
--color=spinner:#5a5736 --color=spinner:#5b572e
--color=pointer:#9b1e16 --color=pointer:#9d1a13
--color=header:#26422a --color=header:#1c4524
--color=border:#babec5 --color=border:#babec5
--color=label:#aeaeae --color=label:#aeaeae

View File

@@ -13,28 +13,28 @@ color0 #222222
color8 #3a3a3a color8 #3a3a3a
# red # red
color1 #e65b4c color1 #e95949
color9 #fa8979 color9 #fa897a
# green # green
color2 #6a9e71 color2 #5da268
color10 #8dbc93 color10 #80c089
# yellow # yellow
color3 #959263 color3 #989250
color11 #b4b084 color11 #b7b170
# blue # blue
color4 #5f8de4 color4 #658ed9
color12 #85aef9 color12 #8daeeb
# magenta (red) # magenta (red)
color5 #c07e3f color5 #c97920
color13 #daa06c color13 #e79a51
# cyan (blue) # cyan (blue)
color6 #5f8de4 color6 #658ed9
color14 #85aef9 color14 #8daeeb
## white ## white
color7 #bebebe color7 #bebebe

View File

@@ -13,28 +13,28 @@ color0 #dedede
color8 #bebebe color8 #bebebe
# red # red
color1 #b1291f color1 #b42219
color9 #85150f color9 #85160f
# green # green
color2 #446f4b color2 #377242
color10 #2f5134 color10 #25532e
# yellow # yellow
color3 #686540 color3 #6a6535
color11 #4b492c color11 #4c4928
# blue # blue
color4 #3860ad color4 #3860ac
color12 #254582 color12 #234485
# magenta (red) # magenta (red)
color5 #8b551b color5 #905201
color13 #673c0e color13 #673c0c
# cyan (blue) # cyan (blue)
color6 #3860ad color6 #3860ac
color14 #254582 color14 #234485
## white ## white
color7 #3a3a3a color7 #3a3a3a

View File

@@ -13,28 +13,28 @@ color0 #27201f
color8 #403837 color8 #403837
# red # red
color1 #e65b4c color1 #e95949
color9 #fa8979 color9 #fa897a
# green # green
color2 #6a9e71 color2 #5da268
color10 #8dbc93 color10 #80c089
# yellow # yellow
color3 #959263 color3 #989250
color11 #b4b084 color11 #b7b170
# blue # blue
color4 #5f8de4 color4 #658ed9
color12 #85aef9 color12 #8daeeb
# magenta (red) # magenta (red)
color5 #c07e3f color5 #c97920
color13 #daa06c color13 #e79a51
# cyan (blue) # cyan (blue)
color6 #5f8de4 color6 #658ed9
color14 #85aef9 color14 #8daeeb
## white ## white
color7 #c5bbba color7 #c5bbba

View File

@@ -13,28 +13,28 @@ color0 #e5dbda
color8 #c5bbba color8 #c5bbba
# red # red
color1 #b1291f color1 #b42219
color9 #85150f color9 #85160f
# green # green
color2 #446f4b color2 #377242
color10 #2f5134 color10 #25532e
# yellow # yellow
color3 #686540 color3 #6a6535
color11 #4b492c color11 #4c4928
# blue # blue
color4 #3860ad color4 #3860ac
color12 #254582 color12 #234485
# magenta (red) # magenta (red)
color5 #8b551b color5 #905201
color13 #673c0e color13 #673c0c
# cyan (blue) # cyan (blue)
color6 #3860ad color6 #3860ac
color14 #254582 color14 #234485
## white ## white
color7 #403837 color7 #403837

View File

@@ -13,28 +13,28 @@ color0 #26211c
color8 #3f3935 color8 #3f3935
# red # red
color1 #e65b4c color1 #e95949
color9 #fa8979 color9 #fa897a
# green # green
color2 #6a9e71 color2 #5da268
color10 #8dbc93 color10 #80c089
# yellow # yellow
color3 #959263 color3 #989250
color11 #b4b084 color11 #b7b170
# blue # blue
color4 #5f8de4 color4 #658ed9
color12 #85aef9 color12 #8daeeb
# magenta (red) # magenta (red)
color5 #c07e3f color5 #c97920
color13 #daa06c color13 #e79a51
# cyan (blue) # cyan (blue)
color6 #5f8de4 color6 #658ed9
color14 #85aef9 color14 #8daeeb
## white ## white
color7 #c3bcb7 color7 #c3bcb7

View File

@@ -13,28 +13,28 @@ color0 #e4ddd7
color8 #c3bcb7 color8 #c3bcb7
# red # red
color1 #b1291f color1 #b42219
color9 #85150f color9 #85160f
# green # green
color2 #446f4b color2 #377242
color10 #2f5134 color10 #25532e
# yellow # yellow
color3 #686540 color3 #6a6535
color11 #4b492c color11 #4c4928
# blue # blue
color4 #3860ad color4 #3860ac
color12 #254582 color12 #234485
# magenta (red) # magenta (red)
color5 #8b551b color5 #905201
color13 #673c0e color13 #673c0c
# cyan (blue) # cyan (blue)
color6 #3860ad color6 #3860ac
color14 #254582 color14 #234485
## white ## white
color7 #3f3935 color7 #3f3935

View File

@@ -13,28 +13,28 @@ color0 #1e231f
color8 #373c37 color8 #373c37
# red # red
color1 #e65b4c color1 #e95949
color9 #fa8979 color9 #fa897a
# green # green
color2 #6a9e71 color2 #5da268
color10 #8dbc93 color10 #80c089
# yellow # yellow
color3 #959263 color3 #989250
color11 #b4b084 color11 #b7b170
# blue # blue
color4 #5f8de4 color4 #658ed9
color12 #85aef9 color12 #8daeeb
# magenta (red) # magenta (red)
color5 #c07e3f color5 #c97920
color13 #daa06c color13 #e79a51
# cyan (blue) # cyan (blue)
color6 #5f8de4 color6 #658ed9
color14 #85aef9 color14 #8daeeb
## white ## white
color7 #b9c0ba color7 #b9c0ba

View File

@@ -13,28 +13,28 @@ color0 #d9e0da
color8 #b9c0ba color8 #b9c0ba
# red # red
color1 #b1291f color1 #b42219
color9 #85150f color9 #85160f
# green # green
color2 #446f4b color2 #377242
color10 #2f5134 color10 #25532e
# yellow # yellow
color3 #686540 color3 #6a6535
color11 #4b492c color11 #4c4928
# blue # blue
color4 #3860ad color4 #3860ac
color12 #254582 color12 #234485
# magenta (red) # magenta (red)
color5 #8b551b color5 #905201
color13 #673c0e color13 #673c0c
# cyan (blue) # cyan (blue)
color6 #3860ad color6 #3860ac
color14 #254582 color14 #234485
## white ## white
color7 #373c37 color7 #373c37

View File

@@ -13,28 +13,28 @@ color0 #22221c
color8 #3b3b34 color8 #3b3b34
# red # red
color1 #e65b4c color1 #e95949
color9 #fa8979 color9 #fa897a
# green # green
color2 #6a9e71 color2 #5da268
color10 #8dbc93 color10 #80c089
# yellow # yellow
color3 #959263 color3 #989250
color11 #b4b084 color11 #b7b170
# blue # blue
color4 #5f8de4 color4 #658ed9
color12 #85aef9 color12 #8daeeb
# magenta (red) # magenta (red)
color5 #c07e3f color5 #c97920
color13 #daa06c color13 #e79a51
# cyan (blue) # cyan (blue)
color6 #5f8de4 color6 #658ed9
color14 #85aef9 color14 #8daeeb
## white ## white
color7 #bfbeb6 color7 #bfbeb6

View File

@@ -13,28 +13,28 @@ color0 #dfded6
color8 #bfbeb6 color8 #bfbeb6
# red # red
color1 #b1291f color1 #b42219
color9 #85150f color9 #85160f
# green # green
color2 #446f4b color2 #377242
color10 #2f5134 color10 #25532e
# yellow # yellow
color3 #686540 color3 #6a6535
color11 #4b492c color11 #4c4928
# blue # blue
color4 #3860ad color4 #3860ac
color12 #254582 color12 #234485
# magenta (red) # magenta (red)
color5 #8b551b color5 #905201
color13 #673c0e color13 #673c0c
# cyan (blue) # cyan (blue)
color6 #3860ad color6 #3860ac
color14 #254582 color14 #234485
## white ## white
color7 #3b3b34 color7 #3b3b34

View File

@@ -13,28 +13,28 @@ color0 #1f2227
color8 #373b40 color8 #373b40
# red # red
color1 #e65b4c color1 #e95949
color9 #fa8979 color9 #fa897a
# green # green
color2 #6a9e71 color2 #5da268
color10 #8dbc93 color10 #80c089
# yellow # yellow
color3 #959263 color3 #989250
color11 #b4b084 color11 #b7b170
# blue # blue
color4 #5f8de4 color4 #658ed9
color12 #85aef9 color12 #8daeeb
# magenta (red) # magenta (red)
color5 #c07e3f color5 #c97920
color13 #daa06c color13 #e79a51
# cyan (blue) # cyan (blue)
color6 #5f8de4 color6 #658ed9
color14 #85aef9 color14 #8daeeb
## white ## white
color7 #babec5 color7 #babec5

View File

@@ -13,28 +13,28 @@ color0 #dadee6
color8 #babec5 color8 #babec5
# red # red
color1 #b1291f color1 #b42219
color9 #85150f color9 #85160f
# green # green
color2 #446f4b color2 #377242
color10 #2f5134 color10 #25532e
# yellow # yellow
color3 #686540 color3 #6a6535
color11 #4b492c color11 #4c4928
# blue # blue
color4 #3860ad color4 #3860ac
color12 #254582 color12 #234485
# magenta (red) # magenta (red)
color5 #8b551b color5 #905201
color13 #673c0e color13 #673c0c
# cyan (blue) # cyan (blue)
color6 #3860ad color6 #3860ac
color14 #254582 color14 #234485
## white ## white
color7 #373b40 color7 #373b40

View File

@@ -13,28 +13,28 @@ color0 #161616
color8 #2e2e2e color8 #2e2e2e
# red # red
color1 #d7473a color1 #dc4234
color9 #f27262 color9 #f37060
# green # green
color2 #5c8e63 color2 #4f925a
color10 #7aad81 color10 #6eb178
# yellow # yellow
color3 #868256 color3 #888346
color11 #a5a172 color11 #a7a15f
# blue # blue
color4 #507dd4 color4 #557ecc
color12 #709df0 color12 #799ee3
# magenta (red) # magenta (red)
color5 #af7030 color5 #b76b0c
color13 #ce8f53 color13 #d98937
# cyan (blue) # cyan (blue)
color6 #507dd4 color6 #557ecc
color14 #709df0 color14 #799ee3
## white ## white
color7 #aeaeae color7 #aeaeae

View File

@@ -13,28 +13,28 @@ color0 #eeeeee
color8 #cecece color8 #cecece
# red # red
color1 #c5372b color1 #ca2f24
color9 #9b1e16 color9 #9d1a13
# green # green
color2 #507f56 color2 #42824e
color10 #3a603f color10 #2e6337
# yellow # yellow
color3 #77744b color3 #79743d
color11 #5a5736 color11 #5b572e
# blue # blue
color4 #436ec1 color4 #456fbe
color12 #2e5297 color12 #2d5299
# magenta (red) # magenta (red)
color5 #9d6224 color5 #a45e03
color13 #794814 color13 #7c4706
# cyan (blue) # cyan (blue)
color6 #436ec1 color6 #456fbe
color14 #2e5297 color14 #2d5299
## white ## white
color7 #484848 color7 #484848

View File

@@ -13,28 +13,28 @@ color0 #1b1413
color8 #332c2b color8 #332c2b
# red # red
color1 #d7473a color1 #dc4234
color9 #f27262 color9 #f37060
# green # green
color2 #5c8e63 color2 #4f925a
color10 #7aad81 color10 #6eb178
# yellow # yellow
color3 #868256 color3 #888346
color11 #a5a172 color11 #a7a15f
# blue # blue
color4 #507dd4 color4 #557ecc
color12 #709df0 color12 #799ee3
# magenta (red) # magenta (red)
color5 #af7030 color5 #b76b0c
color13 #ce8f53 color13 #d98937
# cyan (blue) # cyan (blue)
color6 #507dd4 color6 #557ecc
color14 #709df0 color14 #799ee3
## white ## white
color7 #b5abaa color7 #b5abaa

View File

@@ -13,28 +13,28 @@ color0 #f6ecea
color8 #d5cbca color8 #d5cbca
# red # red
color1 #c5372b color1 #ca2f24
color9 #9b1e16 color9 #9d1a13
# green # green
color2 #507f56 color2 #42824e
color10 #3a603f color10 #2e6337
# yellow # yellow
color3 #77744b color3 #79743d
color11 #5a5736 color11 #5b572e
# blue # blue
color4 #436ec1 color4 #456fbe
color12 #2e5297 color12 #2d5299
# magenta (red) # magenta (red)
color5 #9d6224 color5 #a45e03
color13 #794814 color13 #7c4706
# cyan (blue) # cyan (blue)
color6 #436ec1 color6 #456fbe
color14 #2e5297 color14 #2d5299
## white ## white
color7 #4d4644 color7 #4d4644

View File

@@ -13,28 +13,28 @@ color0 #1a1511
color8 #322d28 color8 #322d28
# red # red
color1 #d7473a color1 #dc4234
color9 #f27262 color9 #f37060
# green # green
color2 #5c8e63 color2 #4f925a
color10 #7aad81 color10 #6eb178
# yellow # yellow
color3 #868256 color3 #888346
color11 #a5a172 color11 #a7a15f
# blue # blue
color4 #507dd4 color4 #557ecc
color12 #709df0 color12 #799ee3
# magenta (red) # magenta (red)
color5 #af7030 color5 #b76b0c
color13 #ce8f53 color13 #d98937
# cyan (blue) # cyan (blue)
color6 #507dd4 color6 #557ecc
color14 #709df0 color14 #799ee3
## white ## white
color7 #b3ada7 color7 #b3ada7

View File

@@ -13,28 +13,28 @@ color0 #f4ede7
color8 #d3ccc7 color8 #d3ccc7
# red # red
color1 #c5372b color1 #ca2f24
color9 #9b1e16 color9 #9d1a13
# green # green
color2 #507f56 color2 #42824e
color10 #3a603f color10 #2e6337
# yellow # yellow
color3 #77744b color3 #79743d
color11 #5a5736 color11 #5b572e
# blue # blue
color4 #436ec1 color4 #456fbe
color12 #2e5297 color12 #2d5299
# magenta (red) # magenta (red)
color5 #9d6224 color5 #a45e03
color13 #794814 color13 #7c4706
# cyan (blue) # cyan (blue)
color6 #436ec1 color6 #456fbe
color14 #2e5297 color14 #2d5299
## white ## white
color7 #4c4642 color7 #4c4642

View File

@@ -13,28 +13,28 @@ color0 #131713
color8 #2a2f2b color8 #2a2f2b
# red # red
color1 #d7473a color1 #dc4234
color9 #f27262 color9 #f37060
# green # green
color2 #5c8e63 color2 #4f925a
color10 #7aad81 color10 #6eb178
# yellow # yellow
color3 #868256 color3 #888346
color11 #a5a172 color11 #a7a15f
# blue # blue
color4 #507dd4 color4 #557ecc
color12 #709df0 color12 #799ee3
# magenta (red) # magenta (red)
color5 #af7030 color5 #b76b0c
color13 #ce8f53 color13 #d98937
# cyan (blue) # cyan (blue)
color6 #507dd4 color6 #557ecc
color14 #709df0 color14 #799ee3
## white ## white
color7 #a9b0aa color7 #a9b0aa

View File

@@ -13,28 +13,28 @@ color0 #eaf1ea
color8 #c9d0ca color8 #c9d0ca
# red # red
color1 #c5372b color1 #ca2f24
color9 #9b1e16 color9 #9d1a13
# green # green
color2 #507f56 color2 #42824e
color10 #3a603f color10 #2e6337
# yellow # yellow
color3 #77744b color3 #79743d
color11 #5a5736 color11 #5b572e
# blue # blue
color4 #436ec1 color4 #456fbe
color12 #2e5297 color12 #2d5299
# magenta (red) # magenta (red)
color5 #9d6224 color5 #a45e03
color13 #794814 color13 #7c4706
# cyan (blue) # cyan (blue)
color6 #436ec1 color6 #456fbe
color14 #2e5297 color14 #2d5299
## white ## white
color7 #444944 color7 #444944

View File

@@ -13,28 +13,28 @@ color0 #171611
color8 #2f2e28 color8 #2f2e28
# red # red
color1 #d7473a color1 #dc4234
color9 #f27262 color9 #f37060
# green # green
color2 #5c8e63 color2 #4f925a
color10 #7aad81 color10 #6eb178
# yellow # yellow
color3 #868256 color3 #888346
color11 #a5a172 color11 #a7a15f
# blue # blue
color4 #507dd4 color4 #557ecc
color12 #709df0 color12 #799ee3
# magenta (red) # magenta (red)
color5 #af7030 color5 #b76b0c
color13 #ce8f53 color13 #d98937
# cyan (blue) # cyan (blue)
color6 #507dd4 color6 #557ecc
color14 #709df0 color14 #799ee3
## white ## white
color7 #afaea7 color7 #afaea7

View File

@@ -13,28 +13,28 @@ color0 #efefe7
color8 #cfcec6 color8 #cfcec6
# red # red
color1 #c5372b color1 #ca2f24
color9 #9b1e16 color9 #9d1a13
# green # green
color2 #507f56 color2 #42824e
color10 #3a603f color10 #2e6337
# yellow # yellow
color3 #77744b color3 #79743d
color11 #5a5736 color11 #5b572e
# blue # blue
color4 #436ec1 color4 #456fbe
color12 #2e5297 color12 #2d5299
# magenta (red) # magenta (red)
color5 #9d6224 color5 #a45e03
color13 #794814 color13 #7c4706
# cyan (blue) # cyan (blue)
color6 #436ec1 color6 #456fbe
color14 #2e5297 color14 #2d5299
## white ## white
color7 #484841 color7 #484841

View File

@@ -13,28 +13,28 @@ color0 #13161b
color8 #2b2e33 color8 #2b2e33
# red # red
color1 #d7473a color1 #dc4234
color9 #f27262 color9 #f37060
# green # green
color2 #5c8e63 color2 #4f925a
color10 #7aad81 color10 #6eb178
# yellow # yellow
color3 #868256 color3 #888346
color11 #a5a172 color11 #a7a15f
# blue # blue
color4 #507dd4 color4 #557ecc
color12 #709df0 color12 #799ee3
# magenta (red) # magenta (red)
color5 #af7030 color5 #b76b0c
color13 #ce8f53 color13 #d98937
# cyan (blue) # cyan (blue)
color6 #507dd4 color6 #557ecc
color14 #709df0 color14 #799ee3
## white ## white
color7 #aaaeb5 color7 #aaaeb5

View File

@@ -13,28 +13,28 @@ color0 #eaeff6
color8 #caced5 color8 #caced5
# red # red
color1 #c5372b color1 #ca2f24
color9 #9b1e16 color9 #9d1a13
# green # green
color2 #507f56 color2 #42824e
color10 #3a603f color10 #2e6337
# yellow # yellow
color3 #77744b color3 #79743d
color11 #5a5736 color11 #5b572e
# blue # blue
color4 #436ec1 color4 #456fbe
color12 #2e5297 color12 #2d5299
# magenta (red) # magenta (red)
color5 #9d6224 color5 #a45e03
color13 #794814 color13 #7c4706
# cyan (blue) # cyan (blue)
color6 #436ec1 color6 #456fbe
color14 #2e5297 color14 #2d5299
## white ## white
color7 #44484e color7 #44484e

View File

@@ -13,28 +13,28 @@ color0 #2e2e2e
color8 #484848 color8 #484848
# red # red
color1 #f27262 color1 #f37060
color9 #ffa193 color9 #fea294
# green # green
color2 #7aad81 color2 #6eb178
color10 #a2caa6 color10 #94cf9c
# yellow # yellow
color3 #a5a172 color3 #a7a15f
color11 #c3c099 color11 #c6c182
# blue # blue
color4 #709df0 color4 #799ee3
color12 #9bbefe color12 #a2bef2
# magenta (red) # magenta (red)
color5 #ce8f53 color5 #d98937
color13 #e4b387 color13 #f1ad6f
# cyan (blue) # cyan (blue)
color6 #709df0 color6 #799ee3
color14 #9bbefe color14 #a2bef2
## white ## white
color7 #cecece color7 #cecece

View File

@@ -13,28 +13,28 @@ color0 #cecece
color8 #aeaeae color8 #aeaeae
# red # red
color1 #9b1e16 color1 #9d1a13
color9 #6f0e09 color9 #6e110b
# green # green
color2 #3a603f color2 #2e6337
color10 #26422a color10 #1c4524
# yellow # yellow
color3 #5a5736 color3 #5b572e
color11 #3e3c23 color11 #3e3c20
# blue # blue
color4 #2e5297 color4 #2d5299
color12 #1d386c color12 #1a3771
# magenta (red) # magenta (red)
color5 #794814 color5 #7c4706
color13 #553109 color13 #54310d
# cyan (blue) # cyan (blue)
color6 #2e5297 color6 #2d5299
color14 #1d386c color14 #1a3771
## white ## white
color7 #2e2e2e color7 #2e2e2e

View File

@@ -13,28 +13,28 @@ color0 #332c2b
color8 #4d4644 color8 #4d4644
# red # red
color1 #f27262 color1 #f37060
color9 #ffa193 color9 #fea294
# green # green
color2 #7aad81 color2 #6eb178
color10 #a2caa6 color10 #94cf9c
# yellow # yellow
color3 #a5a172 color3 #a7a15f
color11 #c3c099 color11 #c6c182
# blue # blue
color4 #709df0 color4 #799ee3
color12 #9bbefe color12 #a2bef2
# magenta (red) # magenta (red)
color5 #ce8f53 color5 #d98937
color13 #e4b387 color13 #f1ad6f
# cyan (blue) # cyan (blue)
color6 #709df0 color6 #799ee3
color14 #9bbefe color14 #a2bef2
## white ## white
color7 #d5cbca color7 #d5cbca

View File

@@ -13,28 +13,28 @@ color0 #d5cbca
color8 #b5abaa color8 #b5abaa
# red # red
color1 #9b1e16 color1 #9d1a13
color9 #6f0e09 color9 #6e110b
# green # green
color2 #3a603f color2 #2e6337
color10 #26422a color10 #1c4524
# yellow # yellow
color3 #5a5736 color3 #5b572e
color11 #3e3c23 color11 #3e3c20
# blue # blue
color4 #2e5297 color4 #2d5299
color12 #1d386c color12 #1a3771
# magenta (red) # magenta (red)
color5 #794814 color5 #7c4706
color13 #553109 color13 #54310d
# cyan (blue) # cyan (blue)
color6 #2e5297 color6 #2d5299
color14 #1d386c color14 #1a3771
## white ## white
color7 #332c2b color7 #332c2b

View File

@@ -13,28 +13,28 @@ color0 #322d28
color8 #4c4642 color8 #4c4642
# red # red
color1 #f27262 color1 #f37060
color9 #ffa193 color9 #fea294
# green # green
color2 #7aad81 color2 #6eb178
color10 #a2caa6 color10 #94cf9c
# yellow # yellow
color3 #a5a172 color3 #a7a15f
color11 #c3c099 color11 #c6c182
# blue # blue
color4 #709df0 color4 #799ee3
color12 #9bbefe color12 #a2bef2
# magenta (red) # magenta (red)
color5 #ce8f53 color5 #d98937
color13 #e4b387 color13 #f1ad6f
# cyan (blue) # cyan (blue)
color6 #709df0 color6 #799ee3
color14 #9bbefe color14 #a2bef2
## white ## white
color7 #d3ccc7 color7 #d3ccc7

View File

@@ -13,28 +13,28 @@ color0 #d3ccc7
color8 #b3ada7 color8 #b3ada7
# red # red
color1 #9b1e16 color1 #9d1a13
color9 #6f0e09 color9 #6e110b
# green # green
color2 #3a603f color2 #2e6337
color10 #26422a color10 #1c4524
# yellow # yellow
color3 #5a5736 color3 #5b572e
color11 #3e3c23 color11 #3e3c20
# blue # blue
color4 #2e5297 color4 #2d5299
color12 #1d386c color12 #1a3771
# magenta (red) # magenta (red)
color5 #794814 color5 #7c4706
color13 #553109 color13 #54310d
# cyan (blue) # cyan (blue)
color6 #2e5297 color6 #2d5299
color14 #1d386c color14 #1a3771
## white ## white
color7 #322d28 color7 #322d28

View File

@@ -13,28 +13,28 @@ color0 #2a2f2b
color8 #444944 color8 #444944
# red # red
color1 #f27262 color1 #f37060
color9 #ffa193 color9 #fea294
# green # green
color2 #7aad81 color2 #6eb178
color10 #a2caa6 color10 #94cf9c
# yellow # yellow
color3 #a5a172 color3 #a7a15f
color11 #c3c099 color11 #c6c182
# blue # blue
color4 #709df0 color4 #799ee3
color12 #9bbefe color12 #a2bef2
# magenta (red) # magenta (red)
color5 #ce8f53 color5 #d98937
color13 #e4b387 color13 #f1ad6f
# cyan (blue) # cyan (blue)
color6 #709df0 color6 #799ee3
color14 #9bbefe color14 #a2bef2
## white ## white
color7 #c9d0ca color7 #c9d0ca

View File

@@ -13,28 +13,28 @@ color0 #c9d0ca
color8 #a9b0aa color8 #a9b0aa
# red # red
color1 #9b1e16 color1 #9d1a13
color9 #6f0e09 color9 #6e110b
# green # green
color2 #3a603f color2 #2e6337
color10 #26422a color10 #1c4524
# yellow # yellow
color3 #5a5736 color3 #5b572e
color11 #3e3c23 color11 #3e3c20
# blue # blue
color4 #2e5297 color4 #2d5299
color12 #1d386c color12 #1a3771
# magenta (red) # magenta (red)
color5 #794814 color5 #7c4706
color13 #553109 color13 #54310d
# cyan (blue) # cyan (blue)
color6 #2e5297 color6 #2d5299
color14 #1d386c color14 #1a3771
## white ## white
color7 #2a2f2b color7 #2a2f2b

View File

@@ -13,28 +13,28 @@ color0 #2f2e28
color8 #484841 color8 #484841
# red # red
color1 #f27262 color1 #f37060
color9 #ffa193 color9 #fea294
# green # green
color2 #7aad81 color2 #6eb178
color10 #a2caa6 color10 #94cf9c
# yellow # yellow
color3 #a5a172 color3 #a7a15f
color11 #c3c099 color11 #c6c182
# blue # blue
color4 #709df0 color4 #799ee3
color12 #9bbefe color12 #a2bef2
# magenta (red) # magenta (red)
color5 #ce8f53 color5 #d98937
color13 #e4b387 color13 #f1ad6f
# cyan (blue) # cyan (blue)
color6 #709df0 color6 #799ee3
color14 #9bbefe color14 #a2bef2
## white ## white
color7 #cfcec6 color7 #cfcec6

View File

@@ -13,28 +13,28 @@ color0 #cfcec6
color8 #afaea7 color8 #afaea7
# red # red
color1 #9b1e16 color1 #9d1a13
color9 #6f0e09 color9 #6e110b
# green # green
color2 #3a603f color2 #2e6337
color10 #26422a color10 #1c4524
# yellow # yellow
color3 #5a5736 color3 #5b572e
color11 #3e3c23 color11 #3e3c20
# blue # blue
color4 #2e5297 color4 #2d5299
color12 #1d386c color12 #1a3771
# magenta (red) # magenta (red)
color5 #794814 color5 #7c4706
color13 #553109 color13 #54310d
# cyan (blue) # cyan (blue)
color6 #2e5297 color6 #2d5299
color14 #1d386c color14 #1a3771
## white ## white
color7 #2f2e28 color7 #2f2e28

View File

@@ -13,28 +13,28 @@ color0 #2b2e33
color8 #44484e color8 #44484e
# red # red
color1 #f27262 color1 #f37060
color9 #ffa193 color9 #fea294
# green # green
color2 #7aad81 color2 #6eb178
color10 #a2caa6 color10 #94cf9c
# yellow # yellow
color3 #a5a172 color3 #a7a15f
color11 #c3c099 color11 #c6c182
# blue # blue
color4 #709df0 color4 #799ee3
color12 #9bbefe color12 #a2bef2
# magenta (red) # magenta (red)
color5 #ce8f53 color5 #d98937
color13 #e4b387 color13 #f1ad6f
# cyan (blue) # cyan (blue)
color6 #709df0 color6 #799ee3
color14 #9bbefe color14 #a2bef2
## white ## white
color7 #caced5 color7 #caced5

View File

@@ -13,28 +13,28 @@ color0 #caced5
color8 #aaaeb5 color8 #aaaeb5
# red # red
color1 #9b1e16 color1 #9d1a13
color9 #6f0e09 color9 #6e110b
# green # green
color2 #3a603f color2 #2e6337
color10 #26422a color10 #1c4524
# yellow # yellow
color3 #5a5736 color3 #5b572e
color11 #3e3c23 color11 #3e3c20
# blue # blue
color4 #2e5297 color4 #2d5299
color12 #1d386c color12 #1a3771
# magenta (red) # magenta (red)
color5 #794814 color5 #7c4706
color13 #553109 color13 #54310d
# cyan (blue) # cyan (blue)
color6 #2e5297 color6 #2d5299
color14 #1d386c color14 #1a3771
## white ## white
color7 #2b2e33 color7 #2b2e33

View File

@@ -47,22 +47,22 @@ let s:gui06 = "#cecece"
let g:base16_gui06 = "#cecece" let g:base16_gui06 = "#cecece"
let s:gui07 = "#dedede" let s:gui07 = "#dedede"
let g:base16_gui07 = "#dedede" let g:base16_gui07 = "#dedede"
let s:gui08 = "#e65b4c" let s:gui08 = "#e95949"
let g:base16_gui08 = "#e65b4c" let g:base16_gui08 = "#e95949"
let s:gui09 = "#c07e3f" let s:gui09 = "#c97920"
let g:base16_gui09 = "#c07e3f" let g:base16_gui09 = "#c97920"
let s:gui0A = "#959263" let s:gui0A = "#989250"
let g:base16_gui0A = "#959263" let g:base16_gui0A = "#989250"
let s:gui0B = "#6a9e71" let s:gui0B = "#5da268"
let g:base16_gui0B = "#6a9e71" let g:base16_gui0B = "#5da268"
let s:gui0C = "#6a9e71" let s:gui0C = "#5da268"
let g:base16_gui0C = "#6a9e71" let g:base16_gui0C = "#5da268"
let s:gui0D = "#5f8de4" let s:gui0D = "#658ed9"
let g:base16_gui0D = "#5f8de4" let g:base16_gui0D = "#658ed9"
let s:gui0E = "#5f8de4" let s:gui0E = "#658ed9"
let g:base16_gui0E = "#5f8de4" let g:base16_gui0E = "#658ed9"
let s:gui0F = "#e65b4c" let s:gui0F = "#e95949"
let g:base16_gui0F = "#e65b4c" let g:base16_gui0F = "#e95949"
let s:grey = "#717171" let s:grey = "#717171"
@@ -104,20 +104,20 @@ let g:base16_cterm0F = "14"
" Neovim terminal colours " Neovim terminal colours
if has("nvim") if has("nvim")
let g:terminal_color_0 = "#222222" let g:terminal_color_0 = "#222222"
let g:terminal_color_1 = "#e65b4c" let g:terminal_color_1 = "#e95949"
let g:terminal_color_2 = "#6a9e71" let g:terminal_color_2 = "#5da268"
let g:terminal_color_3 = "#959263" let g:terminal_color_3 = "#989250"
let g:terminal_color_4 = "#5f8de4" let g:terminal_color_4 = "#658ed9"
let g:terminal_color_5 = "#5f8de4" let g:terminal_color_5 = "#658ed9"
let g:terminal_color_6 = "#6a9e71" let g:terminal_color_6 = "#5da268"
let g:terminal_color_7 = "#bebebe" let g:terminal_color_7 = "#bebebe"
let g:terminal_color_8 = "#484848" let g:terminal_color_8 = "#484848"
let g:terminal_color_9 = "#e65b4c" let g:terminal_color_9 = "#e95949"
let g:terminal_color_10 = "#6a9e71" let g:terminal_color_10 = "#5da268"
let g:terminal_color_11 = "#959263" let g:terminal_color_11 = "#989250"
let g:terminal_color_12 = "#5f8de4" let g:terminal_color_12 = "#658ed9"
let g:terminal_color_13 = "#5f8de4" let g:terminal_color_13 = "#658ed9"
let g:terminal_color_14 = "#6a9e71" let g:terminal_color_14 = "#5da268"
let g:terminal_color_15 = "#dedede" let g:terminal_color_15 = "#dedede"
let g:terminal_color_background = g:terminal_color_0 let g:terminal_color_background = g:terminal_color_0
let g:terminal_color_foreground = g:terminal_color_5 let g:terminal_color_foreground = g:terminal_color_5
@@ -130,20 +130,20 @@ if has("nvim")
elseif has("terminal") elseif has("terminal")
let g:terminal_ansi_colors = [ let g:terminal_ansi_colors = [
\ "#222222", \ "#222222",
\ "#e65b4c", \ "#e95949",
\ "#6a9e71", \ "#5da268",
\ "#959263", \ "#989250",
\ "#5f8de4", \ "#658ed9",
\ "#5f8de4", \ "#658ed9",
\ "#6a9e71", \ "#5da268",
\ "#bebebe", \ "#bebebe",
\ "#484848", \ "#484848",
\ "#e65b4c", \ "#e95949",
\ "#6a9e71", \ "#5da268",
\ "#959263", \ "#989250",
\ "#5f8de4", \ "#658ed9",
\ "#5f8de4", \ "#658ed9",
\ "#6a9e71", \ "#5da268",
\ "#dedede", \ "#dedede",
\ ] \ ]
endif endif

View File

@@ -47,22 +47,22 @@ let s:gui06 = "#2e2e2e"
let g:base16_gui06 = "#2e2e2e" let g:base16_gui06 = "#2e2e2e"
let s:gui07 = "#222222" let s:gui07 = "#222222"
let g:base16_gui07 = "#222222" let g:base16_gui07 = "#222222"
let s:gui08 = "#b1291f" let s:gui08 = "#b42219"
let g:base16_gui08 = "#b1291f" let g:base16_gui08 = "#b42219"
let s:gui09 = "#8b551b" let s:gui09 = "#905201"
let g:base16_gui09 = "#8b551b" let g:base16_gui09 = "#905201"
let s:gui0A = "#686540" let s:gui0A = "#6a6535"
let g:base16_gui0A = "#686540" let g:base16_gui0A = "#6a6535"
let s:gui0B = "#446f4b" let s:gui0B = "#377242"
let g:base16_gui0B = "#446f4b" let g:base16_gui0B = "#377242"
let s:gui0C = "#446f4b" let s:gui0C = "#377242"
let g:base16_gui0C = "#446f4b" let g:base16_gui0C = "#377242"
let s:gui0D = "#3860ad" let s:gui0D = "#3860ac"
let g:base16_gui0D = "#3860ad" let g:base16_gui0D = "#3860ac"
let s:gui0E = "#3860ad" let s:gui0E = "#3860ac"
let g:base16_gui0E = "#3860ad" let g:base16_gui0E = "#3860ac"
let s:gui0F = "#b1291f" let s:gui0F = "#b42219"
let g:base16_gui0F = "#b1291f" let g:base16_gui0F = "#b42219"
let s:grey = "#808080" let s:grey = "#808080"
@@ -104,20 +104,20 @@ let g:base16_cterm0F = "14"
" Neovim terminal colours " Neovim terminal colours
if has("nvim") if has("nvim")
let g:terminal_color_0 = "#dedede" let g:terminal_color_0 = "#dedede"
let g:terminal_color_1 = "#b1291f" let g:terminal_color_1 = "#b42219"
let g:terminal_color_2 = "#446f4b" let g:terminal_color_2 = "#377242"
let g:terminal_color_3 = "#686540" let g:terminal_color_3 = "#6a6535"
let g:terminal_color_4 = "#3860ad" let g:terminal_color_4 = "#3860ac"
let g:terminal_color_5 = "#3860ad" let g:terminal_color_5 = "#3860ac"
let g:terminal_color_6 = "#446f4b" let g:terminal_color_6 = "#377242"
let g:terminal_color_7 = "#3a3a3a" let g:terminal_color_7 = "#3a3a3a"
let g:terminal_color_8 = "#aeaeae" let g:terminal_color_8 = "#aeaeae"
let g:terminal_color_9 = "#b1291f" let g:terminal_color_9 = "#b42219"
let g:terminal_color_10 = "#446f4b" let g:terminal_color_10 = "#377242"
let g:terminal_color_11 = "#686540" let g:terminal_color_11 = "#6a6535"
let g:terminal_color_12 = "#3860ad" let g:terminal_color_12 = "#3860ac"
let g:terminal_color_13 = "#3860ad" let g:terminal_color_13 = "#3860ac"
let g:terminal_color_14 = "#446f4b" let g:terminal_color_14 = "#377242"
let g:terminal_color_15 = "#222222" let g:terminal_color_15 = "#222222"
let g:terminal_color_background = g:terminal_color_0 let g:terminal_color_background = g:terminal_color_0
let g:terminal_color_foreground = g:terminal_color_5 let g:terminal_color_foreground = g:terminal_color_5
@@ -130,20 +130,20 @@ if has("nvim")
elseif has("terminal") elseif has("terminal")
let g:terminal_ansi_colors = [ let g:terminal_ansi_colors = [
\ "#dedede", \ "#dedede",
\ "#b1291f", \ "#b42219",
\ "#446f4b", \ "#377242",
\ "#686540", \ "#6a6535",
\ "#3860ad", \ "#3860ac",
\ "#3860ad", \ "#3860ac",
\ "#446f4b", \ "#377242",
\ "#3a3a3a", \ "#3a3a3a",
\ "#aeaeae", \ "#aeaeae",
\ "#b1291f", \ "#b42219",
\ "#446f4b", \ "#377242",
\ "#686540", \ "#6a6535",
\ "#3860ad", \ "#3860ac",
\ "#3860ad", \ "#3860ac",
\ "#446f4b", \ "#377242",
\ "#222222", \ "#222222",
\ ] \ ]
endif endif

View File

@@ -47,22 +47,22 @@ let s:gui06 = "#d5cbca"
let g:base16_gui06 = "#d5cbca" let g:base16_gui06 = "#d5cbca"
let s:gui07 = "#e5dbda" let s:gui07 = "#e5dbda"
let g:base16_gui07 = "#e5dbda" let g:base16_gui07 = "#e5dbda"
let s:gui08 = "#e65b4c" let s:gui08 = "#e95949"
let g:base16_gui08 = "#e65b4c" let g:base16_gui08 = "#e95949"
let s:gui09 = "#c07e3f" let s:gui09 = "#c97920"
let g:base16_gui09 = "#c07e3f" let g:base16_gui09 = "#c97920"
let s:gui0A = "#959263" let s:gui0A = "#989250"
let g:base16_gui0A = "#959263" let g:base16_gui0A = "#989250"
let s:gui0B = "#6a9e71" let s:gui0B = "#5da268"
let g:base16_gui0B = "#6a9e71" let g:base16_gui0B = "#5da268"
let s:gui0C = "#6a9e71" let s:gui0C = "#5da268"
let g:base16_gui0C = "#6a9e71" let g:base16_gui0C = "#5da268"
let s:gui0D = "#5f8de4" let s:gui0D = "#658ed9"
let g:base16_gui0D = "#5f8de4" let g:base16_gui0D = "#658ed9"
let s:gui0E = "#5f8de4" let s:gui0E = "#658ed9"
let g:base16_gui0E = "#5f8de4" let g:base16_gui0E = "#658ed9"
let s:gui0F = "#e65b4c" let s:gui0F = "#e95949"
let g:base16_gui0F = "#e65b4c" let g:base16_gui0F = "#e95949"
let s:grey = "#786f6e" let s:grey = "#786f6e"
@@ -104,20 +104,20 @@ let g:base16_cterm0F = "14"
" Neovim terminal colours " Neovim terminal colours
if has("nvim") if has("nvim")
let g:terminal_color_0 = "#27201f" let g:terminal_color_0 = "#27201f"
let g:terminal_color_1 = "#e65b4c" let g:terminal_color_1 = "#e95949"
let g:terminal_color_2 = "#6a9e71" let g:terminal_color_2 = "#5da268"
let g:terminal_color_3 = "#959263" let g:terminal_color_3 = "#989250"
let g:terminal_color_4 = "#5f8de4" let g:terminal_color_4 = "#658ed9"
let g:terminal_color_5 = "#5f8de4" let g:terminal_color_5 = "#658ed9"
let g:terminal_color_6 = "#6a9e71" let g:terminal_color_6 = "#5da268"
let g:terminal_color_7 = "#c5bbba" let g:terminal_color_7 = "#c5bbba"
let g:terminal_color_8 = "#4d4644" let g:terminal_color_8 = "#4d4644"
let g:terminal_color_9 = "#e65b4c" let g:terminal_color_9 = "#e95949"
let g:terminal_color_10 = "#6a9e71" let g:terminal_color_10 = "#5da268"
let g:terminal_color_11 = "#959263" let g:terminal_color_11 = "#989250"
let g:terminal_color_12 = "#5f8de4" let g:terminal_color_12 = "#658ed9"
let g:terminal_color_13 = "#5f8de4" let g:terminal_color_13 = "#658ed9"
let g:terminal_color_14 = "#6a9e71" let g:terminal_color_14 = "#5da268"
let g:terminal_color_15 = "#e5dbda" let g:terminal_color_15 = "#e5dbda"
let g:terminal_color_background = g:terminal_color_0 let g:terminal_color_background = g:terminal_color_0
let g:terminal_color_foreground = g:terminal_color_5 let g:terminal_color_foreground = g:terminal_color_5
@@ -130,20 +130,20 @@ if has("nvim")
elseif has("terminal") elseif has("terminal")
let g:terminal_ansi_colors = [ let g:terminal_ansi_colors = [
\ "#27201f", \ "#27201f",
\ "#e65b4c", \ "#e95949",
\ "#6a9e71", \ "#5da268",
\ "#959263", \ "#989250",
\ "#5f8de4", \ "#658ed9",
\ "#5f8de4", \ "#658ed9",
\ "#6a9e71", \ "#5da268",
\ "#c5bbba", \ "#c5bbba",
\ "#4d4644", \ "#4d4644",
\ "#e65b4c", \ "#e95949",
\ "#6a9e71", \ "#5da268",
\ "#959263", \ "#989250",
\ "#5f8de4", \ "#658ed9",
\ "#5f8de4", \ "#658ed9",
\ "#6a9e71", \ "#5da268",
\ "#e5dbda", \ "#e5dbda",
\ ] \ ]
endif endif

View File

@@ -47,22 +47,22 @@ let s:gui06 = "#332c2b"
let g:base16_gui06 = "#332c2b" let g:base16_gui06 = "#332c2b"
let s:gui07 = "#27201f" let s:gui07 = "#27201f"
let g:base16_gui07 = "#27201f" let g:base16_gui07 = "#27201f"
let s:gui08 = "#b1291f" let s:gui08 = "#b42219"
let g:base16_gui08 = "#b1291f" let g:base16_gui08 = "#b42219"
let s:gui09 = "#8b551b" let s:gui09 = "#905201"
let g:base16_gui09 = "#8b551b" let g:base16_gui09 = "#905201"
let s:gui0A = "#686540" let s:gui0A = "#6a6535"
let g:base16_gui0A = "#686540" let g:base16_gui0A = "#6a6535"
let s:gui0B = "#446f4b" let s:gui0B = "#377242"
let g:base16_gui0B = "#446f4b" let g:base16_gui0B = "#377242"
let s:gui0C = "#446f4b" let s:gui0C = "#377242"
let g:base16_gui0C = "#446f4b" let g:base16_gui0C = "#377242"
let s:gui0D = "#3860ad" let s:gui0D = "#3860ac"
let g:base16_gui0D = "#3860ad" let g:base16_gui0D = "#3860ac"
let s:gui0E = "#3860ad" let s:gui0E = "#3860ac"
let g:base16_gui0E = "#3860ad" let g:base16_gui0E = "#3860ac"
let s:gui0F = "#b1291f" let s:gui0F = "#b42219"
let g:base16_gui0F = "#b1291f" let g:base16_gui0F = "#b42219"
let s:grey = "#877e7c" let s:grey = "#877e7c"
@@ -104,20 +104,20 @@ let g:base16_cterm0F = "14"
" Neovim terminal colours " Neovim terminal colours
if has("nvim") if has("nvim")
let g:terminal_color_0 = "#e5dbda" let g:terminal_color_0 = "#e5dbda"
let g:terminal_color_1 = "#b1291f" let g:terminal_color_1 = "#b42219"
let g:terminal_color_2 = "#446f4b" let g:terminal_color_2 = "#377242"
let g:terminal_color_3 = "#686540" let g:terminal_color_3 = "#6a6535"
let g:terminal_color_4 = "#3860ad" let g:terminal_color_4 = "#3860ac"
let g:terminal_color_5 = "#3860ad" let g:terminal_color_5 = "#3860ac"
let g:terminal_color_6 = "#446f4b" let g:terminal_color_6 = "#377242"
let g:terminal_color_7 = "#403837" let g:terminal_color_7 = "#403837"
let g:terminal_color_8 = "#b5abaa" let g:terminal_color_8 = "#b5abaa"
let g:terminal_color_9 = "#b1291f" let g:terminal_color_9 = "#b42219"
let g:terminal_color_10 = "#446f4b" let g:terminal_color_10 = "#377242"
let g:terminal_color_11 = "#686540" let g:terminal_color_11 = "#6a6535"
let g:terminal_color_12 = "#3860ad" let g:terminal_color_12 = "#3860ac"
let g:terminal_color_13 = "#3860ad" let g:terminal_color_13 = "#3860ac"
let g:terminal_color_14 = "#446f4b" let g:terminal_color_14 = "#377242"
let g:terminal_color_15 = "#27201f" let g:terminal_color_15 = "#27201f"
let g:terminal_color_background = g:terminal_color_0 let g:terminal_color_background = g:terminal_color_0
let g:terminal_color_foreground = g:terminal_color_5 let g:terminal_color_foreground = g:terminal_color_5
@@ -130,20 +130,20 @@ if has("nvim")
elseif has("terminal") elseif has("terminal")
let g:terminal_ansi_colors = [ let g:terminal_ansi_colors = [
\ "#e5dbda", \ "#e5dbda",
\ "#b1291f", \ "#b42219",
\ "#446f4b", \ "#377242",
\ "#686540", \ "#6a6535",
\ "#3860ad", \ "#3860ac",
\ "#3860ad", \ "#3860ac",
\ "#446f4b", \ "#377242",
\ "#403837", \ "#403837",
\ "#b5abaa", \ "#b5abaa",
\ "#b1291f", \ "#b42219",
\ "#446f4b", \ "#377242",
\ "#686540", \ "#6a6535",
\ "#3860ad", \ "#3860ac",
\ "#3860ad", \ "#3860ac",
\ "#446f4b", \ "#377242",
\ "#27201f", \ "#27201f",
\ ] \ ]
endif endif

View File

@@ -47,22 +47,22 @@ let s:gui06 = "#d3ccc7"
let g:base16_gui06 = "#d3ccc7" let g:base16_gui06 = "#d3ccc7"
let s:gui07 = "#e4ddd7" let s:gui07 = "#e4ddd7"
let g:base16_gui07 = "#e4ddd7" let g:base16_gui07 = "#e4ddd7"
let s:gui08 = "#e65b4c" let s:gui08 = "#e95949"
let g:base16_gui08 = "#e65b4c" let g:base16_gui08 = "#e95949"
let s:gui09 = "#c07e3f" let s:gui09 = "#c97920"
let g:base16_gui09 = "#c07e3f" let g:base16_gui09 = "#c97920"
let s:gui0A = "#959263" let s:gui0A = "#989250"
let g:base16_gui0A = "#959263" let g:base16_gui0A = "#989250"
let s:gui0B = "#6a9e71" let s:gui0B = "#5da268"
let g:base16_gui0B = "#6a9e71" let g:base16_gui0B = "#5da268"
let s:gui0C = "#6a9e71" let s:gui0C = "#5da268"
let g:base16_gui0C = "#6a9e71" let g:base16_gui0C = "#5da268"
let s:gui0D = "#5f8de4" let s:gui0D = "#658ed9"
let g:base16_gui0D = "#5f8de4" let g:base16_gui0D = "#658ed9"
let s:gui0E = "#5f8de4" let s:gui0E = "#658ed9"
let g:base16_gui0E = "#5f8de4" let g:base16_gui0E = "#658ed9"
let s:gui0F = "#e65b4c" let s:gui0F = "#e95949"
let g:base16_gui0F = "#e65b4c" let g:base16_gui0F = "#e95949"
let s:grey = "#76706b" let s:grey = "#76706b"
@@ -104,20 +104,20 @@ let g:base16_cterm0F = "14"
" Neovim terminal colours " Neovim terminal colours
if has("nvim") if has("nvim")
let g:terminal_color_0 = "#26211c" let g:terminal_color_0 = "#26211c"
let g:terminal_color_1 = "#e65b4c" let g:terminal_color_1 = "#e95949"
let g:terminal_color_2 = "#6a9e71" let g:terminal_color_2 = "#5da268"
let g:terminal_color_3 = "#959263" let g:terminal_color_3 = "#989250"
let g:terminal_color_4 = "#5f8de4" let g:terminal_color_4 = "#658ed9"
let g:terminal_color_5 = "#5f8de4" let g:terminal_color_5 = "#658ed9"
let g:terminal_color_6 = "#6a9e71" let g:terminal_color_6 = "#5da268"
let g:terminal_color_7 = "#c3bcb7" let g:terminal_color_7 = "#c3bcb7"
let g:terminal_color_8 = "#4c4642" let g:terminal_color_8 = "#4c4642"
let g:terminal_color_9 = "#e65b4c" let g:terminal_color_9 = "#e95949"
let g:terminal_color_10 = "#6a9e71" let g:terminal_color_10 = "#5da268"
let g:terminal_color_11 = "#959263" let g:terminal_color_11 = "#989250"
let g:terminal_color_12 = "#5f8de4" let g:terminal_color_12 = "#658ed9"
let g:terminal_color_13 = "#5f8de4" let g:terminal_color_13 = "#658ed9"
let g:terminal_color_14 = "#6a9e71" let g:terminal_color_14 = "#5da268"
let g:terminal_color_15 = "#e4ddd7" let g:terminal_color_15 = "#e4ddd7"
let g:terminal_color_background = g:terminal_color_0 let g:terminal_color_background = g:terminal_color_0
let g:terminal_color_foreground = g:terminal_color_5 let g:terminal_color_foreground = g:terminal_color_5
@@ -130,20 +130,20 @@ if has("nvim")
elseif has("terminal") elseif has("terminal")
let g:terminal_ansi_colors = [ let g:terminal_ansi_colors = [
\ "#26211c", \ "#26211c",
\ "#e65b4c", \ "#e95949",
\ "#6a9e71", \ "#5da268",
\ "#959263", \ "#989250",
\ "#5f8de4", \ "#658ed9",
\ "#5f8de4", \ "#658ed9",
\ "#6a9e71", \ "#5da268",
\ "#c3bcb7", \ "#c3bcb7",
\ "#4c4642", \ "#4c4642",
\ "#e65b4c", \ "#e95949",
\ "#6a9e71", \ "#5da268",
\ "#959263", \ "#989250",
\ "#5f8de4", \ "#658ed9",
\ "#5f8de4", \ "#658ed9",
\ "#6a9e71", \ "#5da268",
\ "#e4ddd7", \ "#e4ddd7",
\ ] \ ]
endif endif

View File

@@ -47,22 +47,22 @@ let s:gui06 = "#322d28"
let g:base16_gui06 = "#322d28" let g:base16_gui06 = "#322d28"
let s:gui07 = "#26211c" let s:gui07 = "#26211c"
let g:base16_gui07 = "#26211c" let g:base16_gui07 = "#26211c"
let s:gui08 = "#b1291f" let s:gui08 = "#b42219"
let g:base16_gui08 = "#b1291f" let g:base16_gui08 = "#b42219"
let s:gui09 = "#8b551b" let s:gui09 = "#905201"
let g:base16_gui09 = "#8b551b" let g:base16_gui09 = "#905201"
let s:gui0A = "#686540" let s:gui0A = "#6a6535"
let g:base16_gui0A = "#686540" let g:base16_gui0A = "#6a6535"
let s:gui0B = "#446f4b" let s:gui0B = "#377242"
let g:base16_gui0B = "#446f4b" let g:base16_gui0B = "#377242"
let s:gui0C = "#446f4b" let s:gui0C = "#377242"
let g:base16_gui0C = "#446f4b" let g:base16_gui0C = "#377242"
let s:gui0D = "#3860ad" let s:gui0D = "#3860ac"
let g:base16_gui0D = "#3860ad" let g:base16_gui0D = "#3860ac"
let s:gui0E = "#3860ad" let s:gui0E = "#3860ac"
let g:base16_gui0E = "#3860ad" let g:base16_gui0E = "#3860ac"
let s:gui0F = "#b1291f" let s:gui0F = "#b42219"
let g:base16_gui0F = "#b1291f" let g:base16_gui0F = "#b42219"
let s:grey = "#857f7a" let s:grey = "#857f7a"
@@ -104,20 +104,20 @@ let g:base16_cterm0F = "14"
" Neovim terminal colours " Neovim terminal colours
if has("nvim") if has("nvim")
let g:terminal_color_0 = "#e4ddd7" let g:terminal_color_0 = "#e4ddd7"
let g:terminal_color_1 = "#b1291f" let g:terminal_color_1 = "#b42219"
let g:terminal_color_2 = "#446f4b" let g:terminal_color_2 = "#377242"
let g:terminal_color_3 = "#686540" let g:terminal_color_3 = "#6a6535"
let g:terminal_color_4 = "#3860ad" let g:terminal_color_4 = "#3860ac"
let g:terminal_color_5 = "#3860ad" let g:terminal_color_5 = "#3860ac"
let g:terminal_color_6 = "#446f4b" let g:terminal_color_6 = "#377242"
let g:terminal_color_7 = "#3f3935" let g:terminal_color_7 = "#3f3935"
let g:terminal_color_8 = "#b3ada7" let g:terminal_color_8 = "#b3ada7"
let g:terminal_color_9 = "#b1291f" let g:terminal_color_9 = "#b42219"
let g:terminal_color_10 = "#446f4b" let g:terminal_color_10 = "#377242"
let g:terminal_color_11 = "#686540" let g:terminal_color_11 = "#6a6535"
let g:terminal_color_12 = "#3860ad" let g:terminal_color_12 = "#3860ac"
let g:terminal_color_13 = "#3860ad" let g:terminal_color_13 = "#3860ac"
let g:terminal_color_14 = "#446f4b" let g:terminal_color_14 = "#377242"
let g:terminal_color_15 = "#26211c" let g:terminal_color_15 = "#26211c"
let g:terminal_color_background = g:terminal_color_0 let g:terminal_color_background = g:terminal_color_0
let g:terminal_color_foreground = g:terminal_color_5 let g:terminal_color_foreground = g:terminal_color_5
@@ -130,20 +130,20 @@ if has("nvim")
elseif has("terminal") elseif has("terminal")
let g:terminal_ansi_colors = [ let g:terminal_ansi_colors = [
\ "#e4ddd7", \ "#e4ddd7",
\ "#b1291f", \ "#b42219",
\ "#446f4b", \ "#377242",
\ "#686540", \ "#6a6535",
\ "#3860ad", \ "#3860ac",
\ "#3860ad", \ "#3860ac",
\ "#446f4b", \ "#377242",
\ "#3f3935", \ "#3f3935",
\ "#b3ada7", \ "#b3ada7",
\ "#b1291f", \ "#b42219",
\ "#446f4b", \ "#377242",
\ "#686540", \ "#6a6535",
\ "#3860ad", \ "#3860ac",
\ "#3860ad", \ "#3860ac",
\ "#446f4b", \ "#377242",
\ "#26211c", \ "#26211c",
\ ] \ ]
endif endif

View File

@@ -47,22 +47,22 @@ let s:gui06 = "#c9d0ca"
let g:base16_gui06 = "#c9d0ca" let g:base16_gui06 = "#c9d0ca"
let s:gui07 = "#d9e0da" let s:gui07 = "#d9e0da"
let g:base16_gui07 = "#d9e0da" let g:base16_gui07 = "#d9e0da"
let s:gui08 = "#e65b4c" let s:gui08 = "#e95949"
let g:base16_gui08 = "#e65b4c" let g:base16_gui08 = "#e95949"
let s:gui09 = "#c07e3f" let s:gui09 = "#c97920"
let g:base16_gui09 = "#c07e3f" let g:base16_gui09 = "#c97920"
let s:gui0A = "#959263" let s:gui0A = "#989250"
let g:base16_gui0A = "#959263" let g:base16_gui0A = "#989250"
let s:gui0B = "#6a9e71" let s:gui0B = "#5da268"
let g:base16_gui0B = "#6a9e71" let g:base16_gui0B = "#5da268"
let s:gui0C = "#6a9e71" let s:gui0C = "#5da268"
let g:base16_gui0C = "#6a9e71" let g:base16_gui0C = "#5da268"
let s:gui0D = "#5f8de4" let s:gui0D = "#658ed9"
let g:base16_gui0D = "#5f8de4" let g:base16_gui0D = "#658ed9"
let s:gui0E = "#5f8de4" let s:gui0E = "#658ed9"
let g:base16_gui0E = "#5f8de4" let g:base16_gui0E = "#658ed9"
let s:gui0F = "#e65b4c" let s:gui0F = "#e95949"
let g:base16_gui0F = "#e65b4c" let g:base16_gui0F = "#e95949"
let s:grey = "#6d736e" let s:grey = "#6d736e"
@@ -104,20 +104,20 @@ let g:base16_cterm0F = "14"
" Neovim terminal colours " Neovim terminal colours
if has("nvim") if has("nvim")
let g:terminal_color_0 = "#1e231f" let g:terminal_color_0 = "#1e231f"
let g:terminal_color_1 = "#e65b4c" let g:terminal_color_1 = "#e95949"
let g:terminal_color_2 = "#6a9e71" let g:terminal_color_2 = "#5da268"
let g:terminal_color_3 = "#959263" let g:terminal_color_3 = "#989250"
let g:terminal_color_4 = "#5f8de4" let g:terminal_color_4 = "#658ed9"
let g:terminal_color_5 = "#5f8de4" let g:terminal_color_5 = "#658ed9"
let g:terminal_color_6 = "#6a9e71" let g:terminal_color_6 = "#5da268"
let g:terminal_color_7 = "#b9c0ba" let g:terminal_color_7 = "#b9c0ba"
let g:terminal_color_8 = "#444944" let g:terminal_color_8 = "#444944"
let g:terminal_color_9 = "#e65b4c" let g:terminal_color_9 = "#e95949"
let g:terminal_color_10 = "#6a9e71" let g:terminal_color_10 = "#5da268"
let g:terminal_color_11 = "#959263" let g:terminal_color_11 = "#989250"
let g:terminal_color_12 = "#5f8de4" let g:terminal_color_12 = "#658ed9"
let g:terminal_color_13 = "#5f8de4" let g:terminal_color_13 = "#658ed9"
let g:terminal_color_14 = "#6a9e71" let g:terminal_color_14 = "#5da268"
let g:terminal_color_15 = "#d9e0da" let g:terminal_color_15 = "#d9e0da"
let g:terminal_color_background = g:terminal_color_0 let g:terminal_color_background = g:terminal_color_0
let g:terminal_color_foreground = g:terminal_color_5 let g:terminal_color_foreground = g:terminal_color_5
@@ -130,20 +130,20 @@ if has("nvim")
elseif has("terminal") elseif has("terminal")
let g:terminal_ansi_colors = [ let g:terminal_ansi_colors = [
\ "#1e231f", \ "#1e231f",
\ "#e65b4c", \ "#e95949",
\ "#6a9e71", \ "#5da268",
\ "#959263", \ "#989250",
\ "#5f8de4", \ "#658ed9",
\ "#5f8de4", \ "#658ed9",
\ "#6a9e71", \ "#5da268",
\ "#b9c0ba", \ "#b9c0ba",
\ "#444944", \ "#444944",
\ "#e65b4c", \ "#e95949",
\ "#6a9e71", \ "#5da268",
\ "#959263", \ "#989250",
\ "#5f8de4", \ "#658ed9",
\ "#5f8de4", \ "#658ed9",
\ "#6a9e71", \ "#5da268",
\ "#d9e0da", \ "#d9e0da",
\ ] \ ]
endif endif

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