alacritty + nord
This commit is contained in:
9
config/.config/alacritty/alacritty.toml
Normal file
9
config/.config/alacritty/alacritty.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[general]
|
||||
import = ["nord.toml"]
|
||||
|
||||
[font]
|
||||
size = 14
|
||||
|
||||
[font.normal]
|
||||
family = "Iosevka Term SS12"
|
||||
style = "Regular"
|
||||
248
config/.config/alacritty/alacritty.yml
Normal file
248
config/.config/alacritty/alacritty.yml
Normal file
@@ -0,0 +1,248 @@
|
||||
font:
|
||||
# normal:
|
||||
# family: Cascadia Code
|
||||
# style: Regular
|
||||
#
|
||||
# bold:
|
||||
# family: Cascadia Code
|
||||
# style: Bold
|
||||
#
|
||||
# italic:
|
||||
# family: Cascadia Code
|
||||
# style: Italic
|
||||
#
|
||||
# bold_italic:
|
||||
# family: Cascadia Code
|
||||
# style: Bold Italic
|
||||
#
|
||||
normal:
|
||||
family: Olympe Mono Hacked
|
||||
style: Regular
|
||||
size: 12
|
||||
# shell:
|
||||
# program: /bin/zsh
|
||||
# args:
|
||||
# - --login
|
||||
# - -c
|
||||
# - 'tmux attach -t TMUX || tmux new -s TMUX'
|
||||
# ...
|
||||
|
||||
# Colors (One Half Dark)
|
||||
# colors:
|
||||
# primary:
|
||||
# background: '0x282c34'
|
||||
# foreground: '0xdcdfe4'
|
||||
|
||||
# normal:
|
||||
# black: '0x282c34'
|
||||
# red: '0xe06c75'
|
||||
# green: '0x98c379'
|
||||
# yellow: '0xe5c07b'
|
||||
# blue: '0x61afef'
|
||||
# magenta: '0xc678dd'
|
||||
# cyan: '0x56b6c2'
|
||||
# white: '0xdcdfe4'
|
||||
|
||||
# bright:
|
||||
# black: '0x282c34'
|
||||
# red: '0xe06c75'
|
||||
# green: '0x98c379'
|
||||
# yellow: '0xe5c07b'
|
||||
# blue: '0x61afef'
|
||||
# magenta: '0xc678dd'
|
||||
# cyan: '0x56b6c2'
|
||||
# white: '0xdcdfe4'
|
||||
|
||||
|
||||
# Colors (One Half Light)
|
||||
#colors:
|
||||
# primary:
|
||||
# background: '0xfafafa'
|
||||
# foreground: '0x383a42'
|
||||
#
|
||||
# normal:
|
||||
# black: '0x383a42'
|
||||
# red: '0xe45649'
|
||||
# green: '0x50a14f'
|
||||
# yellow: '0xc18401'
|
||||
# blue: '0x0184bc'
|
||||
# magenta: '0xa626a4'
|
||||
# cyan: '0x0997b3'
|
||||
# white: '0xfafafa'
|
||||
#
|
||||
# bright:
|
||||
# black: '0x383a42'
|
||||
# red: '0xe45649'
|
||||
# green: '0x50a14f'
|
||||
# yellow: '0xc18401'
|
||||
# blue: '0x0184bc'
|
||||
# magenta: '0xa626a4'
|
||||
# cyan: '0x0997b3'
|
||||
# white: '0xfafafa'
|
||||
|
||||
|
||||
# Colors (Dracula)
|
||||
#colors:
|
||||
# primary:
|
||||
# background: '0x282a36'
|
||||
# foreground: '0xf8f8f2'
|
||||
# cursor:
|
||||
# text: CellBackground
|
||||
# cursor: CellForeground
|
||||
# vi_mode_cursor:
|
||||
# text: CellBackground
|
||||
# cursor: CellForeground
|
||||
# search:
|
||||
# matches:
|
||||
# foreground: '0x44475a'
|
||||
# background: '0x50fa7b'
|
||||
# focused_match:
|
||||
# foreground: '0x44475a'
|
||||
# background: '0xffb86c'
|
||||
# bar:
|
||||
# background: '0x282a36'
|
||||
# foreground: '0xf8f8f2'
|
||||
# line_indicator:
|
||||
# foreground: None
|
||||
# background: None
|
||||
# selection:
|
||||
# text: CellForeground
|
||||
# background: '0x44475a'
|
||||
# normal:
|
||||
# black: '0x000000'
|
||||
# red: '0xff5555'
|
||||
# green: '0x50fa7b'
|
||||
# yellow: '0xf1fa8c'
|
||||
# blue: '0xbd93f9'
|
||||
# magenta: '0xff79c6'
|
||||
# cyan: '0x8be9fd'
|
||||
# white: '0xbfbfbf'
|
||||
# bright:
|
||||
# black: '0x4d4d4d'
|
||||
# red: '0xff6e67'
|
||||
# green: '0x5af78e'
|
||||
# yellow: '0xf4f99d'
|
||||
# blue: '0xcaa9fa'
|
||||
# magenta: '0xff92d0'
|
||||
# cyan: '0x9aedfe'
|
||||
# white: '0xe6e6e6'
|
||||
# dim:
|
||||
# black: '0x14151b'
|
||||
# red: '0xff2222'
|
||||
# green: '0x1ef956'
|
||||
# yellow: '0xebf85b'
|
||||
# blue: '0x4d5b86'
|
||||
# magenta: '0xff46b0'
|
||||
# cyan: '0x59dffc'
|
||||
# white: '0xe6e6d1'
|
||||
|
||||
|
||||
# Colors (Nord)
|
||||
#colors:
|
||||
# primary:
|
||||
# background: '#2e3440'
|
||||
# foreground: '#d8dee9'
|
||||
# dim_foreground: '#a5abb6'
|
||||
# cursor:
|
||||
# text: '#2e3440'
|
||||
# cursor: '#d8dee9'
|
||||
# vi_mode_cursor:
|
||||
# text: '#2e3440'
|
||||
# cursor: '#d8dee9'
|
||||
# selection:
|
||||
# text: CellForeground
|
||||
# background: '#4c566a'
|
||||
# search:
|
||||
# matches:
|
||||
# foreground: CellBackground
|
||||
# background: '#88c0d0'
|
||||
# bar:
|
||||
# background: '#434c5e'
|
||||
# foreground: '#d8dee9'
|
||||
# normal:
|
||||
# black: '#3b4252'
|
||||
# red: '#bf616a'
|
||||
# green: '#a3be8c'
|
||||
# yellow: '#ebcb8b'
|
||||
# blue: '#81a1c1'
|
||||
# magenta: '#b48ead'
|
||||
# cyan: '#88c0d0'
|
||||
# white: '#e5e9f0'
|
||||
# bright:
|
||||
# black: '#4c566a'
|
||||
# red: '#bf616a'
|
||||
# green: '#a3be8c'
|
||||
# yellow: '#ebcb8b'
|
||||
# blue: '#81a1c1'
|
||||
# magenta: '#b48ead'
|
||||
# cyan: '#8fbcbb'
|
||||
# white: '#eceff4'
|
||||
# dim:
|
||||
# black: '#373e4d'
|
||||
# red: '#94545d'
|
||||
# green: '#809575'
|
||||
# yellow: '#b29e75'
|
||||
# blue: '#68809a'
|
||||
# magenta: '#8c738c'
|
||||
# cyan: '#6d96a5'
|
||||
# white: '#aeb3bb'
|
||||
|
||||
# Visual Bell
|
||||
# ...
|
||||
#background_opacity: 0.90
|
||||
# Colors (Terminal.app)
|
||||
# colors:
|
||||
# # Default colors
|
||||
# primary:
|
||||
# background: '0x000000'
|
||||
# foreground: '0xb6b6b6'
|
||||
#
|
||||
# # Normal colors
|
||||
# normal:
|
||||
# black: '0x000000'
|
||||
# red: '0x990000'
|
||||
# green: '0x00a600'
|
||||
# yellow: '0x999900'
|
||||
# blue: '0x0000b2'
|
||||
# magenta: '0xb200b2'
|
||||
# cyan: '0x00a6b2'
|
||||
# white: '0xbfbfbf'
|
||||
#
|
||||
# # Bright colors
|
||||
# bright:
|
||||
# black: '0x666666'
|
||||
# red: '0xe50000'
|
||||
# green: '0x00d900'
|
||||
# yellow: '0xe5e500'
|
||||
# blue: '0x0000ff'
|
||||
# magenta: '0xe500e5'
|
||||
# cyan: '0x00e5e5'
|
||||
# white: '0xe5e5e5'
|
||||
# Gnome (Gnome Terminal Default)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x1e1e1e'
|
||||
foreground: '0xffffff'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x171421'
|
||||
red: '0xc01c28'
|
||||
green: '0x26a269'
|
||||
yellow: '0xa2734c'
|
||||
blue: '0x12488b'
|
||||
magenta: '0xa347ba'
|
||||
cyan: '0x2aa1b3'
|
||||
white: '0xd0cfcc'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x535c64'
|
||||
red: '0xf66151'
|
||||
green: '0x33d17a'
|
||||
yellow: '0xe9ad0c'
|
||||
blue: '0x2a7bde'
|
||||
magenta: '0xc061cb'
|
||||
cyan: '0x33c7de'
|
||||
white: '0xffffff'
|
||||
37
config/.config/alacritty/colors
Normal file
37
config/.config/alacritty/colors
Normal file
@@ -0,0 +1,37 @@
|
||||
# Base16 Nord - alacritty color config
|
||||
# arcticicestudio
|
||||
|
||||
[colors]
|
||||
draw_bold_text_with_bright_colors = false
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '0x2e3440'
|
||||
foreground = '0xe5e9f0'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
[colors.cursor]
|
||||
text = '0x2e3440'
|
||||
cursor = '0xe5e9f0'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '0x2e3440'
|
||||
red = '0xbf616a'
|
||||
green = '0xa3be8c'
|
||||
yellow = '0xebcb8b'
|
||||
blue = '0x81a1c1'
|
||||
magenta = '0xb48ead'
|
||||
cyan = '0x88c0d0'
|
||||
white = '0xe5e9f0'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '0x4c566a'
|
||||
red = '0xd08770'
|
||||
green = '0x3b4252'
|
||||
yellow = '0x434c5e'
|
||||
blue = '0xd8dee9'
|
||||
magenta = '0xeceff4'
|
||||
cyan = '0x5e81ac'
|
||||
white = '0x8fbcbb'
|
||||
58
config/.config/alacritty/nord.toml
Normal file
58
config/.config/alacritty/nord.toml
Normal file
@@ -0,0 +1,58 @@
|
||||
# TOML interpretation of the https://github.com/nordtheme/alacritty
|
||||
# See also: https://github.com/nordtheme/alacritty/issues/40
|
||||
# (if the above is resolved, you may not need this Gist)
|
||||
|
||||
[colors.primary]
|
||||
background = "#2e3440"
|
||||
foreground = "#d8dee9"
|
||||
dim_foreground = "#a5abb6"
|
||||
|
||||
[colors.cursor]
|
||||
text = "#2e3440"
|
||||
cursor = "#d8dee9"
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
text = "#2e3440"
|
||||
cursor = "#d8dee9"
|
||||
|
||||
[colors.selection]
|
||||
text = "CellForeground"
|
||||
background = "#4c566a"
|
||||
|
||||
[colors.search.matches]
|
||||
foreground = "CellBackground"
|
||||
background = "#88c0d0"
|
||||
|
||||
[colors.footer_bar]
|
||||
background = "#434c5e"
|
||||
foreground = "#d8dee9"
|
||||
|
||||
[colors.normal]
|
||||
black = "#3b4252"
|
||||
red = "#bf616a"
|
||||
green = "#a3be8c"
|
||||
yellow = "#ebcb8b"
|
||||
blue = "#81a1c1"
|
||||
magenta = "#b48ead"
|
||||
cyan = "#88c0d0"
|
||||
white = "#e5e9f0"
|
||||
|
||||
[colors.bright]
|
||||
black = "#4c566a"
|
||||
red = "#bf616a"
|
||||
green = "#a3be8c"
|
||||
yellow = "#ebcb8b"
|
||||
blue = "#81a1c1"
|
||||
magenta = "#b48ead"
|
||||
cyan = "#8fbcbb"
|
||||
white = "#eceff4"
|
||||
|
||||
[colors.dim]
|
||||
black = "#373e4d"
|
||||
red = "#94545d"
|
||||
green = "#809575"
|
||||
yellow = "#b29e75"
|
||||
blue = "#68809a"
|
||||
magenta = "#8c738c"
|
||||
cyan = "#6d96a5"
|
||||
white = "#aeb3bb"
|
||||
51
config/.config/alacritty/nord.yaml
Normal file
51
config/.config/alacritty/nord.yaml
Normal file
@@ -0,0 +1,51 @@
|
||||
# Copyright (c) 2016-present Sven Greb <development@svengreb.de>
|
||||
# This source code is licensed under the MIT license found in the license file.
|
||||
|
||||
colors:
|
||||
primary:
|
||||
background: "#2e3440"
|
||||
foreground: "#d8dee9"
|
||||
dim_foreground: "#a5abb6"
|
||||
cursor:
|
||||
text: "#2e3440"
|
||||
cursor: "#d8dee9"
|
||||
vi_mode_cursor:
|
||||
text: "#2e3440"
|
||||
cursor: "#d8dee9"
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "#4c566a"
|
||||
search:
|
||||
matches:
|
||||
foreground: CellBackground
|
||||
background: "#88c0d0"
|
||||
bar:
|
||||
background: "#434c5e"
|
||||
foreground: "#d8dee9"
|
||||
normal:
|
||||
black: "#3b4252"
|
||||
red: "#bf616a"
|
||||
green: "#a3be8c"
|
||||
yellow: "#ebcb8b"
|
||||
blue: "#81a1c1"
|
||||
magenta: "#b48ead"
|
||||
cyan: "#88c0d0"
|
||||
white: "#e5e9f0"
|
||||
bright:
|
||||
black: "#4c566a"
|
||||
red: "#bf616a"
|
||||
green: "#a3be8c"
|
||||
yellow: "#ebcb8b"
|
||||
blue: "#81a1c1"
|
||||
magenta: "#b48ead"
|
||||
cyan: "#8fbcbb"
|
||||
white: "#eceff4"
|
||||
dim:
|
||||
black: "#373e4d"
|
||||
red: "#94545d"
|
||||
green: "#809575"
|
||||
yellow: "#b29e75"
|
||||
blue: "#68809a"
|
||||
magenta: "#8c738c"
|
||||
cyan: "#6d96a5"
|
||||
white: "#aeb3bb"
|
||||
Reference in New Issue
Block a user