All Projects → arcticicestudio → Nord Gnome Terminal

arcticicestudio / Nord Gnome Terminal

Licence: mit
An arctic, north-bluish clean and elegant GNOME Terminal color theme.

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Nord Gnome Terminal

Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-78.29%)
Mutual labels:  cli, terminal, zsh, nord, color-scheme, color, colorscheme, color-theme
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-92.25%)
Mutual labels:  cli, terminal, zsh, nord, color-scheme, color, colorscheme, color-theme
Nord Terminator
An arctic, north-bluish clean and elegant Terminator color theme.
Stars: ✭ 78 (-69.77%)
Mutual labels:  cli, terminal, zsh, nord, color-scheme, colorscheme, color-theme
Nord Termite
An arctic, north-bluish clean and elegant Termite color theme.
Stars: ✭ 104 (-59.69%)
Mutual labels:  cli, terminal, zsh, nord, color-scheme, colorscheme, color-theme
Nord Terminal App
An arctic, north-bluish clean and elegant Terminal.app color theme.
Stars: ✭ 198 (-23.26%)
Mutual labels:  cli, terminal, zsh, nord, color-scheme, color, color-theme
nord-mintty
An arctic, north-bluish clean and elegant Mintty color theme.
Stars: ✭ 40 (-84.5%)
Mutual labels:  zsh, color, colorscheme, color-scheme, color-theme, nord
Nord Xfce Terminal
An arctic, north-bluish clean and elegant Xfce Terminal color theme.
Stars: ✭ 136 (-47.29%)
Mutual labels:  cli, terminal, zsh, nord, colorscheme, color-theme
Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (+152.33%)
Mutual labels:  cli, terminal, zsh, nord, color-scheme, colorscheme
Nord Alacritty
An arctic, north-bluish clean and elegant Alacritty color scheme.
Stars: ✭ 238 (-7.75%)
Mutual labels:  terminal, zsh, nord, color-scheme, color, color-theme
nord-tilix
An arctic, north-bluish clean and elegant Tilix color scheme.
Stars: ✭ 105 (-59.3%)
Mutual labels:  color, colorscheme, color-scheme, color-theme, nord
Nord Xresources
An arctic, north-bluish clean and elegant Xresources color theme.
Stars: ✭ 210 (-18.6%)
Mutual labels:  cli, terminal, zsh, nord, color-theme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+670.16%)
Mutual labels:  nord, color-scheme, color, colorscheme, color-theme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+190.31%)
Mutual labels:  nord, color-scheme, color, colorscheme, color-theme
Nord Emacs
An arctic, north-bluish clean and elegant Emacs theme.
Stars: ✭ 379 (+46.9%)
Mutual labels:  terminal, nord, color, colorscheme
Srcery Vim
Dark colorscheme for gvim and vim
Stars: ✭ 518 (+100.78%)
Mutual labels:  terminal, color-scheme, colorscheme, color-theme
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+534.11%)
Mutual labels:  color-scheme, color, colorscheme, color-theme
Nord Tmux
An arctic, north-bluish clean and elegant tmux color theme.
Stars: ✭ 567 (+119.77%)
Mutual labels:  terminal, nord, color, colorscheme
Nord Hyper
An arctic, north-bluish clean and elegant Hyper theme plugin.
Stars: ✭ 96 (-62.79%)
Mutual labels:  terminal, nord, color-scheme, color
Nord Dircolors
An arctic, north-bluish clean and elegant dircolors theme.
Stars: ✭ 328 (+27.13%)
Mutual labels:  cli, terminal, zsh, nord
nord-notepadplusplus
An arctic, north-bluish clean and elegant Notepad++ theme.
Stars: ✭ 112 (-56.59%)
Mutual labels:  colorscheme, color-scheme, color-theme, nord

An arctic, north-bluish clean and elegant GNOME Terminal color theme.

Designed for a fluent and clear workflow.
Based on the Nord color palette.


Font: Source Code Pro 12px.

Getting started

Requirements

The installation script requires dconf and uuidgen (util-linux) to be available on your PATH to create a new profile and generate a random profile UUID.

Some distributions may require additional package(s):

  • dconf-tools - transitional package for dconf-cli and dconf-editor (Debian, Mint, Ubuntu)
  • dconf-gsettings-backend to ensure GSettings compatibility (Debian, Mint, Ubuntu)
  • dconf-cli to ensure full CLI support (Debian, Mint, Ubuntu)
  • dconf-service to ensure D-Bus support for the GSettings backend (Debian, Mint, Ubuntu)
  • uuid-runtime to provide runtime components for the Universally Unique ID library (Debian, Mint, Ubuntu)

The packages should be available for all distributions using the GNOME Terminal by default.

Installation

  1. Clone this repository

    git clone https://github.com/arcticicestudio/nord-gnome-terminal.git
    cd nord-gnome-terminal/src
    
  2. Run the nord.sh shell script to start the automated installation.

A list of available options can be shown with -h, --help.

./nord.sh --help

Usage: nord.sh [OPTIONS]

  • -h, --help - Shows the help
  • -l, --loglevel <LOG_LEVEL>, --loglevel=<LOG_LEVEL> - Set the log level
    • 0 ERROR
    • 1 WARNING
    • 2 SUCCESS (default)
    • 3 INFO
    • 4 DEBUG
  • -p, --profile <PROFILE_NAME>, --profile=<PROFILE_NAME> - The name of the profile to install the theme to. If not specified a new profile as clone of the default profile will be created.

Profile Handling

The script detects available profiles and

  • clones the default profile if no specific profile has been specified - this ensures that no custom profile colors are overriden
  • allows to install the theme for a specific profile - the name of the profile the theme should be installed to can be passed using the -p/--profile option
  • handles already existing Nord profiles via version comparison - if the Nord profile already exists and the script version is less than the installed version a confirmation is shown whether to override the theme of abort the installation, otherwise the profile will be
    • updated if the script version is greater than the installed version
    • reinstalled if the installed version is equal to the script version

Log Level

The script provides a -l/--loglevel option to allow to define the log level. Available levels are

  • 0 ERROR - The script will run in silent mode, only error messages are shown
  • 1 WARNING - Shows warning messages
  • 2 SUCCESS (default) - Shows success messages
  • 3 INFO - Shows additional information messages
  • 4 DEBUG - Runs the script in debug mode showing additional debug messages

Activation

Set as default profile

  1. Open the Preferences
  2. Switch to the Profiles tab
  3. Select Nord from the drop-down menu labeled with Profile used when launching a new terminal

Lazy profile change

  1. Right-click anywhere inside the terminal window to open the context menu
  2. Hover over Profiles and select Nord

Screenshots

htop

Development

Contribution

Please report issues/bugs, feature requests and suggestions for improvements to the issue tracker.

Copyright © 2016-present Arctic Ice Studio

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].