colors/ fresh
Custom color themes for Fresh, the terminal text editor — a complete collection of JSON theme files, all with the Xscriptor palette ecosystem.
Demo
Overview
This repository contains multiple JSON theme files compatible with Fresh. Install them into ~/.config/fresh/themes.
Available Themes
All 12 city palettes, ready to drop into Fresh.
darkX
darkLahabana
darkMiami
darkParis
darkTokio
darkOslo
darkBerlin
darkPraha
darkBogota
lightMadrid
lightHelsinki
lightLondon
Installation
Run the installer remotely with either curl or wget:
curl -fsSL https://raw.githubusercontent.com/xscriptor-colors/fresh/main/installer.sh | bashwget -qO- https://raw.githubusercontent.com/xscriptor-colors/fresh/main/installer.sh | bashThe installer creates ~/.config/fresh/themes if it does not exist and copies all themes there.
Uninstall
Remove the installed themes with:
curl -fsSL https://raw.githubusercontent.com/xscriptor-colors/fresh/main/uninstaller.sh | bashwget -qO- https://raw.githubusercontent.com/xscriptor-colors/fresh/main/uninstaller.sh | bashThis removes the themes provided by this repository. If the directory becomes empty, it is removed.
Manual Installation
mkdir -p ~/.config/fresh/themes
cp -f themes/*.json ~/.config/fresh/themes/Notes
- Fresh should read themes from ~/.config/fresh/themes. Refer to Fresh’s documentation for selecting a theme inside the editor.
- No elevated privileges are required. All operations target your home directory.