diff --git a/home/.config/alacritty/alacritty.yml b/home/.config/alacritty/alacritty.yml index 044b2ce..24c8609 100644 --- a/home/.config/alacritty/alacritty.yml +++ b/home/.config/alacritty/alacritty.yml @@ -27,37 +27,39 @@ font: y: 0 use_thin_strokes: true -# Adapted from Material theme - https://github.com/kaicataldo/material.vim -# +# Colors (One Dark) colors: # Default colors primary: - background: '0x292d3e' - foreground: '0xD8DEE9' + background: '0x282c34' + foreground: '0xabb2bf' + + # Cursor colors + cursor: + text: '0x282c34' + cursor: '0xabb2bf' # Normal colors normal: - black: '0x3B4252' - red: '0xff5370' - green: '0xA3BE8C' - yellow: '0xEBCB8B' - blue: '0x81A1C1' - magenta: '0xB48EAD' - cyan: '0x88C0D0' - white: '0xE5E9F0' - orange: '0xf78c6c' + black: '0x282c34' + red: '0xe06c75' + green: '0x98c379' + yellow: '0xe5c07b' + blue: '0x61afef' + magenta: '0xc678dd' + cyan: '0x56b6c2' + white: '0xabb2bf' # Bright colors bright: - black: '0x3B4252' - red: '0xff5370' - green: '0xA3BE8C' - yellow: '0xEBCB8B' - blue: '0x81A1C1' - magenta: '0xB48EAD' - cyan: '0x88C0D0' - white: '0xE5E9F0' - orange: '0xf78c6c' + black: '0x3e4452' + red: '0xbe5046' + green: '0x98c379' + yellow: '0xd19a66' + blue: '0x61afef' + magenta: '0xc678dd' + cyan: '0x56b6c2' + white: '0x5c6370' visual_bell: animation: EaseOutExpo diff --git a/home/.config/nvim/conf.d/02-appearance.vim b/home/.config/nvim/conf.d/02-appearance.vim index 658085b..7d4f593 100644 --- a/home/.config/nvim/conf.d/02-appearance.vim +++ b/home/.config/nvim/conf.d/02-appearance.vim @@ -1,5 +1,5 @@ " Set colorscheme -colorscheme material +colorscheme onedark " Floating window transparency set winblend=10