Skip to content

Commit

Permalink
Add indexed colors to alacritty themes
Browse files Browse the repository at this point in the history
  • Loading branch information
knpwrs committed Aug 25, 2021
1 parent a1ca994 commit bdfeb03
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion extra/alacritty/catpuccino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ colors:
cyan: '0x59f0ff'
white: '0xfdebc3'

# indexed_colors: []
indexed_colors:
- { index: 16, color: '0xffe37e' }
- { index: 17, color: '0xe06c75' }
4 changes: 3 additions & 1 deletion extra/alacritty/light-melya.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ colors:
cyan: '0x59f0ff'
white: '0x0e171c'

# indexed_colors: []
indexed_colors:
- { index: 16, color: '0xffce1f' }
- { index: 17, color: '0xd84652' }
4 changes: 3 additions & 1 deletion extra/alacritty/neon-latte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ colors:
cyan: '0x59f0ff'
white: '0xfdebc3'

# indexed_colors: []
indexed_colors:
- { index: 16, color: '0xffe37e' }
- { index: 17, color: '0xe06c75' }

0 comments on commit bdfeb03

Please sign in to comment.