https://github.com/nlm/iterm2vtcolors
Tool to convert iTerm2 color profile to linux kernel vt command line parameters to alter linux default vt console colors
https://github.com/nlm/iterm2vtcolors
Last synced: over 1 year ago
JSON representation
Tool to convert iTerm2 color profile to linux kernel vt command line parameters to alter linux default vt console colors
- Host: GitHub
- URL: https://github.com/nlm/iterm2vtcolors
- Owner: nlm
- Created: 2016-07-25T13:32:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T13:32:41.000Z (almost 10 years ago)
- Last Synced: 2025-01-21T21:47:34.916Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iterm2vtcolors
==============
Tool to convert iTerm2 color profile to linux kernel vt command line parameters
to alter linux default vt console colors
Colors are controlled via the vt.default_blu, vt.default_grn and vt.default_red parameters
More details at https://www.kernel.org/doc/Documentation/kernel-parameters.txt
usage
-----
- open iTerm2
- menu iTerm2 -> Preferences -> "Profiles" tab -> "Colors" section
- dropdown "Color Presets..." -> "Export"
- save your color profile
- ./iterm2vtcolors.py MYCOLORPROFILE.itermcolors
example
-------
$ ./iterm2vtcolors.py DePastelBlue.itermcolors
vt.default_red=0x1b,0xf9,0x82,0xfd,0x1a,0x8c,0x3,0xe0,0x50,0xff,0xa1,0xfe,0x0,0x9e,0x44,0xf8 vt.default_grn=0x1d,0x26,0xb4,0x97,0x7d,0x54,0xa5,0xe0,0x53,0x59,0xe1,0xed,0xb5,0x6f,0xdf,0xf8 vt.default_blu=0x1e,0x72,0x14,0x1f,0xed,0xfe,0xa7,0xd7,0x54,0x95,0x30,0x6c,0xff,0xfe,0xbc,0xf2