summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <brahmajit.xyz@gmail.com>2023-07-11 20:07:08 +0530
committerBrahmajit Das <brahmajit.xyz@gmail.com>2023-07-11 20:07:49 +0530
commit02de064c85ee76363cec845e11afc3fe4297b902 (patch)
treeea9bcaa3145162051f593d3688125c0a2eea70d7
parentd4614340a144ae9f2d685e9ab17da0ec8ea2d293 (diff)
alacritty: alacritty.yml: using caskadia font and setting xterm as TERM variable
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-rw-r--r--.config/alacritty/alacritty.yml45
1 files changed, 39 insertions, 6 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index 069113b..2dd025a 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -14,14 +14,14 @@
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty itself.
-#env:
+env:
# TERM variable
#
# This value is used to set the `$TERM` environment variable for
# each instance of Alacritty. If it is not present, alacritty will
# check the local terminfo database and use `alacritty` if it is
# available, otherwise `xterm-256color` is used.
-TERM: xterm-256color
+ TERM: xterm-256color
window:
# Window dimensions (changes require restart)
@@ -131,7 +131,7 @@ font:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
- family: Source Code Pro
+ family: CaskaydiaCove Nerd Font
# The `style` can be specified to pick a specific face.
style: Semibold
@@ -142,7 +142,7 @@ font:
#
# If the bold family is not specified, it will fall back to the
# value specified for the normal font.
- family: Source Code Pro
+ family: CaskaydiaCove Nerd Font
# The `style` can be specified to pick a specific face.
style: Bold
@@ -153,7 +153,7 @@ font:
#
# If the italic family is not specified, it will fall back to the
# value specified for the normal font.
- family: Source Code Pro
+ family: CaskaydiaCove Nerd Font
# The `style` can be specified to pick a specific face.
style: Semibold Italic
@@ -164,7 +164,7 @@ font:
#
# If the bold italic family is not specified, it will fall back to the
# value specified for the normal font.
- family: Source Code Pro
+ family: CaskaydiaCove Nerd Font
# The `style` can be specified to pick a specific face.
style: Bold Italic
@@ -197,6 +197,39 @@ font:
#draw_bold_text_with_bright_colors: false
# Colors (Tomorrow Night)
+## Kanagawa Dragon Alacritty Colors
+colors:
+ primary:
+ background: '#181616'
+ foreground: '#c5c9c5'
+
+ normal:
+ black: '#0d0c0c'
+ red: '#c4746e'
+ green: '#8a9a7b'
+ yellow: '#c4b28a'
+ blue: '#8ba4b0'
+ magenta: '#a292a3'
+ cyan: '#8ea4a2'
+ white: '#C8C093'
+
+ bright:
+ black: '#a6a69c'
+ red: '#E46876'
+ green: '#87a987'
+ yellow: '#E6C384'
+ blue: '#7FB4CA'
+ magenta: '#938AA9'
+ cyan: '#7AA89F'
+ white: '#c5c9c5'
+
+ selection:
+ background: '#2D4F67'
+ foreground: '#C8C093'
+
+ indexed_colors:
+ - { index: 16, color: '#b6927b' }
+ - { index: 17, color: '#b98d7b' }
#colors:
# Default colors
#primary: