All Projects → egel → terminator-gruvbox

egel / terminator-gruvbox

Licence: other
A color theme for terminator using Pavel Pertsev's vim gruvbox color scheme

Projects that are alternatives of or similar to terminator-gruvbox

dotfiles-manjaro-i3
Dotfiles for my old manjaro system.
Stars: ✭ 17 (-32%)
Mutual labels:  gruvbox, gruvbox-dark
dotfiles
My personal configuration files
Stars: ✭ 120 (+380%)
Mutual labels:  gruvbox
terminator
🧛🏻‍♂️ Dark theme for Terminator
Stars: ✭ 26 (+4%)
Mutual labels:  terminator
jetbrains-theme
🎨 A modern, productivity-increaser theme for all JetBrains IDEs
Stars: ✭ 108 (+332%)
Mutual labels:  gruvbox
matplotx
📊 More styles and useful extensions for Matplotlib
Stars: ✭ 507 (+1928%)
Mutual labels:  gruvbox
gruvqueen
Port of famous gruvbox theme in lua(inspired by gruvbox-material)
Stars: ✭ 42 (+68%)
Mutual labels:  gruvbox
VSGruvbox
A gruvbox UI theme for visual studio
Stars: ✭ 21 (-16%)
Mutual labels:  gruvbox
Xess
My minimal Gruvbox CSS file I've been keeping multiple places
Stars: ✭ 144 (+476%)
Mutual labels:  gruvbox
i3-wm-gruvbox-theme
An i3-wm gruvbox theme implementation
Stars: ✭ 229 (+816%)
Mutual labels:  gruvbox
dotfiles
rice repo
Stars: ✭ 71 (+184%)
Mutual labels:  gruvbox
terminator-plugins
Terminator Plugins
Stars: ✭ 16 (-36%)
Mutual labels:  terminator
lambda-wallpapers
All of my wallpapers in one repo.
Stars: ✭ 123 (+392%)
Mutual labels:  gruvbox
vscode-theme
A modern, good-looking, productivity-increaser theme for Visual Studio Code
Stars: ✭ 46 (+84%)
Mutual labels:  gruvbox
hyperterm-gruvbox
Hyperterm theme based on gruvbox
Stars: ✭ 16 (-36%)
Mutual labels:  gruvbox
startpage
a cute little home for my browser
Stars: ✭ 26 (+4%)
Mutual labels:  gruvbox
dotfiles
💾 personal configuration files
Stars: ✭ 42 (+68%)
Mutual labels:  gruvbox
dotfiles
My dotfiles with dwm, qtile and awesome.
Stars: ✭ 178 (+612%)
Mutual labels:  gruvbox
rofi-collection
Beautiful collection of Rofi themes
Stars: ✭ 236 (+844%)
Mutual labels:  gruvbox
dotfiles
Gruvbox inspired Arch Linux i3wm rice.
Stars: ✭ 43 (+72%)
Mutual labels:  gruvbox
startpage
Custom browser startpage
Stars: ✭ 43 (+72%)
Mutual labels:  gruvbox

Terminator gruvbox colors

A color theme for terminator using Pavel Pertsev’s Gruvbox color scheme.

Screenshots

gruvbox terminator

Note: To make same look as on screenshot set below features:

  • Preferences > Profiles > General > Show titlebar: off
  • Preferences > Profiles > Scrolling > Scrollbar is: Disabled

Files

  • config - file that contains gruvbox themes (dark & light) for terminator terminal

Usage

Install config as new configuration file for the terminiator terminal:

$ mkdir -p ~/.config/terminator/ && wget -O ~/.config/terminator/config https://raw.githubusercontent.com/egel/terminator-gruvbox/master/config

Then you can modify your current configuration

$ vi ~/.config/terminator/config

To replace the default scheme used for new windows/tabs to gruvbox-dark (or gruvbox-light):

[[default]]
  # gruvbox-dark theme
  background_color = "#282828"
  cursor_color = "#7c6f64"
  foreground_color = "#ebdbb2"
  palette = "#181818:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2"

To:

[[default]]
  # gruvbox-light theme
  background_color = "#eee8d5"
  cursor_color = "#002b36"
  foreground_color = "#002b36"
  palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"

To configure the default scheme used upon launch; change profile to your new theme:

[[default]]
  [[[child1]]]
    type = Terminal
    parent = window0
    profile = default

To:

[[default]]
  [[[child1]]]
    type = Terminal
    parent = window0
    profile = gruvbox-light
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].