82 lines
1.3 KiB
YAML
82 lines
1.3 KiB
YAML
|
# シェル
|
||
|
shell:
|
||
|
program: /Windows/System32/wsl.exe ~ -d Distrod
|
||
|
|
||
|
# カーソル
|
||
|
cursor:
|
||
|
style:
|
||
|
shape: Underline
|
||
|
blinking: Always
|
||
|
unfocused_hollow: false
|
||
|
blink_interval: 470
|
||
|
|
||
|
# タブスペース
|
||
|
tabspaces: 4
|
||
|
|
||
|
# フォント
|
||
|
font:
|
||
|
size: 12
|
||
|
normal:
|
||
|
family: 'UDEV Gothic 35NFLG'
|
||
|
style: Regular
|
||
|
bold:
|
||
|
family: 'UDEV Gothic 35NFLG'
|
||
|
style: Bold
|
||
|
italic:
|
||
|
family: 'UDEV Gothic 35NFLG'
|
||
|
style: Italic
|
||
|
bold_italic:
|
||
|
family: 'UDEV Gothic 35NFLG'
|
||
|
style: Bold Italic
|
||
|
|
||
|
# ウインドウ
|
||
|
window:
|
||
|
dimensions:
|
||
|
columms: 370
|
||
|
line: 250
|
||
|
decorations: full
|
||
|
opacity: 0.97
|
||
|
padding:
|
||
|
x: 0
|
||
|
y: 0
|
||
|
dynamic_padding: false
|
||
|
|
||
|
# 環境変数
|
||
|
env:
|
||
|
TERM: alacritty
|
||
|
|
||
|
# Colors (Horizon Dark)
|
||
|
colors:
|
||
|
# Primary colors
|
||
|
primary:
|
||
|
background: '0x1c1e26'
|
||
|
foreground: '0xe0e0e0'
|
||
|
|
||
|
# Cursor colors
|
||
|
cursor:
|
||
|
cursor: '0x00ff00'
|
||
|
vi_mode_cursor:
|
||
|
cursor: '0x00ff00'
|
||
|
|
||
|
# Normal colors
|
||
|
normal:
|
||
|
black: '0x16161c'
|
||
|
red: '0xe95678'
|
||
|
green: '0x29d398'
|
||
|
yellow: '0xfab795'
|
||
|
blue: '0x26bbd9'
|
||
|
magenta: '0xee64ac'
|
||
|
cyan: '0x59e1e3'
|
||
|
white: '0xd5d8da'
|
||
|
|
||
|
# Bright colors
|
||
|
bright:
|
||
|
black: '0x5b5858'
|
||
|
red: '0xec6a88'
|
||
|
green: '0x3fdaa4'
|
||
|
yellow: '0xfbc3a7'
|
||
|
blue: '0x3fc4de'
|
||
|
magenta: '0xf075b5'
|
||
|
cyan: '0x6be4e6'
|
||
|
white: '0xd5d8da'
|