This commit is contained in:
Marco Thomas
2021-01-02 14:21:51 +01:00
parent 6a0411d291
commit edca4f09b6
8 changed files with 73 additions and 37 deletions

View File

@@ -1,3 +1,14 @@
# _ _ _ _
# | | (_) | | |
# __ _| | __ _ ___ _ __ _| |_| |_ _ _
# / _` | |/ _` |/ __| '__| | __| __| | | |
# | (_| | | (_| | (__| | | | |_| |_| |_| |
# \__,_|_|\__,_|\___|_| |_|\__|\__|\__, |
# __/ |
# |___/
#
# ~ M. Thomas
env: env:
TERM: alacritty TERM: alacritty

View File

@@ -138,16 +138,17 @@ for_window [class="xterm"] border pixel 1
set $red "#e06c75" set $red "#e06c75"
set $termbg "#1C1B1D" set $termbg "#1C1B1D"
set $border "#D8D8D8" set $border "#D8D8D8"
set $accent "#98C379"
# Class Border Backgr. Text Indic. Child_border # Class Border Backgr. Text Indic. Child_border
client.focused $border $border #000000 $border $border client.focused $accent $termbg #ffffff $border $border
client.focused_inactive $border $termbg #ffffff $termbg $termbg client.focused_inactive $accent $termbg #ffffff $termbg $termbg
client.unfocused $termbg $termbg #ffffff $termbg $termbg client.unfocused $termbg $termbg #ffffff $termbg $termbg
client.urgent $red $red $border $red $red client.urgent $red $red $border $red $red
client.background $border client.background $border
# i3-gaps # i3-gaps
gaps inner 0 gaps inner 4
# ============================== Start # ============================== Start
exec setxkbmap -layout za exec setxkbmap -layout za
@@ -160,7 +161,7 @@ exec export XMODIFIERS=@im=fcitx
exec fcitx exec fcitx
exec nextcloud exec nextcloud
exec dunst exec dunst
exec picom --experimental-backends exec picom
exec nm-applet exec nm-applet
exec feh --bg-scale $HOME/data/wallpaper/wallpaper.png exec feh --bg-scale $HOME/data/wallpaper/wallpaper.png

View File

@@ -1,8 +1,5 @@
# Opacity # Opacity
opacity-rule = [ opacity-rule = [
"96:class_g *?= 'XTerm'",
"96:class_g *?= 'jetbrains-idea'",
"96:class_g *?= 'code-oss'",
]; ];
#inactive-opacity = 0.95; #inactive-opacity = 0.95;

View File

@@ -1,3 +1,14 @@
# _ _
# | | | |
# _ __ ___ | |_ _| |__ __ _ _ __
# | '_ \ / _ \| | | | | '_ \ / _` | '__|
# | |_) | (_) | | |_| | |_) | (_| | |
# | .__/ \___/|_|\__, |_.__/ \__,_|_|
# | | __/ |
# |_| |___/
#
# ~ M. Thomas
# vim:ft=dosini # vim:ft=dosini
[colors] [colors]

View File

@@ -6,42 +6,40 @@ map w recolor false
set recolor true set recolor true
# Lighthaus Colors: #set notification-error-bg "#FC2929"
set notification-error-bg "#FC2929" #set notification-error-fg "#18191E"
set notification-error-fg "#18191E" #set notification-warning-bg "#E25600"
set notification-warning-bg "#E25600" #set notification-warning-fg "#18191E"
set notification-warning-fg "#18191E" #set notification-bg "#D68EB2"
set notification-bg "#D68EB2" #set notification-fg "#18191E"
set notification-fg "#18191E"
set completion-bg "#18191E" #set completion-bg "#18191E"
set completion-fg "#44B273" #set completion-fg "#44B273"
set completion-group-bg "#18191E" #set completion-group-bg "#18191E"
set completion-group-fg "#44B273" #set completion-group-fg "#44B273"
set completion-highlight-bg "#21252D" #set completion-highlight-bg "#21252D"
set completion-highlight-fg "#FFFF00" #set completion-highlight-fg "#FFFF00"
set index-bg "#18191E" #set index-bg "#18191E"
set index-fg "#44B273" #set index-fg "#44B273"
set index-active-bg "#21252D" #set index-active-bg "#21252D"
set index-active-fg "#FFFF00" #set index-active-fg "#FFFF00"
set inputbar-bg "#21252D" set inputbar-bg "#1C1B1D"
set inputbar-fg "#FFFADE" set inputbar-fg "#D8D8D8"
set statusbar-bg "#21252D" set statusbar-bg "#1C1B1D"
set statusbar-fg "#D68EB2" set statusbar-fg "#D8D8D8"
set highlight-color "#D68EB2" set highlight-color "#98C379"
set highlight-active-color "#ff79c6" set highlight-active-color "#98C379"
set default-bg "#18191E" set default-bg "#1C1B1D"
set default-fg "#FFEE79" set default-fg "#D8D8D8"
set render-loading true set render-loading true
set render-loading-fg "#FFEE79" #set render-loading-fg "#FFEE79"
set render-loading-bg "#18191E" #set render-loading-bg "#18191E"
# Recolor mode settings # Recolor mode settings
set recolor-lightcolor "#1c1b1d"
set recolor-lightcolor "#21252D" set recolor-darkcolor "#d8d8d8"
set recolor-darkcolor "#FFFFFF"

View File

@@ -1,3 +1,12 @@
" __ _
" / / (_)
" / /_ ___ _ __ ___ _ __ ___
" / /\ \ / / | '_ ` _ \| '__/ __|
" _ / / \ V /| | | | | | | | | (__
" (_)_/ \_/ |_|_| |_| |_|_| \___|
"
" ~ M. Thomas
let mapleader = "\<Space>" let mapleader = "\<Space>"
" ============================== vim-plug " ============================== vim-plug

View File

@@ -1,3 +1,12 @@
# __ _
# / / | |
# / /______| |__ _ __ ___
# / /_ / __| '_ \| '__/ __|
# _ / / / /\__ \ | | | | | (__
# (_)_/ /___|___/_| |_|_| \___|
#
# ~ M. Thomas
# ============================== Prompt # ============================== Prompt
autoload -Uz vcs_info autoload -Uz vcs_info
autoload -U colors && colors autoload -U colors && colors

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 99 KiB