Last active
April 30, 2026 15:02
-
-
Save jpic/1f050b3662adf81cb2a1382a18a7f5d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ! ====================== URxvt - Thème Monokai ====================== | |
| ! Fonte (change si tu veux JetBrains Mono, Fira Code, etc.) | |
| URxvt.font: xft:DejaVu Sans Mono:pixelsize=13:antialias=true | |
| URxvt.boldFont: xft:DejaVu Sans Mono:bold:pixelsize=13:antialias=true | |
| ! Scrollback | |
| URxvt.saveLines: 15000 | |
| URxvt.scrollBar: false | |
| ! === Couleurs Monokai === | |
| URxvt.foreground: #F8F8F2 | |
| URxvt.background: #272822 | |
| URxvt.cursorColor: #F8F8F2 | |
| URxvt.cursorColor2: #272822 | |
| ! Couleurs de base | |
| URxvt.color0: #272822 ! black | |
| URxvt.color1: #F92672 ! red | |
| URxvt.color2: #A6E22E ! green | |
| URxvt.color3: #FD971F ! yellow | |
| URxvt.color4: #66D9EF ! blue | |
| URxvt.color5: #AE81FF ! magenta | |
| URxvt.color6: #A1EFE4 ! cyan | |
| URxvt.color7: #F8F8F2 ! white | |
| ! Couleurs vives (bright) | |
| URxvt.color8: #75715E ! bright black | |
| URxvt.color9: #F92672 ! bright red | |
| URxvt.color10: #A6E22E ! bright green | |
| URxvt.color11: #FD971F ! bright yellow | |
| URxvt.color12: #66D9EF ! bright blue | |
| URxvt.color13: #AE81FF ! bright magenta | |
| URxvt.color14: #A1EFE4 ! bright cyan | |
| URxvt.color15: #F8F8F2 ! bright white | |
| ! === Zoom comme Alacritty === | |
| URxvt.keysym.C-S-plus: font-size:increase | |
| URxvt.keysym.C-S-minus: font-size:decrease | |
| URxvt.keysym.C-S-equal: font-size:reset | |
| URxvt.keysym.C-0: font-size:reset | |
| ! === Recherche dans le buffer === | |
| URxvt.perl-ext-common: default,searchable-scrollback | |
| URxvt.keysym.C-S-f: searchable-scrollback:start ! Ctrl+Shift+F |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment