일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Visual Studio
- GSL
- Anaconda
- vim
- Matplotlib
- datascience
- polyglot
- hyperref
- h5py
- SSH
- tab space
- HFS+
- LaTeX
- vi
- Windows
- arXiver
- HDF5
- MAC
- c++
- conda
- cygwin
- gfortran
- virtual
- jupyter
- intel compiler
- python
- openmp
- portforwarding
- mpi4py
- cython
- Today
- Total
Astro Coke
[Cygwin] default color setup for mintty 본문
In ~/.minttyrc file, we can set the default configuration of mintty terminal.
In order to set the color properly, note that the "Theme" should be None in
Option > Looks > Theme (right click in the terminal)
My current setup is as follows:
Font=Consolas
FontHeight=10
BoldAsFont=yes
BoldAsColour=no
OpaqueWhenFocused=no
CursorType=block
CursorBlinks=yes
Locale=en_US
Charset=UTF-8
ScrollbackLines=99000
ScrollMod=shift
PgUpDnScroll=yes
RightClickAction=menu
Term=xterm-256color
CopyAsRTF=no
RightClickAction=paste
ForegroundColour=0,0,0
BackgroundColour=255,255,255
CursorColour=0,0,0
Black=255,255,255
BoldBlack=0,43,54
Red=255,0,0
BoldRed=203,75,22
Green=133,153,0
BoldGreen=88,110,117
Yellow=181,137,0
BoldYellow=101,123,131
Blue=0,0,255
BoldBlue=131,148,150
Magenta=211,54,130
BoldMagenta=108,113,196
Cyan=42,161,152
BoldCyan=147,161,161
White=238,232,213
BoldWhite=253,246,227
'Computer Setup' 카테고리의 다른 글
[C/C++] Install GSL library for icc in Mac OS (0) | 2019.04.11 |
---|---|
[Visual Studio & Cygwin] Library Install (e.g. gsl) (0) | 2019.04.10 |
[Python & VI] Vi folding 을 class 나 def 에 따라 접도록 설정하기 (0) | 2019.04.07 |
[Cygwin & Windows] ifort & icc environment setup (0) | 2019.04.05 |
[Cygwin] hdf5 w/ gfortran 설치하기 (0) | 2019.04.05 |