Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Author: github.com/ETCaton
# License: MIT License
# Carbonfox
#
# Based on Helix's Nightfox port with changes to align it to Nightfox's Carbonfox theme
# Any 'custom' colors are replicating the result of the linear color blending done in the original
# Neovim theme.
# https://github.com/EdenEast/nightfox.nvim/blob/d3e8b1acc095baf57af81bb5e89fe7c4359eb619/lua/nightfox/lib/color.lua#L236-L247

inherits = 'nightfox'

# DIAGNOSTICS
# For brevity: All blends here are a blend between bg1 and the fg value with factor of 0.15
"warning"  = { fg = "magenta", bg = "#2f2939" }
"error.bg" = "#361f29"
"info.bg"  = "#252c39"
"hint"     = { fg = "orange", bg = "#1c3433" }

[palette]
black          = "#282828"
red            = "#ee5396"
red-dim        = "#ca4780"
green          = "#25be6a"
green-dim      = "#1fa25a"
yellow         = "#08bdba"
yellow-bright  = "#2dc7c4"
blue           = "#78a9ff"
blue-bright    = "#8cb6ff"
blue-dim       = "#6690d9"
magenta        = "#be95ff"
magenta-bright = "#c8a5ff"
cyan           = "#33b1ff"
cyan-bright    = "#52bdff"
cyan-dim       = "#2b96d9"
orange         = "#3ddbd9"
orange-bright  = "#5ae0df"
pink           = "#ff7eb6"
pink-bright    = "#ff91c1"
# spec
bg0            = "#0c0c0c"
bg1            = "#161616"
bg2            = "#252525"
bg3            = "#353535"
bg4            = "#535353"
fg0            = "#f9fbff"
fg1            = "#f2f4f8"
fg2            = "#b6b8bb"
fg3            = "#7b7c7e"
sel0           = "#2a2a2a"
sel1           = "#525253"
nput:focus-within]:outline-[#73D0FF]"> SSH Open with VS Code
Filipe Azevedo reload-all: Only update viewport when view focuses on the doc (#4901)
f0f295a · 2022-11-27 5727Commits
.cargo
d---------
.envrc
-rw-r--r--
146
.gitattributes
-rw-r--r--
243
.github
d---------
.gitignore
-rw-r--r--
63
.ignore
-rw-r--r--
210
CHANGELOG.md
-rw-r--r--
81060
Cargo.lock
-rw-r--r--
36879
Cargo.toml
-rw-r--r--
359
LICENSE
-rw-r--r--
16725
README.md
-rw-r--r--
4950
VERSION
-rw-r--r--
7
base16_theme.toml
-rw-r--r--
1565
book
d---------
contrib
d---------
default.nix
-rw-r--r--
345
docs
d---------
flake.lock
-rw-r--r--
4128
flake.nix
-rw-r--r--
5431
grammars.nix
-rw-r--r--
3476
helix-core
d---------
helix-dap
d---------
helix-loader
d---------
helix-lsp
d---------
helix-term
d---------
helix-tui
d---------
helix-view
d---------
languages.toml
-rw-r--r--
53990
runtime
d---------
rust-toolchain.toml
-rw-r--r--
68
rustfmt.toml
-rw-r--r--
0
screenshot.png
-rw-r--r--
367553
shell.nix
-rw-r--r--
336
theme.toml
-rw-r--r--
3030
xtask
d---------
README.md