diff options
| author | Blista Kanjo | 2022-04-29 15:55:21 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-04-29 15:55:21 -0400 |
| commit | 871ec43d9e255273e9e55a7b21c5c6f5bc857891 (patch) | |
| tree | 174cc7670aeb098ad5a9a60251fdd1e29687fc48 /alacritty.yml | |
| parent | 5b1e0807c76b20642b2621bc50913d7e3a0e3944 (diff) | |
fixed sectioning and some mistakes
Diffstat (limited to 'alacritty.yml')
| -rw-r--r-- | alacritty.yml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/alacritty.yml b/alacritty.yml index fec3c80..7281394 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -851,11 +851,11 @@ key_bindings: #print_events: false -############################################### -# Custom Colors and Configs from the internet # -############################################### +########################################## +# Custom Colors and Configs from Myself # +########################################## -# Colors (Hyper) +# Colors (DarkPastels from qterminal) colors: # Default colors primary: @@ -897,3 +897,8 @@ colors: cursor: # text: CellBackground cursor: "#69baa7" + + +############################################### +# Custom Colors and Configs from the internet # +############################################### |
