Last active
July 11, 2019 20:28
-
-
Save cmplstofB/46c1e13c14c0874c22aa803df3d2f8cf to your computer and use it in GitHub Desktop.
Xresources関連
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
#include "./Xresources.d/campbell.xresource" | |
!!! RXVT | |
!! 操作 | |
URxvt.perl-ext-common: default,matcher | |
URxvt.url-launcher: /usr/bin/xdg-open | |
URxvt.matcher.button: 1 | |
URxvt.matcher.rend: Uline | |
! 行 | |
URxvt.saveLines: 4096 | |
! シェル | |
URxvt.loginShell: True | |
! 入力 | |
URxvt.preeditType: OverTheSpot | |
URxvt.inputMethod: iBus | |
URxvt.iso14755: False | |
! スクロール | |
URxvt.scrollTtyOutput: False | |
URxvt.mouseWheelScrollPage: True | |
!! 外観 | |
URxvt.scrollBar: False | |
URxvt.iconName: urxvt | |
URxvt.iconFile: /usr/share/pixmaps/urxvt.xpm | |
! 字体 | |
URxvt.font: xft:Sarasa Term J:size=12 | |
URxvt.lineSpace: 2 | |
! 大きさ | |
URxvt.geometry: 100x25 | |
! 配色 | |
URxvt.depth: 32 | |
URxvt.foreground: CAMPBELL_BLIGHT_WHITE | |
URxvt.background: [75]CAMPBELL_BLACK | |
URxvt.color0: CAMPBELL_BLACK | |
URxvt.color1: CAMPBELL_RED | |
URxvt.color2: CAMPBELL_GREEN | |
URxvt.color3: CAMPBELL_YELLOW | |
URxvt.color4: CAMPBELL_BLUE | |
URxvt.color5: CAMPBELL_MAGENTA | |
URxvt.color6: CAMPBELL_CYAN | |
URxvt.color7: CAMPBELL_WHITE | |
URxvt.color8: CAMPBELL_BLIGHT_BLACK | |
URxvt.color9: CAMPBELL_BLIGHT_RED | |
URxvt.color10: CAMPBELL_BLIGHT_GREEN | |
URxvt.color11: CAMPBELL_BLIGHT_YELLOW | |
URxvt.color12: CAMPBELL_BLIGHT_BLUE | |
URxvt.color13: CAMPBELL_BLIGHT_MAGENTA | |
URxvt.color14: CAMPBELL_BLIGHT_CYAN | |
URxvt.color15: CAMPBELL_BLIGHT_WHITE | |
URxvt.cursorColor: CAMPBELL_BLIGHT_WHITE |
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
#define CAMPBELL_BLACK rgb:0c/0c/0c | |
#define CAMPBELL_RED rgb:c5/0f/1f | |
#define CAMPBELL_GREEN rgb:13/a1/0e | |
#define CAMPBELL_YELLOW rgb:c1/9c/00 | |
#define CAMPBELL_BLUE rgb:00/37/da | |
#define CAMPBELL_MAGENTA rgb:88/17/98 | |
#define CAMPBELL_CYAN rgb:3a/96/dd | |
#define CAMPBELL_WHITE rgb:cc/cc/cc | |
#define CAMPBELL_BLIGHT_BLACK rgb:76/76/76 | |
#define CAMPBELL_BLIGHT_RED rgb:e7/48/56 | |
#define CAMPBELL_BLIGHT_GREEN rgb:16/c6/0c | |
#define CAMPBELL_BLIGHT_YELLOW rgb:f9/f1/a5 | |
#define CAMPBELL_BLIGHT_BLUE rgb:3b/78/ff | |
#define CAMPBELL_BLIGHT_MAGENTA rgb:b4/00/9e | |
#define CAMPBELL_BLIGHT_CYAN rgb:61/d6/d6 | |
#define CAMPBELL_BLIGHT_WHITE rgb:f2/f2/f2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment