diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-05-01 16:37:38 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-05-01 16:37:38 +0200 |
commit | 4277ed0f32c31db5267c173ccb45435fe8ae1667 (patch) | |
tree | 7d73974c971056b596a147cd8f9b13e8f8e2b359 /modules/wayland/alacritty.yml | |
parent | 27b2750a12eba62a9e1e48081421ea585c05954b (diff) | |
parent | 052b9c4404a2678729712092dfdbb3e2ae25997b (diff) | |
download | dots-4277ed0f32c31db5267c173ccb45435fe8ae1667.tar.gz dots-4277ed0f32c31db5267c173ccb45435fe8ae1667.zip |
Merge branch 'master' of https://github.com/pniedzwiedzinski/dots
Diffstat (limited to 'modules/wayland/alacritty.yml')
-rw-r--r-- | modules/wayland/alacritty.yml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/modules/wayland/alacritty.yml b/modules/wayland/alacritty.yml new file mode 100644 index 0000000..11e8c0d --- /dev/null +++ b/modules/wayland/alacritty.yml @@ -0,0 +1,59 @@ +window: + padding: + x: 2 + y: 8 + +font: + size: 10 + normal: + family: monospace + style: Regular + +colors: + # Default colors + primary: + background: '#2c2c2c' + foreground: '#d6d6d6' + + dim_foreground: '#dbdbdb' + bright_foreground: '#d9d9d9' + dim_background: '#202020' # not sure + bright_background: '#3a3a3a' # not sure + + # Cursor colors + cursor: + text: '#2c2c2c' + cursor: '#d9d9d9' + + # Normal colors + normal: + black: '#5c5c8c' + red: '#bc5653' + green: '#909d63' + yellow: '#ebc17a' + blue: '#7eaac7' + magenta: '#aa6292' + cyan: '#86d3ce' + white: '#ffffff' + + # Bright colors + bright: + black: '#636363' + red: '#bc5653' + green: '#909d63' + yellow: '#ebc17a' + blue: '#7eaac7' + magenta: '#aa6292' + cyan: '#86d3ce' + white: '#f7f7f7' + + # Dim colors + dim: + black: '#232323' + red: '#74423f' + green: '#5e6547' + yellow: '#8b7653' + blue: '#556b79' + magenta: '#6e4962' + cyan: '#5c8482' + white: '#828282' |