An arctic, north-bluish clean and elegant GNOME Terminal color theme.
Designed for a fluent and clear workflow based on the Nord color palette.
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 fordconf-cli
anddconf-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.
- Clone this repository
git clone https://github.com/nordtheme/gnome-terminal.git cd nord-gnome-terminal/src
- 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 level0
ERROR1
WARNING2
SUCCESS (default)3
INFO4
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.
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
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 shown1
WARNING - Shows warning messages2
SUCCESS (default) - Shows success messages3
INFO - Shows additional information messages4
DEBUG - Runs the script in debug mode showing additional debug messages
- Open the Preferences
- Switch to the Profiles tab
- Select
Nord
from the drop-down menu labeled with Profile used when launching a new terminal
- Right-click anywhere inside the terminal window to open the context menu
- Hover over Profiles and select
Nord
htop
Please report issues/bugs, feature requests and suggestions for improvements to the issue tracker.
Copyright © 2016-present Sven Greb