diff options
-rwxr-xr-x | alacritty/.config/alacritty/alacritty.yml | 59 | ||||
-rwxr-xr-x | zsh/.zshrc | 6 |
2 files changed, 30 insertions, 35 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index eb23ab9..4f1f14f 100755 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml | |||
@@ -1,54 +1,54 @@ | |||
1 | colors: | 1 | colors: |
2 | # Default colors | 2 | # Default colors |
3 | primary: | 3 | primary: |
4 | background: '0x000000' | 4 | background: '0x171a1f' |
5 | foreground: '0xeeffff' | 5 | foreground: '0xFFFFFF' |
6 | 6 | ||
7 | # Normal colors | 7 | # Normal colors |
8 | normal: | 8 | normal: |
9 | black: '0x000000' | 9 | black: '0x171a1f' |
10 | red: '0xf07178' | 10 | red: '0xEE4F84' |
11 | green: '0x13ca91' | 11 | green: '0x53E2AE' |
12 | yellow: '0x00fdb4' | 12 | yellow: '0xF1FF52' |
13 | blue: '0x7898fb' | 13 | blue: '0x6498EF' |
14 | magenta: '0xff3299' | 14 | magenta: '0x985EFF' |
15 | cyan: '0x79ffe1' | 15 | cyan: '0x24D1E7' |
16 | white: '0xeeffff' | 16 | white: '0xE5E5E5' |
17 | 17 | ||
18 | # Bright colors | 18 | # Bright colors |
19 | bright: | 19 | bright: |
20 | black: '0x4a4a4a' | 20 | black: '0x20242a' |
21 | red: '0xf78c6c' | 21 | red: '0xF48FB1' |
22 | green: '0x303030' | 22 | green: '0xA1EFD3' |
23 | yellow: '0x353535' | 23 | yellow: '0xF1FA8C' |
24 | blue: '0x787878' | 24 | blue: '0x92B6F4' |
25 | magenta: '0xeeffff' | 25 | magenta: '0xBD99FF' |
26 | cyan: '0xff5370' | 26 | cyan: '0x87DFEB' |
27 | white: '0xffffff' | 27 | white: '0xF8F8F2' |
28 | 28 | ||
29 | background_opacity: 1.0 | 29 | background_opacity: 1.0 |
30 | 30 | ||
31 | font: | 31 | font: |
32 | normal: | 32 | normal: |
33 | family: "Hermit" | 33 | family: "SF Mono" |
34 | style: Regular | 34 | style: Medium |
35 | bold: | 35 | bold: |
36 | family: "Hermit" | 36 | family: "SF Mono" |
37 | style: Bold | 37 | style: Bold |
38 | italic: | 38 | italic: |
39 | family: "Hermit" | 39 | family: "SF Mono" |
40 | style: Italic | 40 | style: Italic |
41 | 41 | ||
42 | # Point size | 42 | # Point size |
43 | size: 8.5 | 43 | size: 11.5 |
44 | antialias: true | 44 | antialias: true |
45 | autohint: true | 45 | autohint: true |
46 | lcdfiler: lcddefault | 46 | lcdfiler: lcddefault |
47 | rgba: rgb | 47 | rgba: rgb |
48 | 48 | ||
49 | offset: | 49 | offset: |
50 | x: 0 | 50 | x: 1 |
51 | y: 0 | 51 | y: 1 |
52 | glyph_offset: | 52 | glyph_offset: |
53 | x: 0 | 53 | x: 0 |
54 | y: 0 | 54 | y: 0 |
@@ -83,10 +83,5 @@ selection: | |||
83 | live_config_reload: true | 83 | live_config_reload: true |
84 | 84 | ||
85 | key_bindings: | 85 | key_bindings: |
86 | - { key: V, mods: Control|Shift, action: Paste } | 86 | - { key: V, mods: Control|Alt, action: Paste } |
87 | - { key: C, mods: Control|Shift, action: Copy } | 87 | - { key: C, mods: Control|Alt, action: Copy } |
88 | - { key: Key0, mods: Control, action: ResetFontSize } | ||
89 | - { key: Equals, mods: Control, action: IncreaseFontSize } | ||
90 | - { key: Add, mods: Control, action: IncreaseFontSize } | ||
91 | - { key: Subtract, mods: Control, action: DecreaseFontSize } | ||
92 | - { key: Minus, mods: Control, action: DecreaseFontSize } | ||
@@ -7,10 +7,10 @@ setopt appendhistory hist_ignore_all_dups hist_ignore_space | |||
7 | #exports | 7 | #exports |
8 | export VISUAL=nvim | 8 | export VISUAL=nvim |
9 | export EDITOR="$VISUAL" | 9 | export EDITOR="$VISUAL" |
10 | export BROWSER=brave | 10 | export BROWSER=brave-bin |
11 | export PATH=$PATH:$HOME/.bin | 11 | export PATH=$PATH:$HOME/.bin |
12 | export TERM=rxvt-unicode-256color | 12 | export TERM=foot |
13 | export XDG_CURRENT_DESKTOP=bspwm | 13 | export XDG_CURRENT_DESKTOP=sway |
14 | 14 | ||
15 | #aliases | 15 | #aliases |
16 | alias ..="cd .." | 16 | alias ..="cd .." |