Skip to content

Instantly share code, notes, and snippets.

@slow-is-fast
Created March 30, 2021 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slow-is-fast/7fb70d3a71dc0d3b80959f6933bc9e8e to your computer and use it in GitHub Desktop.
Save slow-is-fast/7fb70d3a71dc0d3b80959f6933bc9e8e to your computer and use it in GitHub Desktop.
alacritty.yml
# 默认窗口无标题栏,16:9的窗口比例启动
window:
# decorations: "none"
# dimensions:
# columns: 120
# lines: 30
startup_mode: Maximized
# 背景半透明,方便抄代码
background_opacity: 0.9
# 实时重载配置文件,不用重启测试配置选项
live_config_reload: true
# 主题,抄肥猫的主题配色
# Colors (Pencil Light)
colors:
# Default Colors
primary:
background: '0xf1f1f1'
foreground: '0x424242'
# Normal colors
normal:
black: '0x212121'
red: '0xc30771'
green: '0x10a778'
yellow: '0xa89c14'
blue: '0x008ec4'
magenta: '0x523c79'
cyan: '0x20a5ba'
white: '0xe0e0e0'
# Bright colors
bright:
black: '0x212121'
red: '0xfb007a'
green: '0x5fd7af'
yellow: '0xf3e430'
blue: '0x20bbfc'
magenta: '0x6855de'
cyan: '0x4fb8cc'
white: '0xf1f1f1'
# 字体设置为等宽字体,可以用命令 fc-list 查看你系统的字体
font:
size: 16
normal:
family: Fira Code
style: Regular
bold:
family: Fira Code
italic:
family: Fira Code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment