moved configs to sub folders
This commit is contained in:
28
alacritty/alacritty.theme.yaml
Normal file
28
alacritty/alacritty.theme.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
# Colors (Tomorrow Night Bright)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x000000'
|
||||
foreground: '0xeaeaea'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xd54e53'
|
||||
green: '0xb9ca4a'
|
||||
yellow: '0xe6c547'
|
||||
blue: '0x7aa6da'
|
||||
magenta: '0xc397d8'
|
||||
cyan: '0x70c0ba'
|
||||
white: '0x424242'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x666666'
|
||||
red: '0xff3334'
|
||||
green: '0x9ec400'
|
||||
yellow: '0xe7c547'
|
||||
blue: '0x7aa6da'
|
||||
magenta: '0xb77ee0'
|
||||
cyan: '0x54ced6'
|
||||
white: '0x2a2a2a'
|
||||
65
alacritty/alacritty.toml
Normal file
65
alacritty/alacritty.toml
Normal file
@@ -0,0 +1,65 @@
|
||||
import = ["~..config/alacritty/themes/themes/tomorrow_night_bright.yaml"]
|
||||
|
||||
[colors]
|
||||
draw_bold_text_with_bright_colors = false
|
||||
|
||||
[cursor]
|
||||
blink_timeout = 5
|
||||
unfocused_hollow = true
|
||||
vi_mode_style = "Beam"
|
||||
|
||||
[cursor.style]
|
||||
blinking = "On"
|
||||
shape = "Underline"
|
||||
|
||||
[env]
|
||||
TERM = "alacritty"
|
||||
|
||||
[font.normal]
|
||||
family = "monospace"
|
||||
|
||||
[hints]
|
||||
alphabet = "jfkdls;ahgurieowpq"
|
||||
|
||||
[[hints.enabled]]
|
||||
command = "xdg-open"
|
||||
hyperlinks = true
|
||||
post_processing = true
|
||||
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-<>\"\\s{-}\\^⟨⟩`]+"
|
||||
|
||||
[hints.enabled.binding]
|
||||
key = "U"
|
||||
mods = "Control|Shift"
|
||||
|
||||
[hints.enabled.mouse]
|
||||
enabled = true
|
||||
mods = "None"
|
||||
|
||||
[mouse]
|
||||
hide_when_typing = false
|
||||
|
||||
[scrolling]
|
||||
history = 10000
|
||||
multiplier = 3
|
||||
|
||||
[shell]
|
||||
program = "/bin/zsh"
|
||||
|
||||
[window]
|
||||
decorations = "none"
|
||||
dynamic_title = true
|
||||
opacity = 0.95
|
||||
startup_mode = "Maximized"
|
||||
title = "Alacritty"
|
||||
|
||||
[window.class]
|
||||
general = "Alacritty"
|
||||
instance = "Alacritty"
|
||||
|
||||
[window.padding]
|
||||
x = 2
|
||||
y = 2
|
||||
|
||||
[window.position]
|
||||
x = 0
|
||||
y = 0
|
||||
Reference in New Issue
Block a user