Added bluetooth, tldr, printing, latex, dns, colorscheme and updated nvim

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-04-13 20:21:12 +02:00
parent 400a984592
commit 40d2d85ecb
5 changed files with 90 additions and 51 deletions

View File

@@ -17,3 +17,33 @@ style = "Regular"
[window]
decorations = "none"
opacity = 0.9
# From: https://github.com/alacritty/alacritty-theme
#r Colors (One Dark)
# Default colors
[colors.primary]
background = '#282c34'
foreground = '#abb2bf'
# Normal colors
[colors.normal]
black = '#1e2127'
red = '#e06c75'
green = '#98c379'
yellow = '#d19a66'
blue = '#61afef'
magenta = '#c678dd'
cyan = '#56b6c2'
white = '#abb2bf'
# Bright colors
[colors.bright]
black = '#5c6370'
red = '#e06c75'
green = '#98c379'
yellow = '#d19a66'
blue = '#61afef'
magenta = '#c678dd'
cyan = '#56b6c2'
white = '#ffffff'