Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'