diff options
| author | kkard2 <[email protected]> | 2026-05-31 12:53:17 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2026-05-31 12:53:17 +0200 |
| commit | e7a86356532694f925904659eee85910395f79b4 (patch) | |
| tree | c1f94b8662c87482196e64ee458cd09abfdd127b | |
| parent | ebdc9dba78e952ccc39e18833aa851048a6d8816 (diff) | |
| -rw-r--r-- | _linux/mako/config | 4 | ||||
| -rw-r--r-- | _linux/rofi/config.rasi | 6 | ||||
| -rw-r--r-- | _linux/sway/config | 4 | ||||
| -rw-r--r-- | vim/vimrc | 6 |
4 files changed, 13 insertions, 7 deletions
diff --git a/_linux/mako/config b/_linux/mako/config index 948bf2b..2bda11e 100644 --- a/_linux/mako/config +++ b/_linux/mako/config @@ -1,2 +1,2 @@ -background-color=#7F007F -border-color=#FF00FF +background-color=#b95835 +border-color=#e18942 diff --git a/_linux/rofi/config.rasi b/_linux/rofi/config.rasi index 9ef66f1..92e6b8f 100644 --- a/_linux/rofi/config.rasi +++ b/_linux/rofi/config.rasi @@ -174,10 +174,10 @@ configuration { normal-foreground: #fce8c3; normal-background: rgba(0, 0, 0, 0%); alternate-normal-background: rgba(0, 0, 0, 0%); - border-color: rgba(255, 0, 255, 100%); - selected-normal-background: rgba(255, 0, 255, 100%); + border-color: #e18942; + selected-normal-background: #e18942; selected-normal-foreground: black; - separator-color: rgba(0, 0, 0, 0%); + separator-color: #e18942; } window { diff --git a/_linux/sway/config b/_linux/sway/config index 6ab5500..da3618d 100644 --- a/_linux/sway/config +++ b/_linux/sway/config @@ -272,7 +272,7 @@ bar { background #1c1b19e5 #inactive_workspace #32323200 #32323200 #5c5c5c # border bg text - focused_workspace #ff00ffff #ff00ffff #000000ff + focused_workspace #e18942ff #e18942ff #000000ff active_workspace #484e50ff #484e50ff #ffffffff inactive_workspace #1c1b19e5 #1c1b19e5 #fce8c3ff urgent_workspace #ff0000ff #ff0000ff #ffffffff @@ -296,7 +296,7 @@ gaps inner 4 # i don't use indicator # border bg text indicator -client.focused #ff00ffff #ff00ffff #000000ff #ff00ffff +client.focused #e18942ff #e18942ff #000000ff #e18942ff client.unfocused #00000000 #00000000 #ffffffff #00000000 client.urgent #ff0000ff #ff0000ff #ffffffff #ff0000ff @@ -16,3 +16,9 @@ set lcs=tab:>\ ,trail:- " swap these because they are stupid by default hi Pmenu ctermfg=242 ctermbg=0 guibg=DarkGrey hi PmenuSel ctermfg=0 ctermbg=13 guibg=Magenta + +let mapleader=" " + +noremap <Leader>y "+y +noremap <Leader>d "+d +noremap <Leader>p "+p |
