123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- ! DO NOT CHANGE THE ORDER
- ! URXVT APPEARANCE
- URxvt.font: xft:mplus Nerd Font Mono:style:regular:size=11
- URxvt.geometry: 84x16
- URxvt.internalBorder: 20
- URxvt.cursorBlink: true
- URxvt.cursorUnderline: true
- URxvt.saveline: 32768
- URxvt.scrollBar: false
- URxvt.scrollBar_right: true
- URxvt.scrollBar_floating: false
- URxvt.scrollstyle: plain
- URxvt.urgentOnBell: false
- URxvt.depth: 24
- URxvt.iso14755: false
- URxvt.iconFile: /home/violet/.icons/gladient/term.png
- ! Uncomment if to much font spacing
- !URxvt.letterSpace: -1
- ! URXVT EXTENSIONS
- URxvt.perl-ext-common: default,clipboard,url-select,tabbedex
- ! TABBEDEX
- URxvt.tabbedex.no-tabbedex-keys: yes
- URxvt.tabbedex.new-button: false
- URXvt.tabbedex.reopen-on-close: yes
- URxvt.tabbedex.autohide: yes
- URxvt.tabbedex.tabbar-fg: 5
- URxvt.tabbedex.tabbar-bg: 0
- URxvt.tabbedex.tab-fg: 10
- URxvt.tabbedex.tab-bg: 0
- URxvt.tabbedex.bell-fg: 0
- URxvt.tabbedex.bell-bg: 0
- URxvt.tabbedex.bell-tab-fg: 0
- URxvt.tabbedex.bell-tab-bg: 0
- URxvt.tabbedex.title-fg: 14
- URxvt.tabbedex.title-bg: 0
- URxvt.keysym.Control-Shift-T: perl:tabbedex:new_tab
- URxvt.keysym.Control-Shift-R: perl:tabbedex:rename_tab
- URxvt.keysym.Control-Shift-W: perl:tabbedex:kill_tab
- URxvt.keysym.Control-Next: perl:tabbedex:next_tab
- URxvt.keysym.Control-Prior: perl:tabbedex:prev_tab
- URxvt.keysym.Control-Shift-Next: perl:tabbedex:move_tab_right
- URxvt.keysym.Control-Shift-Prior: perl:tabbedex:move_tab_left
- ! FONT
- URxvt.resize-font.step: 1
- URxvt.keysym.Control-minus: resize-font:smaller
- URxvt.keysym.Control-plus: resize-font:bigger
- URxvt.keysym.Control-equal: resize-font:reset
- URxvt.keysym.Control-question: resize-font:show
- ! CLIPBOARD
- URxvt.clipboard.copycmd: xclip -i -selection clipboard
- URxvt.clipboard.pastecmd: xclip -o -selection clipboard
- URxvt.keysym.M-c: perl:clipboard:copy
- URxvt.keysym.M-v: perl:clipboard:paste
- ! URL
- URxvt.keysym.M-u: perl:url-select:select_next
- URvxt.url-select.button: 2
- URxvt.url-select.launcher: brave-bin
- URxvt.url-select.underline: true
- ! COLOR SCHEME
- ! black > red > green > yellow > blue > magenta > cyan > white
- #define black0 #373E4D
- #define black1 #3B4252
- #define black2 #434C5E
- #define black3 #4C566A
- #define red0 #FA5AA4
- #define red1 #FA74B2
- #define green0 #2BE491
- #define green1 #44EB9F
- #define yellow0 #FA946E
- #define yellow1 #FAA687
- #define blue0 #63C5EA
- #define blue1 #7ACBEA
- #define magenta0 #CF8EF4
- #define magenta1 #D8A6F4
- #define cyan0 #89CCF7
- #define cyan1 #A1D5F7
- #define white0 #F9F9F9
- #define white1 #F7F7F7
- #define white2 #F4F4F4
- *.color1: red0
- *.color2: green0
- *.color3: yellow0
- *.color4: blue0
- *.color5: magenta0
- *.color6: cyan0
- *.color9: red1
- *.color10: green1
- *.color11: yellow1
- *.color12: blue1
- *.color13: magenta1
- *.color14: cyan1
- ! FOR REVERSING ONLY (INVERT BG/FG)
- *.foreground: white0
- *.background: black0
- *.cursorColor: white0
- *.color0: black2
- *.color7: white1
- *.color8: black3
- *.color15: white2
- !*.foreground: black0
- !*.background: white0
- !*.cursorColor: black0
- !*.color0: white1
- !*.color7: black2
- !*.color8: white2
- !*.color15: black3
- rofi.color-enabled: true
- rofi.color-normal: #282a33, #d3dae3, #282a33, #d3dae3, #2f343f
- rofi.color-urgent: #282a33, #e1e2e6, #102d3d, #2f343f, #2f343f
- rofi.color-active: #2f343f, #e1e2e6, #e1e2e6, #2f343f, #2f343f
- rofi.color-window: #282a33, #d3dae3, #d3dae3
|