Setting up dms, swapping to alacritty ease of use.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[general]
|
||||
import = [
|
||||
"~/.config/alacritty/dank-theme.toml"
|
||||
]
|
||||
|
||||
[font]
|
||||
size = 12.5
|
||||
|
||||
[font.normal]
|
||||
family = "Hack Nerd Font"
|
||||
|
||||
[font.bold]
|
||||
family = "Hack Nerd Font"
|
||||
|
||||
[font.italic]
|
||||
family = "Hack Nerd Font"
|
||||
|
||||
[window]
|
||||
padding.x = 10
|
||||
padding.y = 10
|
||||
decorations = "None"
|
||||
|
||||
[cursor]
|
||||
style.shape = "Beam"
|
||||
style.blinking = "Always"
|
||||
@@ -0,0 +1,31 @@
|
||||
[colors.primary]
|
||||
background = '#101418'
|
||||
foreground = '#e0e2e8'
|
||||
|
||||
[colors.selection]
|
||||
text = '#e0e2e8'
|
||||
background = '#084b72'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#101418'
|
||||
cursor = '#99ccfa'
|
||||
|
||||
[colors.normal]
|
||||
black = '#101418'
|
||||
red = '#ff729d'
|
||||
green = '#7dfa8d'
|
||||
yellow = '#fff772'
|
||||
blue = '#7eb9ed'
|
||||
magenta = '#214c73'
|
||||
cyan = '#99ccfa'
|
||||
white = '#eff7ff'
|
||||
|
||||
[colors.bright]
|
||||
black = '#969ca2'
|
||||
red = '#ff9fbc'
|
||||
green = '#a5ffb1'
|
||||
yellow = '#fffaa5'
|
||||
blue = '#aad7ff'
|
||||
magenta = '#b9deff'
|
||||
cyan = '#d2e9ff'
|
||||
white = '#f8fbff'
|
||||
@@ -1,40 +0,0 @@
|
||||
[main]
|
||||
# Font
|
||||
font=Hack Nerd Font:size=12.5
|
||||
line-height=22
|
||||
|
||||
# Padding around terminal content
|
||||
pad=10x10
|
||||
|
||||
[csd]
|
||||
preferred=none
|
||||
size=0
|
||||
|
||||
[cursor]
|
||||
style=beam
|
||||
blink=yes
|
||||
|
||||
[colors]
|
||||
# Background & Foreground
|
||||
background=1e1e1e
|
||||
foreground=dcd7ba
|
||||
|
||||
# Normal colors (Gruvbox Dark Hard)
|
||||
regular0=1d2021 # bg0_hard
|
||||
regular1=cc241d # red
|
||||
regular2=98971a # green
|
||||
regular3=d79921 # yellow
|
||||
regular4=458588 # blue
|
||||
regular5=b16286 # purple
|
||||
regular6=689d6a # aqua
|
||||
regular7=a89984 # fg4
|
||||
|
||||
# Bright colors
|
||||
bright0=928374 # gray
|
||||
bright1=fb4934 # bright red
|
||||
bright2=b8bb26 # bright green
|
||||
bright3=fabd2f # bright yellow
|
||||
bright4=83a598 # bright blue
|
||||
bright5=d3869b # bright purple
|
||||
bright6=8ec07c # bright aqua
|
||||
bright7=ebdbb2 # fg1
|
||||
Reference in New Issue
Block a user