Update configurations

This commit is contained in:
Fabio Scotto di Santolo
2024-07-01 18:18:18 +02:00
parent 2681ab2e68
commit 02fb313f15
172 changed files with 6896 additions and 27 deletions

View File

@@ -0,0 +1,34 @@
# Source https://github.com/bluz71/vim-nightfly-colors
[colors.bright]
black = "#7c8f8f"
blue = "#82aaff"
cyan = "#7fdbca"
green = "#21c7a8"
magenta = "#ae81ff"
red = "#ff5874"
white = "#d6deeb"
yellow = "#ecc48d"
[colors.cursor]
cursor = "#9ca1aa"
text = "#080808"
[colors.normal]
black = "#1d3b53"
blue = "#82aaff"
cyan = "#7fdbca"
green = "#a1cd5e"
magenta = "#c792ea"
red = "#fc514e"
white = "#a1aab8"
yellow = "#e3d18a"
[colors.primary]
background = "#011627"
bright_foreground = "#eeeeee"
foreground = "#bdc1c6"
[colors.selection]
background = "#b2ceee"
text = "#080808"