Small theme changes and updates.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[general]
|
[general]
|
||||||
import = [ "~/.config/alacritty/dank-theme.toml" ]
|
# import = [ "~/.config/alacritty/dank-theme.toml" ]
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 13.5
|
size = 13.5
|
||||||
@@ -7,7 +7,6 @@ offset = { x = 0, y = 3 }
|
|||||||
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
|
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
# opacity = 0.99
|
|
||||||
padding.x = 10
|
padding.x = 10
|
||||||
padding.y = 10
|
padding.y = 10
|
||||||
decorations = "None"
|
decorations = "None"
|
||||||
@@ -16,36 +15,38 @@ decorations = "None"
|
|||||||
style.shape = "Beam"
|
style.shape = "Beam"
|
||||||
style.blinking = "Always"
|
style.blinking = "Always"
|
||||||
|
|
||||||
# Kanagawa Wave Alacritty Colors
|
# THEME
|
||||||
|
|
||||||
[colors.normal]
|
[colors.primary]
|
||||||
black = '#090618'
|
background = "#1b1b1b"
|
||||||
red = '#c34043'
|
foreground = "#E4E4E4"
|
||||||
green = '#76946a'
|
# background = "#141415"
|
||||||
yellow = '#c0a36e'
|
# foreground = "#cdcdcd"
|
||||||
blue = '#7e9cd8'
|
|
||||||
magenta = '#957fb8'
|
|
||||||
cyan = '#6a9589'
|
|
||||||
white = '#c8c093'
|
|
||||||
|
|
||||||
[colors.bright]
|
[colors.cursor]
|
||||||
black = '#727169'
|
text = "#141415"
|
||||||
red = '#e82424'
|
cursor = "#cdcdcd"
|
||||||
green = '#98bb6c'
|
|
||||||
yellow = '#e6c384'
|
|
||||||
blue = '#7fb4ca'
|
|
||||||
magenta = '#938aa9'
|
|
||||||
cyan = '#7aa89f'
|
|
||||||
white = '#dcd7ba'
|
|
||||||
|
|
||||||
[colors.selection]
|
[colors.selection]
|
||||||
background = '#2d4f67'
|
text = "#cdcdcd"
|
||||||
foreground = '#c8c093'
|
background = "#333738"
|
||||||
|
|
||||||
[[colors.indexed_colors]]
|
[colors.normal]
|
||||||
index = 16
|
black = "#141415"
|
||||||
color = '#ffa066'
|
red = "#d8647e"
|
||||||
|
green = "#7fa563"
|
||||||
|
yellow = "#f3be7c"
|
||||||
|
blue = "#6e94b2"
|
||||||
|
magenta = "#bb9dbd"
|
||||||
|
cyan = "#b4d4cf"
|
||||||
|
white = "#cdcdcd"
|
||||||
|
|
||||||
[[colors.indexed_colors]]
|
[colors.bright]
|
||||||
index = 17
|
black = "#606079"
|
||||||
color = '#ff5d62'
|
red = "#d8647e"
|
||||||
|
green = "#7fa563"
|
||||||
|
yellow = "#e0a363"
|
||||||
|
blue = "#7e98e8"
|
||||||
|
magenta = "#aeaed1"
|
||||||
|
cyan = "#9bb4bc"
|
||||||
|
white = "#c3c3d5"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ set -gx EDITOR "/usr/local/nvim_012/bin/nvim"
|
|||||||
set -gx VISUAL "/usr/local/nvim_012/bin/nvim"
|
set -gx VISUAL "/usr/local/nvim_012/bin/nvim"
|
||||||
set -gx MANPAGER "nvim +Man!"
|
set -gx MANPAGER "nvim +Man!"
|
||||||
set -gx BROWSER firefox
|
set -gx BROWSER firefox
|
||||||
set -gx TERM xterm-256color
|
# set -gx TERM xterm-256color
|
||||||
set -gx COLORTERM truecolor
|
set -gx COLORTERM truecolor
|
||||||
set -gx LANG "en_US.UTF-8"
|
set -gx LANG "en_US.UTF-8"
|
||||||
set -gx LC_ALL "en_US.UTF-8"
|
set -gx LC_ALL "en_US.UTF-8"
|
||||||
@@ -88,7 +88,7 @@ alias ldk='lazydocker'
|
|||||||
# Custom shortcuts
|
# Custom shortcuts
|
||||||
alias reload='source ~/.config/fish/config.fish'
|
alias reload='source ~/.config/fish/config.fish'
|
||||||
alias dotman='bash ~/.dotfiles/install.sh'
|
alias dotman='bash ~/.dotfiles/install.sh'
|
||||||
alias wiki='cd ~/Wiki/ && nvim index.md'
|
alias todo='cd ~/Todo/ && nvim index.md'
|
||||||
alias myip='curl ipinfo.io/ip; echo ""'
|
alias myip='curl ipinfo.io/ip; echo ""'
|
||||||
alias lspmake='bear -- make -B'
|
alias lspmake='bear -- make -B'
|
||||||
alias tc='tmux attach'
|
alias tc='tmux attach'
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ set -g mouse on
|
|||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
set -g pane-base-index 1
|
set -g pane-base-index 1
|
||||||
set -s escape-time 10
|
set -s escape-time 10
|
||||||
|
set-option -g focus-events on
|
||||||
|
|
||||||
# remap prefix from 'C-b' to 'C-f'
|
# remap prefix from 'C-b' to 'C-f'
|
||||||
unbind l
|
unbind l
|
||||||
|
|||||||
Reference in New Issue
Block a user