diff --git a/.gitmodules b/.gitmodules index ad6ee35..2008d1e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "files/vim/.vim/bundle/dracula-theme"] path = files/vim/.vim/bundle/dracula-theme url = git@github.com:dracula/vim.git +[submodule "files/themes/.config/alacritty/themes"] + path = files/themes/.config/alacritty/themes + url = https://github.com/aaron-williamson/base16-alacritty.git diff --git a/files/themes/.config/alacritty/themes b/files/themes/.config/alacritty/themes index 5166b25..025688c 160000 --- a/files/themes/.config/alacritty/themes +++ b/files/themes/.config/alacritty/themes @@ -1 +1 @@ -Subproject commit 5166b25c65545333de29763efe8c2b62ba37ed6a +Subproject commit 025688c7158eb8a3421cb2b3612e77915dce8c2a diff --git a/files/x11/.config/alacritty/alacritty.yml b/files/x11/.config/alacritty/alacritty.yml index d6e359e..2dc7b18 100644 --- a/files/x11/.config/alacritty/alacritty.yml +++ b/files/x11/.config/alacritty/alacritty.yml @@ -1,38 +1,38 @@ # Append to bottom of this file schemes: solarized_light: &light - # COLORSCHEME: base16-solarized-light.yml + # COLORSCHEME: base16-solarized-dark.yml # Default colors primary: - background: '0xfdf6e3' - foreground: '0x586e75' + background: '0x002b36' + foreground: '0x93a1a1' # Colors the cursor will use if `custom_cursor_colors` is true cursor: - text: '0xfdf6e3' - cursor: '0x586e75' + text: '0x002b36' + cursor: '0x93a1a1' # Normal colors normal: - black: '0xfdf6e3' + black: '0x002b36' red: '0xdc322f' green: '0x859900' yellow: '0xb58900' blue: '0x268bd2' magenta: '0x6c71c4' cyan: '0x2aa198' - white: '0x586e75' + white: '0x93a1a1' # Bright colors bright: - black: '0x839496' + black: '0x657b83' red: '0xcb4b16' - green: '0xeee8d5' - yellow: '0x93a1a1' - blue: '0x657b83' - magenta: '0x073642' + green: '0x073642' + yellow: '0x586e75' + blue: '0x839496' + magenta: '0xeee8d5' cyan: '0xd33682' - white: '0x002b36' + white: '0xfdf6e3' colors: *light live_config_reload: true