dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit fa606233c16da0ce4030208a05f99cb7513ce1b3
parent 404b8a39dab6948e8ce4e6ad0d8d10d2d202e1e4
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Fri, 10 Apr 2020 18:14:18 +0200

alacritty: global theme

Diffstat:
Malacritty/.config/alacritty/alacritty.yml | 63++++++++++++++++++++-------------------------------------------
1 file changed, 20 insertions(+), 43 deletions(-)

diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml @@ -33,9 +33,6 @@ window.padding: x: 0 y: 0 -# Display tabs using this many cells (changes require restart) -tabspaces: 8 - # When true, bold text is drawn using the bright variant of colors. draw_bold_text_with_bright_colors: false @@ -78,7 +75,7 @@ font: style: Italic # Point size of the font - size: 9.0 + size: 12.0 # Offset is the extra space around each character. offset.y can be thought of # as modifying the linespacing, and offset.x as modifying the letter spacing. @@ -101,50 +98,30 @@ font: # Should display the render timer debug.render_timer: false -# Colors (Tomorrow Night Bright) colors: - # Default colors primary: - background: '0x000000' - foreground: '0xa8a8a8' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x000000' - cursor: '0xffffff' + background: '0x282c34' + foreground: '0xdcdfe4' - # Normal colors normal: - black: '0x000000' - red: '0xa80000' - green: '0x00a800' - yellow: '0xa85400' - blue: '0x0000a8' - magenta: '0xa800a8' - cyan: '0x00a8a8' - white: '0xa8a8a8' + black: '0x282c34' + red: '0xe06c75' + green: '0x98c379' + yellow: '0xe5c07b' + blue: '0x61afef' + magenta: '0xc678dd' + cyan: '0x56b6c2' + white: '0xdcdfe4' - # Bright colors bright: - black: '0x545454' - red: '0xfc5454' - green: '0x54fc54' - yellow: '0xfcfc54' - blue: '0x5454fc' - magenta: '0xfc54fc' - cyan: '0x54fcfc' - white: '0xfcfcfc' - - # Dim colors (Optional) -# dim: -# black: '0x333333' -# red: '0xf2777a' -# green: '0x99cc99' -# yellow: '0xffcc66' -# blue: '0x6699cc' -# magenta: '0xcc99cc' -# cyan: '0x66cccc' -# white: '0xdddddd' + black: '0x282c34' + red: '0xe06c75' + green: '0x98c379' + yellow: '0xe5c07b' + blue: '0x61afef' + magenta: '0xc678dd' + cyan: '0x56b6c2' + white: '0xdcdfe4' # Visual Bell # @@ -173,7 +150,7 @@ visual_bell: duration: 0 # Background opacity -background_opacity: 1.0 +background_opacity: 0.9019607843137255 # Mouse bindings #