Add alacritty config file.
This commit is contained in:
parent
8f0340a046
commit
70a803d6c7
104
.alacritty.toml
Normal file
104
.alacritty.toml
Normal file
@ -0,0 +1,104 @@
|
||||
# Dark Theme - Note that the normal font weight is included.
|
||||
[colors.bright]
|
||||
black = "#7c7c7c"
|
||||
blue = "#0383f5"
|
||||
cyan = "#58c2e5"
|
||||
green = "#8dd006"
|
||||
magenta = "#a87db8"
|
||||
red = "#f3044b"
|
||||
white = "#ffffff"
|
||||
yellow = "#cccc81"
|
||||
|
||||
[colors.normal]
|
||||
black = "#484840"
|
||||
blue = "#01549e"
|
||||
cyan = "#1a83a6"
|
||||
green = "#74a004"
|
||||
magenta = "#89569c"
|
||||
red = "#a70334"
|
||||
white = "#cacaca"
|
||||
yellow = "#b6b649"
|
||||
|
||||
[colors.primary]
|
||||
background = "#181810"
|
||||
foreground = "#cacaca"
|
||||
|
||||
[colors]
|
||||
indexed_colors = [
|
||||
{ index = 16, color = "#181810" },
|
||||
{ index = 94, color = "#af5f00" }
|
||||
]
|
||||
|
||||
[font.normal]
|
||||
family = "Terminus"
|
||||
style = "Regular"
|
||||
|
||||
|
||||
## -----------------------------------------------------------------------------
|
||||
## Light Theme (PaperColor - Light)
|
||||
|
||||
#[colors.primary]
|
||||
#background = '#eeeeee'
|
||||
#foreground = '#444444'
|
||||
|
||||
#[colors.cursor]
|
||||
#text = '#eeeeee'
|
||||
#cursor = '#444444'
|
||||
|
||||
## Normal colors
|
||||
#[colors.normal]
|
||||
#black = '#eeeeee'
|
||||
#red = '#af0000'
|
||||
#green = '#008700'
|
||||
#yellow = '#5f8700'
|
||||
#blue = '#0087af'
|
||||
#magenta = '#878787'
|
||||
#cyan = '#005f87'
|
||||
#white = '#444444'
|
||||
|
||||
## Bright colors
|
||||
#[colors.bright]
|
||||
#black = '#bcbcbc'
|
||||
#red = '#d70000'
|
||||
#green = '#d70087'
|
||||
#yellow = '#8700af'
|
||||
#blue = '#d75f00'
|
||||
#magenta = '#d75f00'
|
||||
#cyan = '#005faf'
|
||||
#white = '#005f87'
|
||||
|
||||
#[font.normal]
|
||||
#family = "Terminus"
|
||||
#style = "Bold"
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
[font]
|
||||
size = 15.0
|
||||
|
||||
[font.bold]
|
||||
family = "Terminus"
|
||||
style = "Bold"
|
||||
|
||||
[font.bold_italic]
|
||||
family = "Terminus"
|
||||
style = "Bold Italic"
|
||||
|
||||
[font.italic]
|
||||
family = "Terminus"
|
||||
style = "Italic"
|
||||
|
||||
[[mouse.bindings]]
|
||||
action = "PasteSelection"
|
||||
mouse = "Middle"
|
||||
|
||||
[[mouse.bindings]]
|
||||
action = "Copy"
|
||||
mouse = "Right"
|
||||
|
||||
[terminal]
|
||||
|
||||
[terminal.shell]
|
||||
args = ["--login"]
|
||||
program = "/bin/bash"
|
Loading…
x
Reference in New Issue
Block a user