From 1bea0e68f549d1df304315445bb1e78ecdce8807 Mon Sep 17 00:00:00 2001 From: byt3m4st3r Date: Wed, 24 Jul 2024 19:20:23 +0000 Subject: [PATCH] chore: generate extras --- extras/rio/cyberdream-light.toml | 4 ++-- extras/rio/cyberdream.toml | 4 ++-- lua/cyberdream/extra/rio.lua | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extras/rio/cyberdream-light.toml b/extras/rio/cyberdream-light.toml index 9ab3c91..b0f982a 100644 --- a/extras/rio/cyberdream-light.toml +++ b/extras/rio/cyberdream-light.toml @@ -20,7 +20,7 @@ selection-background = '#eaeaea' # Dim colors dim-black = '#eeeeee' -dim-blue = '${blueDim}' +dim-blue = '#3278da' dim-cyan = '${cyanDim}' dim-foreground = '${fgDim}' dim-green = '${greenDim}' @@ -31,7 +31,7 @@ dim-yellow = '${yellowDim}' # Light colors light-black = '${bgAltLight}' -light-blue = '${blueLight}' +light-blue = '#11243e' light-cyan = '${cyanLight}' light-foreground = '${fgLight}' light-green = '${greenLight}' diff --git a/extras/rio/cyberdream.toml b/extras/rio/cyberdream.toml index bed0001..0afd3f2 100644 --- a/extras/rio/cyberdream.toml +++ b/extras/rio/cyberdream.toml @@ -20,7 +20,7 @@ selection-background = '#1e2124' # Dim colors dim-black = '#1c1f22' -dim-blue = '${blueDim}' +dim-blue = '#4f85d1' dim-cyan = '${cyanDim}' dim-foreground = '${fgDim}' dim-green = '${greenDim}' @@ -31,7 +31,7 @@ dim-yellow = '${yellowDim}' # Light colors light-black = '${bgAltLight}' -light-blue = '${blueLight}' +light-blue = '#deecff' light-cyan = '${cyanLight}' light-foreground = '${fgLight}' light-green = '${greenLight}' diff --git a/lua/cyberdream/extra/rio.lua b/lua/cyberdream/extra/rio.lua index 020ef61..dd528e8 100644 --- a/lua/cyberdream/extra/rio.lua +++ b/lua/cyberdream/extra/rio.lua @@ -9,7 +9,7 @@ function M.generate(variant) local modified_colors = vim.fn.copy(colors[variant]) modified_colors.bgAltDim = util.darken(colors[variant].bgAlt, 0.8, colors[variant].bg) modified_colors.blueDim = util.darken(colors[variant].blue, 0.8, colors[variant].bg) - modified_colors.blueLight = util.lighten(colors[variant].blue, 0.2, colors[variant].fg) + modified_colors.blueLight = util.lighten(colors[variant].blue, 0.8, colors[variant].fg) local template = [==[ [colors]