Skip to content

Commit

Permalink
tune alacritty fonts and colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ksevelyar committed Dec 25, 2023
1 parent 3709aa2 commit b6574d3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 59 deletions.
3 changes: 1 addition & 2 deletions hosts/tv.nix
Expand Up @@ -9,7 +9,7 @@ args@{ config, lib, pkgs, ... }:
../hardware/mouse.nix
../hardware/intel-cpu.nix
../hardware/intel-gpu.nix
../hardware/pulseaudio.nix
../hardware/pipewire.nix
../hardware/ssd.nix

../sys/aliases.nix
Expand All @@ -20,7 +20,6 @@ args@{ config, lib, pkgs, ... }:
../sys/tty.nix
../sys/cache.nix


../packages/absolutely-proprietary.nix
../packages/common.nix
../packages/x-common.nix
Expand Down
14 changes: 2 additions & 12 deletions users/ksevelyar/alacritty-tv/alacritty-scratchpad.yml
Expand Up @@ -6,7 +6,7 @@ window:
y: 10

font:
size: 22.0
size: 32.0
normal:
family: Terminus
style: Regular
Expand Down Expand Up @@ -42,14 +42,4 @@ colors:
cyan: '#8be9fd'
white: '#bfbfbf'

bright:
black: '#1b161f'
red: '#ff6e67'
green: '#5af78e'
yellow: '#ffce50'
blue: '#caa9fa'
magenta: '#ff92d0'
cyan: '#9aedfe'
white: '#e6e6e6'

draw_bold_text_with_bright_colors: true
draw_bold_text_with_bright_colors: false
14 changes: 2 additions & 12 deletions users/ksevelyar/alacritty-tv/alacritty.yml
@@ -1,5 +1,5 @@
font:
size: 22.0
size: 32.0
normal:
family: Terminus
style: Regular
Expand Down Expand Up @@ -40,14 +40,4 @@ colors:
cyan: '#8be9fd'
white: '#bfbfbf'

bright:
black: '#1b161f'
red: '#ff6e67'
green: '#5af78e'
yellow: '#ffce50'
blue: '#caa9fa'
magenta: '#ff92d0'
cyan: '#9aedfe'
white: '#e6e6e6'

draw_bold_text_with_bright_colors: true
draw_bold_text_with_bright_colors: false
10 changes: 0 additions & 10 deletions users/ksevelyar/laundry/alacritty.yml
Expand Up @@ -40,14 +40,4 @@ colors:
cyan: '#8be9fd'
white: '#bfbfbf'

bright:
black: '#1b161f'
red: '#ff6e67'
green: '#5af78e'
yellow: '#ffce50'
blue: '#caa9fa'
magenta: '#ff92d0'
cyan: '#9aedfe'
white: '#e6e6e6'

draw_bold_text_with_bright_colors: false
12 changes: 1 addition & 11 deletions users/shared/alacritty/alacritty-scratchpad.yml
Expand Up @@ -42,14 +42,4 @@ colors:
cyan: '#8be9fd'
white: '#bfbfbf'

bright:
black: '#1b161f'
red: '#ff6e67'
green: '#5af78e'
yellow: '#ffce50'
blue: '#caa9fa'
magenta: '#ff92d0'
cyan: '#9aedfe'
white: '#e6e6e6'

draw_bold_text_with_bright_colors: true
draw_bold_text_with_bright_colors: false
12 changes: 1 addition & 11 deletions users/shared/alacritty/alacritty.yml
Expand Up @@ -40,14 +40,4 @@ colors:
cyan: '#8be9fd'
white: '#bfbfbf'

bright:
black: '#1b161f'
red: '#ff6e67'
green: '#5af78e'
yellow: '#ffce50'
blue: '#caa9fa'
magenta: '#ff92d0'
cyan: '#9aedfe'
white: '#e6e6e6'

draw_bold_text_with_bright_colors: true
draw_bold_text_with_bright_colors: false
2 changes: 1 addition & 1 deletion users/shared/dunst/dunstrc-big
Expand Up @@ -2,7 +2,7 @@
alignment = center
corner_radius = 0
follow = none
font = Terminus 34
font = Terminus 32
format = "%s %b"
frame_width = 0
history_length = 20
Expand Down

0 comments on commit b6574d3

Please sign in to comment.