Skip to content

Commit

Permalink
Add Selection colors for alacritty (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans authored Aug 12, 2021
1 parent 44f01ae commit bd199df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build/templates/One Dark.alacritty
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ colors:
text: '0x{{=c[0]}}'
cursor: '0x{{=c[7]}}'

# Selection colors
selection:
text: CellForeground
background: '0x{{=c[8]}}'

# Normal colors
normal:
black: '0x{{=c[0]}}'
Expand All @@ -31,4 +36,3 @@ colors:
magenta: '0x{{=c[13]}}'
cyan: '0x{{=c[14]}}'
white: '0x{{=c[15]}}'

6 changes: 5 additions & 1 deletion term/One Dark.alacritty
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ colors:
text: '0x2c323c'
cursor: '0x5c6370'

# Selection colors
selection:
text: CellForeground
background: '0x3e4452'

# Normal colors
normal:
black: '0x2c323c'
Expand All @@ -31,4 +36,3 @@ colors:
magenta: '0xc678dd'
cyan: '0x56b6c2'
white: '0xabb2bf'

0 comments on commit bd199df

Please sign in to comment.