diff --git a/home/modules/alacritty/colors.toml b/home/modules/alacritty/colors.toml index 7e16607..82d6ae7 100644 --- a/home/modules/alacritty/colors.toml +++ b/home/modules/alacritty/colors.toml @@ -1,26 +1,27 @@ -# The 'GNOME Light" theme from GNOME terminal. - +# XTerm's default colors [primary] -foreground = '#d0cfcc' -background = '#171421' -bright_foreground = '#ffffff' +# Default colors +background = '0xffffff' +foreground = '0x000000' [normal] -black = '#171421' -red = '#c01c28' -green = '#26a269' -yellow = '#a2734c' -blue = '#12488b' -magenta = '#a347ba' -cyan = '#2aa1b3' -white = '#d0cfcc' +# Normal colors +black = '0x000000' +red = '0xcd0000' +green = '0x00cd00' +yellow = '0xcdcd00' +blue = '0x0000ee' +magenta = '0xcd00cd' +cyan = '0x00cdcd' +white = '0xe5e5e5' [bright] -black = '#5e5c64' -red = '#f66151' -green = '#33d17a' -yellow = '#e9ad0c' -blue = '#2a7bde' -magenta = '#c061cb' -cyan = '#33c7de' -white = '#ffffff' \ No newline at end of file +# Bright colors +black = '0x7f7f7f' +red = '0xff0000' +green = '0x00ff00' +yellow = '0xffff00' +blue = '0x5c5cff' +magenta = '0xff00ff' +cyan = '0x00ffff' +white = '0xffffff' diff --git a/home/modules/helix/config/config.toml b/home/modules/helix/config/config.toml index 722b1b2..ecd46a6 100644 --- a/home/modules/helix/config/config.toml +++ b/home/modules/helix/config/config.toml @@ -1,3 +1,5 @@ +theme = "emacs" + [editor] line-number = "relative" mouse = true