.config/alacritty/theme.toml hinzugefügt
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
[colors.primary]
|
||||
background = '#1e1e2e'
|
||||
foreground = '#cdd6f4'
|
||||
|
||||
[colors.selection]
|
||||
text = '#cdd6f4'
|
||||
background = '#55307f'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#1e1e2e'
|
||||
cursor = '#cba6f7'
|
||||
|
||||
[colors.normal]
|
||||
black = '#181825'
|
||||
red = '#ff728c'
|
||||
green = '#7bf797'
|
||||
yellow = '#ffdb72'
|
||||
blue = '#b88eea'
|
||||
magenta = '#9b72cf'
|
||||
cyan = '#cba6f7'
|
||||
white = '#f6efff'
|
||||
|
||||
[colors.bright]
|
||||
black = '#9994a0'
|
||||
red = '#ff9fb1'
|
||||
green = '#a5ffba'
|
||||
yellow = '#ffe8a5'
|
||||
blue = '#d8b7ff'
|
||||
magenta = '#dfc4ff'
|
||||
cyan = '#ead9ff'
|
||||
white = '#fbf8ff'
|
||||
Reference in New Issue
Block a user