Make darker_black less dark

This commit is contained in:
alternateved 2021-07-05 18:41:37 +02:00 committed by GitHub
parent 07d3192f6f
commit 20c3eca0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
local colors = { local colors = {
white = "#c4c8c5", white = "#c4c8c5",
darker_black = "#141517", darker_black = "#131517",
black = "#1d1f21", -- nvim bg black = "#1d1f21", -- nvim bg
black2 = "#252931", black2 = "#252931",
one_bg = "#363a41", one_bg = "#363a41",