Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeebswihart committed Mar 12, 2019
1 parent 660ca3f commit 07e036d
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 236 deletions.
36 changes: 18 additions & 18 deletions alacritty/colors.alacritty
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ colors:
# Default colors
primary:
# hard contrast: background = '0x1d2021'
background: '0x282828'
background: '0xfffff8'
# soft contrast: background = '0x32302f'
foreground: '0xebdbb2'
foreground: '0x111111'

# Normal colors
normal:
black: '0x282828'
red: '0xcc241d'
green: '0x98971a'
yellow: '0xd79921'
blue: '0x458588'
magenta: '0xb16286'
cyan: '0x689d6a'
white: '0xa89984'
black: '0x111111'
red: '0x111111'
green: '0x111111'
yellow: '0x111111'
blue: '0x187b99'
magenta: '0x111111'
cyan: '0x111111'
white: '0xfffff8'

# Bright colors
bright:
black: '0x928374'
red: '0xfb4934'
green: '0xb8bb26'
yellow: '0xfabd2f'
blue: '0x83a598'
magenta: '0xd3869b'
cyan: '0x8ec07c'
white: '0xebdbb2'
black: '0x111111'
red: '0x111111'
green: '0x111111'
yellow: '0x111111'
blue: '0x111111'
magenta: '0x111111'
cyan: '0x111111'
white: '0xfffff8'
Loading

0 comments on commit 07e036d

Please sign in to comment.