47 lines
887 B
YAML
Raw Normal View History

2023-08-16 14:25:19 +00:00
env:
TERM: alacritty
LANG: "en_US.UTF-8"
LC_CTYPE: en_US.UTF-8
font:
normal:
family: "UbuntuMono Nerd Font"
style: Regular
2023-08-18 22:40:26 +00:00
size: 14
2023-08-16 14:25:19 +00:00
key_bindings:
- { key: F11, action: ToggleFullscreen }
2023-08-18 22:40:26 +00:00
window:
2023-08-23 20:59:04 +00:00
opacity: 0.9
2023-08-18 22:40:26 +00:00
2023-08-16 14:25:19 +00:00
colors:
2023-08-18 22:40:26 +00:00
name: vscode (dark)
author: senpai-10
2023-08-16 14:25:19 +00:00
primary:
2023-08-18 22:40:26 +00:00
background: "#1E1E1E"
foreground: "#D4D4D4"
cursor:
text: "#1d1f21"
cursor: "#cccccc"
2023-08-16 14:25:19 +00:00
normal:
2023-08-18 22:40:26 +00:00
black: "#000000"
red: "#cd3131"
green: "#0dbc79"
yellow: "#e5e510"
blue: "#2472c8"
magenta: "#bc3fbc"
cyan: "#11a8cd"
white: "#e5e5e5"
2023-08-16 14:25:19 +00:00
bright:
2023-08-18 22:40:26 +00:00
black: "#666666"
red: "#f14c4c"
green: "#23d18b"
yellow: "#f5f543"
blue: "#3b8eea"
magenta: "#d670d6"
cyan: "#29b8db"
white: "#e5e5e5"
theme: vscode.dark