update x11 palette

This commit is contained in:
yosh 2024-01-09 01:23:19 -05:00
parent 81ff5482a9
commit 996e90e77e
1 changed files with 26 additions and 27 deletions

View File

@ -1,27 +1,27 @@
*.font: -*-helvetica-bold-r-normal-*-12-*
! Colors {{{
*.foreground: #f9f5e9
*.background: #2d0827
*.cursorColor: #f9f5e9
*.foreground: #f9f5e9
*.background: #130f1e
*.cursorColor: #f9f5e9
! Black, Red, Green, Yellow, Blue, Magenta, Cyan, White
*.color0: #402c4e
*.color8: #67526a
*.color1: #aa005c
*.color9: #ff3e97
*.color2: #0c8039
*.color10: #79dd44
*.color3: #b9a45c
*.color11: #f1d6a1
*.color4: #2a5ea3
*.color12: #7bb4fa
*.color5: #9a2b94
*.color13: #d36ad4
*.color6: #28abc1
*.color14: #85eaf8
*.color7: #c7acc5
*.color15: #f9f5e9
*.color0: #402c4e
*.color8: #67526a
*.color1: #aa005c
*.color9: #ff3e97
*.color2: #0f6755
*.color10: #0ddcaa
*.color3: #d76421
*.color11: #ffd67a
*.color4: #0158bf
*.color12: #71b4f0
*.color5: #7b569d
*.color13: #d2a1fe
*.color6: #0a9dbb
*.color14: #8ce4ed
*.color7: #c7acc5
*.color15: #f9f5e9
! }}}
! URxvt {{{
@ -30,7 +30,6 @@ URxvt.perl-ext-common: url-select-plus,eval,52-osc
! Random Options
URxvt.jumpScroll: true
URxvt.skipScroll: false
URxvt.matcher.button: 9
URxvt.geometry: 112x40
URxvt.iso14755: false
URxvt.iso14755_52: false
@ -44,15 +43,16 @@ URxvt.url-select-plus.launcher: xdg-open
URxvt.url-select-plus.altlauncher: firefox
URxvt.url-select-plus.mediaplayer: xdg-open
URxvt.url-select-plus.imgviewer: xdg-open
URxvt.url-select-plus.underline: true
! Keybinds
URxvt.keysym.M-c: eval:selection_to_clipboard
URxvt.keysym.M-v: eval:paste_clipboard
URxvt.keysym.M-K: command:\033]720;1\007
URxvt.keysym.M-J: command:\033]721;1\007
URxvt.keysym.C-C: eval:selection_to_clipboard
URxvt.keysym.C-V: eval:paste_clipboard
URxvt.keysym.C-K: command:\033]720;1\007
URxvt.keysym.C-J: command:\033]721;1\007
URxvt.keysym.C-Right: \033[1;5C
URxvt.keysym.C-Left: \033[1;5D
URxvt.keysym.M-u: perl:url-select-plus:select_next
URxvt.keysym.C-O: perl:url-select-plus:select_next
URxvt.keysym.C-BackSpace: 
! Fonts & Misc. Appearance
@ -65,14 +65,13 @@ URxvt.boldFont: -*-kakwafont-*-bold-*-12-*,xft:Cozette,-*-tamzen-bold-*-12-*,xf
URxvt.fading: 20
URxvt.iconFile: /home/yosh/.local/share/icons/NsCDE/48x48/apps/xterm-color.png
URxvt.internalBorder: 4
URxvt.background.expr: merge keep { shade -0.7, rootalign root }, align 1, 0, keep { pad load "$HOME/pics/wallpapers/backdrops/terminal_avali_corner.png" }
URxvt.background.expr: merge keep { shade -0.75, rootalign root }, align 1, 0, keep { pad load "$HOME/pics/wallpapers/backdrops/terminal_avali_corner.png" }
! Colors
URxvt.tabbed.tabbar-fg: 15
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 7
URxvt.tabbed.tab-bg: 9
URxvt.matcher.rend.0: Uline fg6
! }}}
! xterm time {{{