Skip to content

DreamerKing/4bit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4bit Terminal Color Scheme Designer

For users

  1. Go to http://ciembor.github.com/4bit.
  2. Design your terminal look.
  3. Click Get Scheme button and select the format of configuration file.
  • ATerm, Urxvt, Rxvt, XTerm and other libXt terminals: Copy the generated text to ~/.Xresources file (you may have to create it) and run xrdb ~/.Xresources.

  • Gnome Terminal, Guake: Save the generated script into set_colors.sh, make this file executable $ chmod +x set_colors.sh and run it $ ./set_colors.sh. Alternatively copy generated lines directly into your shell.

  • XFCE4 Terminal: Backup ~/.config/Terminal/terminalrc file and replace it with generated text. Take into account that this file contains all XFCE4 Terminal settings, not only color scheme.

  • Konsole and Yakuake: Put the generated file to ~/.kde/share/apps/konsole/NAME-OF-SCHEME.colorscheme and restart the terminal.

  • iTerm2 for Mac: Create a file ~/NAME-OF-SCHEME.itermcolors with the generated xml content and load it with the Load Presets ... button under iTerm2 / Preferences / Profiles / <Your Profile> / Colors.

  • Putty: Save the generated file with .reg extension and double click it.

  • Terminator: Copy lines within the [profiles] section of the generated configuration file to ~/.config/terminator/config file.

  • Other terminals: Generate one of the supported formats and copy hex values into the configuration file (or tool) of your terminal.

For developers

I pushed to this repository all fonts, images and most of third-party libraries. The only missed JavaScript dependency is Google Closure Library. You will also need some system tools to run the build script:

After git clone please edit build.sh and make sure that paths are correct. After that run ./build.sh. It generates compiled JavaScript, compiled LESS, and merged CSS.

Author

Maciej Ciemborowicz

Contributors

Stefan Wienert

Victor Hugo Borja

Resources

About

Terminal Color Scheme Designer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.8%
  • CSS 23.7%
  • HTML 14.3%
  • Shell 4.2%