From 415580a058fa3b6a7b030a72efc3ab5a79755fb0 Mon Sep 17 00:00:00 2001 From: Michael McClintock Date: Mon, 16 Jan 2023 10:58:39 +1000 Subject: format --- yo_light.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'yo_light.toml') diff --git a/yo_light.toml b/yo_light.toml index e3ddd32..8a4000f 100644 --- a/yo_light.toml +++ b/yo_light.toml @@ -1,16 +1,16 @@ # yo_light # Helix theme inspired by Zenbones & Alabaster using the -# radix color system - https://www.radix-ui.com/colors +# radix color system https://www.radix-ui.com/colors # Author: Michael McClintock @mrmcc3 # License: MIT -inherits = "yo_dark" +inherits = "yo_dark" # bump up backgrounds by 1 so it's not too bright. -"ui.background" = { fg = "gray11", bg = "gray3" } +"ui.background" = { fg = "gray11", bg = "gray3" } # popups/menus "ui.popup" = { fg = "gray12", bg = "gray5" } @@ -22,8 +22,8 @@ inherits = "yo_dark" # cursor/selection "ui.cursor" = { fg = "gray3", bg = "gray11" } -"ui.cursor.insert" = { fg="alt3", bg="alt10" } -"ui.cursor.select" = { fg="gray3", bg="gray12"} +"ui.cursor.insert" = { fg = "alt3", bg = "alt10" } +"ui.cursor.select" = { fg = "gray3", bg = "gray12" } "ui.selection" = { fg = "gray12", bg = "gray6" } "ui.selection.primary" = { fg = "alt12", bg = "alt6" } "ui.cursorline.primary" = { bg = "gray4" } -- cgit v1.2.1-18-gbd029