Change Alacritty color scheme
This commit is contained in:
@@ -66,19 +66,19 @@ scrolling:
|
|||||||
font:
|
font:
|
||||||
# Normal (roman) font face
|
# Normal (roman) font face
|
||||||
normal:
|
normal:
|
||||||
family: hack
|
family: Hack Nerd Font
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
style: Regular
|
style: Regular
|
||||||
|
|
||||||
# Bold font face
|
# Bold font face
|
||||||
bold:
|
bold:
|
||||||
family: hack
|
family: Hack Nerd Font
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
style: Bold
|
style: Bold
|
||||||
|
|
||||||
# Italic font face
|
# Italic font face
|
||||||
italic:
|
italic:
|
||||||
family: hack
|
family: Hack Nerd Font
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
style: Italic
|
style: Italic
|
||||||
|
|
||||||
@@ -101,54 +101,8 @@ font:
|
|||||||
# If `true`, bold text is drawn using the bright color variants.
|
# If `true`, bold text is drawn using the bright color variants.
|
||||||
draw_bold_text_with_bright_colors: true
|
draw_bold_text_with_bright_colors: true
|
||||||
|
|
||||||
# Cyberpunk-Neon colours
|
import:
|
||||||
colors:
|
- ~/.config/alacritty/themes/themes/monokai-pro.yaml
|
||||||
# Default colours
|
|
||||||
primary:
|
|
||||||
background: '0x000b1e'
|
|
||||||
foreground: '0x0abdc6'
|
|
||||||
|
|
||||||
# Colors that should be used to draw the terminal cursor. If these are unset,
|
|
||||||
# the cursor colour will be the inverse of the cell colour.
|
|
||||||
# cursor:
|
|
||||||
# text: '0x2e2e2d'
|
|
||||||
# # text: '0x000000'
|
|
||||||
# cursor: '0xffffff'
|
|
||||||
|
|
||||||
# Normal colors
|
|
||||||
normal:
|
|
||||||
black: '0x123e7c'
|
|
||||||
red: '0xff0000'
|
|
||||||
green: '0xd300c4'
|
|
||||||
yellow: '0xf57800'
|
|
||||||
blue: '0x123e7c'
|
|
||||||
magenta: '0x711c91'
|
|
||||||
cyan: '0x0abdc6'
|
|
||||||
white: '0xd7d7d5'
|
|
||||||
|
|
||||||
# Bright colors
|
|
||||||
bright:
|
|
||||||
black: '0x1c61c2'
|
|
||||||
red: '0xff0000'
|
|
||||||
green: '0xd300c4'
|
|
||||||
yellow: '0xf57800'
|
|
||||||
blue: '0x00ff00'
|
|
||||||
magenta: '0x711c91'
|
|
||||||
cyan: '0x0abdc6'
|
|
||||||
white: '0xd7d7d5'
|
|
||||||
|
|
||||||
# dim colors
|
|
||||||
dim:
|
|
||||||
black: '0x1c61c2'
|
|
||||||
red: '0xff0000'
|
|
||||||
green: '0xd300c4'
|
|
||||||
yellow: '0xf57800'
|
|
||||||
blue: '0x123e7c'
|
|
||||||
magenta: '0x711c91'
|
|
||||||
cyan: '0x0abdc6'
|
|
||||||
white: '0xd7d7d5'
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Visual Bell
|
# Visual Bell
|
||||||
#
|
#
|
||||||
|
46
.config/alacritty/themes/cyber-punk-neon.yml
Normal file
46
.config/alacritty/themes/cyber-punk-neon.yml
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
# Cyberpunk-Neon colours
|
||||||
|
colors:
|
||||||
|
# Default colours
|
||||||
|
primary:
|
||||||
|
background: '0x000b1e'
|
||||||
|
foreground: '0x0abdc6'
|
||||||
|
|
||||||
|
# Colors that should be used to draw the terminal cursor. If these are unset,
|
||||||
|
# the cursor colour will be the inverse of the cell colour.
|
||||||
|
# cursor:
|
||||||
|
# text: '0x2e2e2d'
|
||||||
|
# # text: '0x000000'
|
||||||
|
# cursor: '0xffffff'
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
normal:
|
||||||
|
black: '0x123e7c'
|
||||||
|
red: '0xff0000'
|
||||||
|
green: '0xd300c4'
|
||||||
|
yellow: '0xf57800'
|
||||||
|
blue: '0x123e7c'
|
||||||
|
magenta: '0x711c91'
|
||||||
|
cyan: '0x0abdc6'
|
||||||
|
white: '0xd7d7d5'
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
bright:
|
||||||
|
black: '0x1c61c2'
|
||||||
|
red: '0xff0000'
|
||||||
|
green: '0xd300c4'
|
||||||
|
yellow: '0xf57800'
|
||||||
|
blue: '0x00ff00'
|
||||||
|
magenta: '0x711c91'
|
||||||
|
cyan: '0x0abdc6'
|
||||||
|
white: '0xd7d7d5'
|
||||||
|
|
||||||
|
# dim colors
|
||||||
|
dim:
|
||||||
|
black: '0x1c61c2'
|
||||||
|
red: '0xff0000'
|
||||||
|
green: '0xd300c4'
|
||||||
|
yellow: '0xf57800'
|
||||||
|
blue: '0x123e7c'
|
||||||
|
magenta: '0x711c91'
|
||||||
|
cyan: '0x0abdc6'
|
||||||
|
white: '0xd7d7d5'
|
27
.config/alacritty/themes/monokai-pro.yml
Normal file
27
.config/alacritty/themes/monokai-pro.yml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
colors:
|
||||||
|
# Default colors
|
||||||
|
primary:
|
||||||
|
background: '0x2D2A2E'
|
||||||
|
foreground: '0xfff1f3'
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
normal:
|
||||||
|
black: '0x2c2525'
|
||||||
|
red: '0xfd6883'
|
||||||
|
green: '0xadda78'
|
||||||
|
yellow: '0xf9cc6c'
|
||||||
|
blue: '0xf38d70'
|
||||||
|
magenta: '0xa8a9eb'
|
||||||
|
cyan: '0x85dacc'
|
||||||
|
white: '0xfff1f3'
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
bright:
|
||||||
|
black: '0x72696a'
|
||||||
|
red: '0xfd6883'
|
||||||
|
green: '0xadda78'
|
||||||
|
yellow: '0xf9cc6c'
|
||||||
|
blue: '0xf38d70'
|
||||||
|
magenta: '0xa8a9eb'
|
||||||
|
cyan: '0x85dacc'
|
||||||
|
white: '0xfff1f3'
|
Reference in New Issue
Block a user