Change alacritty theme to doom

This commit is contained in:
Marco Thomas
2021-03-03 19:23:52 +01:00
parent 0b01c2f183
commit 5112b245e5
3 changed files with 52 additions and 32 deletions

View File

@@ -33,40 +33,59 @@ font:
style: Regular style: Regular
size: 9 size: 9
# Colors (Doom One)
colors: colors:
# Default colors
primary: primary:
background: '#1C1B1D' background: '0x282c34'
foreground: '#D8D8D8' foreground: '0xbbc2cf'
cursor:
text: '#1C1B1D' # Normal colors
cursor: '#D8D8D8'
normal: normal:
black: '#24272a' black: '0x282c34'
red: '#E06C75' red: '0xff6c6b'
green: '#98C379' green: '0x98be65'
yellow: '#E5C07B' yellow: '0xecbe7b'
blue: '#61AFEF' blue: '0x51afef'
magenta: '#C678DD' magenta: '0xc678dd'
cyan: '#56B6C2' cyan: '0x46d9ff'
white: '#D8D8D8' white: '0xbbc2cf'
bright:
black: '#D8D8D8' # Darker variant
red: '#E06C75' #colors:
green: '#98C379' # primary:
yellow: '#E5C07B' # background: '#1C1B1D'
blue: '#61AFEF' # foreground: '#D8D8D8'
magenta: '#C678DD' # cursor:
cyan: '#56B6C2' # text: '#1C1B1D'
white: '#D8D8D8' # cursor: '#D8D8D8'
dim: # normal:
black: '#24272a' # black: '#24272a'
red: '#E06C75' # red: '#E06C75'
green: '#98C379' # green: '#98C379'
yellow: '#E5C07B' # yellow: '#E5C07B'
blue: '#61AFEF' # blue: '#61AFEF'
magenta: '#C678DD' # magenta: '#C678DD'
cyan: '#56B6C2' # cyan: '#56B6C2'
white: '#D8D8D8' # 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 background_opacity: 1

View File

@@ -0,0 +1 @@
/home/marc/dots/files/.zsh-highlighting

View File

@@ -5,7 +5,7 @@
(toggle-scroll-bar -1) ;; Or this (toggle-scroll-bar -1) ;; Or this
(setq inhibit-startup-screen t) ;; Leave me alone with your tutorials (setq inhibit-startup-screen t) ;; Leave me alone with your tutorials
(setq tramp-default-method "ssh") ;; speed up tramp mode (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 ;; Make ESC quit prompts
(global-set-key (kbd "<escape>") 'keyboard-escape-quit) (global-set-key (kbd "<escape>") 'keyboard-escape-quit)