From 8d5a633d7aee39a10538bfa815af54cebe23b0fa Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Fri, 6 Dec 2019 10:08:50 +0100 Subject: [PATCH] resolution changes --- .Xresources | 1 - .config/alacritty/alacritty-dark.yml | 7 ------- .config/alacritty/alacritty.yml | 2 +- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.Xresources b/.Xresources index 99983f0..7e39859 100644 --- a/.Xresources +++ b/.Xresources @@ -1,5 +1,4 @@ Xft.dpi: 210 -!Xft.dpi: 144 Xft.antialias: 1 Xft.rgba: rgb Xft.hinting: 1 diff --git a/.config/alacritty/alacritty-dark.yml b/.config/alacritty/alacritty-dark.yml index bf41660..91f77ac 100644 --- a/.config/alacritty/alacritty-dark.yml +++ b/.config/alacritty/alacritty-dark.yml @@ -140,13 +140,6 @@ colors: cyan: '0x00acc1' white: '0xf5f5f5' - # Indexed Colors - # - # The indexed colors include all colors from 16 to 256. - # When these are not set, they're filled with sensible defaults. - #indexed_colors: - # - { index: 16, color: '0x000000' } - # Visual Bell # # Any time the BEL code is received, Alacritty "rings" the visual bell. Once diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 4f18a00..4b90914 120000 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -1 +1 @@ -alacritty-light.yml \ No newline at end of file +alacritty-dark.yml \ No newline at end of file