diff --git a/extras/rio/cyberdream-light.toml b/extras/rio/cyberdream-light.toml index 2b0b2a4..b38d1f5 100644 --- a/extras/rio/cyberdream-light.toml +++ b/extras/rio/cyberdream-light.toml @@ -19,23 +19,23 @@ selection-foreground = '#16181a' selection-background = '#eaeaea' # Dim colors -dim-black = '#eeeeee' -dim-blue = '#3278da' -dim-cyan = '#32a3ad' -dim-foreground = '#444647' -dim-green = '#32a23c' -dim-magenta = '#da32cb' -dim-red = '#da4332' -dim-white = '#444647' -dim-yellow = '#ad9532' +dim-black = '#bfc0c0' +dim-blue = '#044aac' +dim-cyan = '#04747f' +dim-foreground = '#16181a' +dim-green = '#04740e' +dim-magenta = '#ab049e' +dim-red = '#ab1505' +dim-white = '#16181a' +dim-yellow = '#7e6705' # Light colors -light-black = '#bfc0c0' -light-blue = '#044aac' -light-cyan = '#04747f' -light-foreground = '#16181a' -light-green = '#04740e' -light-magenta = '#ab049e' -light-red = '#ab1505' -light-white = '#16181a' -light-yellow = '#7e6705' +light-black = '#eeeeee' +light-blue = '#3278da' +light-cyan = '#32a3ad' +light-foreground = '#444647' +light-green = '#32a23c' +light-magenta = '#da32cb' +light-red = '#da4332' +light-white = '#444647' +light-yellow = '#ad9532'