Skip to content

Instantly share code, notes, and snippets.

@motchy869
Last active January 22, 2017 13:49
Show Gist options
  • Save motchy869/4d221862be27bc93dfcb182e8064fd2d to your computer and use it in GitHub Desktop.
Save motchy869/4d221862be27bc93dfcb182e8064fd2d to your computer and use it in GitHub Desktop.
my .Xdefaults for Tgif
! Xtt による truetype font を使う。
Tgif.SquareDoubleByteFonts: \n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,H,Ryumin-Light-EUC-H\n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,H,Ryumin-Light-EUC-H\n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,H,Ryumin-Light-EUC-H\n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,H,Ryumin-Light-EUC-H\n\
\n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,H,GothicBBB-Medium-EUC-H\n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,H,GothicBBB-Medium-EUC-H\n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,H,GothicBBB-Medium-EUC-H\n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,H,GothicBBB-Medium-EUC-H\n\
\n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,V,Ryumin-Light-EUC-V\n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,V,Ryumin-Light-EUC-V\n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,V,Ryumin-Light-EUC-V\n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,V,Ryumin-Light-EUC-V\n\
\n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,V,GothicBBB-Medium-EUC-V\n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,V,GothicBBB-Medium-EUC-V\n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,V,GothicBBB-Medium-EUC-V\n\
-*-*-medium-r-*--%d-*-*-*-*-*-*x0208.1983-*,V,GothicBBB-Medium-EUC-V
Tgif.Lang: ja_JP.eucJP
Tgif.Modifiers: false
Tgif.ConvSelection: _JAPANESE_CONVERSION
Tgif.RyuminShowFontChar: \244\242
Tgif.GothicBBBShowFontChar: \244\316
Tgif.Geometry: 700x400+10+10
!デフォルトのフォントを Ryumin の 18 ポイントに
Tgif.InitialFont: Ryumin
Tgif.InitialFontSize: 18
! ImageMagic に含まれる convert を使ってビットマップを xpm に変換
Tgif.GifToXpm: convert %s xpm:-
Tgif.MaxImportFilters: 2
Tgif.ImportFilter0: Jpeg jpg convert %s xpm:-
Tgif.ImportFilter1: EPS eps convert %s xpm:-
Tgif.FontSizes: 8 9 10 11 12 14 16 18 20 22 24 26 28 32 36 40 48 56 64 72 100 150 200 250 300
Tgif.MenuFontSet: a14,k14,r14
Tgif.MsgFontSet: a14,k14,r14
Tgif.BoldMsgFontSet: a14,k14,r14
Tgif.BoldMsgFontDoubleByte: true
!色設定(好み)
Tgif.DefaultColorIndex: 9
Tgif.MaxColors: 20
Tgif.Color0: magenta
Tgif.Color1: red
Tgif.Color2: green
Tgif.Color3: blue
Tgif.Color4: yellow
Tgif.Color5: pink
Tgif.Color6: cyan
Tgif.Color7: CadetBlue
Tgif.Color8: white
Tgif.Color9: black
Tgif.Color10: #ffffff
Tgif.Color11: #e0e0e0
Tgif.Color12: #d0d0d0
Tgif.Color13: #c0c0c0
Tgif.Color14: #b0b0b0
Tgif.Color15: #a0a0a0
Tgif.Color16: #808080
Tgif.Color17: #404040
Tgif.Color18: #000000
Tgif.Color19: orange
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment