Alacritty: adapt font and colors to falcon
<BODY> Jira: FAD-
This commit is contained in:
@@ -119,7 +119,7 @@ font:
|
|||||||
# - (macOS) Menlo
|
# - (macOS) Menlo
|
||||||
# - (Linux/BSD) monospace
|
# - (Linux/BSD) monospace
|
||||||
# - (Windows) Consolas
|
# - (Windows) Consolas
|
||||||
family: IBM Plex Mono
|
family: IBM Plex Mono Text
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
style: Text
|
style: Text
|
||||||
@@ -158,7 +158,7 @@ font:
|
|||||||
style: Bold Italic
|
style: Bold Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 7.0
|
size: 8.5
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought
|
# Offset is the extra space around each character. `offset.y` can be thought
|
||||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||||
@@ -332,40 +332,6 @@ font:
|
|||||||
# the default background. When set to `true` all cells will be transparent
|
# the default background. When set to `true` all cells will be transparent
|
||||||
# regardless of their background color.
|
# regardless of their background color.
|
||||||
#transparent_background_colors: false
|
#transparent_background_colors: false
|
||||||
# https://github.com/srcery-colors/srcery-terminal/
|
|
||||||
# Colors (Srcery)
|
|
||||||
colors:
|
|
||||||
# Default colors
|
|
||||||
primary:
|
|
||||||
background: '#1c1b19'
|
|
||||||
foreground: '#fce8c3'
|
|
||||||
|
|
||||||
# Cursor colors
|
|
||||||
cursor:
|
|
||||||
text: CellBackground
|
|
||||||
cursor: '#fbb829'
|
|
||||||
|
|
||||||
# Normal colors
|
|
||||||
normal:
|
|
||||||
black: '#1c1b19'
|
|
||||||
red: '#ef2f27'
|
|
||||||
green: '#519f50'
|
|
||||||
yellow: '#fbb829'
|
|
||||||
blue: '#2c78bf'
|
|
||||||
magenta: '#e02c6d'
|
|
||||||
cyan: '#0aaeb3'
|
|
||||||
white: '#baa67f'
|
|
||||||
|
|
||||||
# Bright colors
|
|
||||||
bright:
|
|
||||||
black: '#918175'
|
|
||||||
red: '#f75341'
|
|
||||||
green: '#98bc37'
|
|
||||||
yellow: '#fed06e'
|
|
||||||
blue: '#68a8e4'
|
|
||||||
magenta: '#ff5c8f'
|
|
||||||
cyan: '#2be4d0'
|
|
||||||
white: '#fce8c3'
|
|
||||||
|
|
||||||
# Bell
|
# Bell
|
||||||
#
|
#
|
||||||
@@ -928,3 +894,63 @@ key_bindings:
|
|||||||
|
|
||||||
# Highlight window damage information.
|
# Highlight window damage information.
|
||||||
#highlight_damage: false
|
#highlight_damage: false
|
||||||
|
import:
|
||||||
|
# - ~/various/alacritty-theme/themes/afterglow.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/argonaut.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/atom_one_light.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/ayu_dark.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/base16_default_dark.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/blood_moon.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/breeze.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/campbell.yaml # A good one
|
||||||
|
# - ~/various/alacritty-theme/themes/challenger_deep.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/Cobalt2.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/cyber_punk_neon.yaml # Quite good one
|
||||||
|
# - ~/various/alacritty-theme/themes/darcula.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/dark_pastels.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/doom_one.yml
|
||||||
|
# - ~/various/alacritty-theme/themes/dracula.yaml
|
||||||
|
- ~/various/alacritty-theme/themes/falcon.yaml
|
||||||
|
#- ~/various/alacritty-theme/themes/flat_remix.yml
|
||||||
|
# - ~/various/alacritty-theme/themes/gotham.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/gruvbox_dark.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/gruvbox_light.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/gruvbox_material.yml
|
||||||
|
# - ~/various/alacritty-theme/themes/high_contrast.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/horizon-dark.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/hyper.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/iterm.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/konsole_linux.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/low_contrast.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/material_theme_mod.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/material_theme.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/monokai_pro.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/moonlight_ii_vscode.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/night_owlish_light.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/nord.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/oceanic_next.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/omni.yml
|
||||||
|
# - ~/various/alacritty-theme/themes/one_dark.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/palenight.yml
|
||||||
|
# - ~/various/alacritty-theme/themes/papercolor_dark.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/papercolor_light.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/papertheme.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/pencil_dark.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/pencil_light.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/remedy_dark.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/seashells.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/smoooooth.yml
|
||||||
|
# - ~/various/alacritty-theme/themes/snazzy.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/solarized_dark.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/solarized_light.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/taerminal.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/tango_dark.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/tender.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/terminal_app.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/thelovelace.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/tokyo-night-storm.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/tokyo-night.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/tomorrow_night_bright.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/tomorrow_night.yaml
|
||||||
|
# - ~/various/alacritty-theme/themes/wombat.yaml
|
||||||
|
#- ~/various/alacritty-theme/themes/xterm.yaml
|
||||||
|
|||||||
@@ -14,3 +14,7 @@ if type -q exa
|
|||||||
alias lss="exa --sort=oldest"
|
alias lss="exa --sort=oldest"
|
||||||
alias lst="exa -F -g --icons -T"
|
alias lst="exa -F -g --icons -T"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if type -q xcp
|
||||||
|
alias cp="xcp"
|
||||||
|
end
|
||||||
|
|||||||
@@ -20,3 +20,4 @@ set -x JIRA_API_TOKEN NDE2ODEyOTM5OTI2Ontw1zkanbJ8sAFMDUI1Y0QxOH7d
|
|||||||
#if status is-interactive
|
#if status is-interactive
|
||||||
# cat ~/.cache/wal/sequences
|
# cat ~/.cache/wal/sequences
|
||||||
#end
|
#end
|
||||||
|
source ~/.config/nvim/plugins/falcon/exa/EXA_COLORS
|
||||||
|
|||||||
Reference in New Issue
Block a user