diff --git a/files/.config/alacritty/alacritty.yml b/files/.config/alacritty/alacritty.yml index 978df9a..c72766a 100644 --- a/files/.config/alacritty/alacritty.yml +++ b/files/.config/alacritty/alacritty.yml @@ -33,40 +33,59 @@ font: style: Regular size: 9 +# Colors (Doom One) colors: + # Default colors primary: - background: '#1C1B1D' - foreground: '#D8D8D8' - cursor: - text: '#1C1B1D' - cursor: '#D8D8D8' + background: '0x282c34' + foreground: '0xbbc2cf' + + # Normal colors normal: - black: '#24272a' - red: '#E06C75' - green: '#98C379' - yellow: '#E5C07B' - blue: '#61AFEF' - magenta: '#C678DD' - cyan: '#56B6C2' - white: '#D8D8D8' - bright: - black: '#D8D8D8' - red: '#E06C75' - green: '#98C379' - yellow: '#E5C07B' - blue: '#61AFEF' - magenta: '#C678DD' - cyan: '#56B6C2' - white: '#D8D8D8' - dim: - black: '#24272a' - red: '#E06C75' - green: '#98C379' - yellow: '#E5C07B' - blue: '#61AFEF' - magenta: '#C678DD' - cyan: '#56B6C2' - white: '#D8D8D8' + black: '0x282c34' + red: '0xff6c6b' + green: '0x98be65' + yellow: '0xecbe7b' + blue: '0x51afef' + magenta: '0xc678dd' + cyan: '0x46d9ff' + white: '0xbbc2cf' + +# Darker variant +#colors: +# primary: +# background: '#1C1B1D' +# foreground: '#D8D8D8' +# cursor: +# text: '#1C1B1D' +# cursor: '#D8D8D8' +# normal: +# black: '#24272a' +# red: '#E06C75' +# green: '#98C379' +# yellow: '#E5C07B' +# blue: '#61AFEF' +# magenta: '#C678DD' +# cyan: '#56B6C2' +# white: '#D8D8D8' +# bright: +# black: '#D8D8D8' +# red: '#E06C75' +# green: '#98C379' +# yellow: '#E5C07B' +# blue: '#61AFEF' +# magenta: '#C678DD' +# cyan: '#56B6C2' +# white: '#D8D8D8' +# dim: +# black: '#24272a' +# red: '#E06C75' +# green: '#98C379' +# yellow: '#E5C07B' +# blue: '#61AFEF' +# magenta: '#C678DD' +# cyan: '#56B6C2' +# white: '#D8D8D8' background_opacity: 1 diff --git a/files/.zsh-highlighting/.zsh-highlighting b/files/.zsh-highlighting/.zsh-highlighting new file mode 120000 index 0000000..1881272 --- /dev/null +++ b/files/.zsh-highlighting/.zsh-highlighting @@ -0,0 +1 @@ +/home/marc/dots/files/.zsh-highlighting \ No newline at end of file diff --git a/files/init.el b/files/init.el index 5fde7cd..6d8f560 100644 --- a/files/init.el +++ b/files/init.el @@ -5,7 +5,7 @@ (toggle-scroll-bar -1) ;; Or this (setq inhibit-startup-screen t) ;; Leave me alone with your tutorials (setq tramp-default-method "ssh") ;; speed up tramp mode -(set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 100) ;; Set font size +(set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 110) ;; Set font size ;; Make ESC quit prompts (global-set-key (kbd "") 'keyboard-escape-quit)