Last active
December 22, 2022 11:35
-
-
Save MindPatch/732f9c0b6a1c2c5c67dc9a80c5e96688 to your computer and use it in GitHub Desktop.
my terminal config (new)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
font: | |
normal: | |
family: Inconsolata | |
style: Regular | |
bold: | |
family: Inconsolata | |
style: Bold | |
italic: | |
family: Inconsolata | |
style: Italic | |
bold_italic: | |
family: Inconsolata | |
style: Bold Italic | |
size: 13 | |
# Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | |
# Copyright (c) 2017-present Sven Greb <[email protected]> | |
# Project: Nord Alacritty | |
# Version: 0.1.0 | |
# Repository: https://github.com/arcticicestudio/nord-alacritty | |
# License: MIT | |
# References: | |
# https://github.com/alacritty/alacritty | |
# Colors (Base16 Default Dark) | |
colors: | |
# Default colors | |
primary: | |
background: '0x181818' | |
foreground: '0xd8d8d8' | |
# Colors the cursor will use if `custom_cursor_colors` is true | |
cursor: | |
text: '0xd8d8d8' | |
cursor: '0xd8d8d8' | |
# Normal colors | |
normal: | |
black: '0x181818' | |
red: '0xab4642' | |
green: '0xa1b56c' | |
yellow: '0xf7ca88' | |
blue: '0x7cafc2' | |
magenta: '0xba8baf' | |
cyan: '0x86c1b9' | |
white: '0xd8d8d8' | |
# Bright colors | |
bright: | |
black: '0x585858' | |
red: '0xab4642' | |
green: '0xa1b56c' | |
yellow: '0xf7ca88' | |
blue: '0x7cafc2' | |
magenta: '0xba8baf' | |
cyan: '0x86c1b9' | |
white: '0xf8f8f8' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment