https://github.com/xscriptor/fresh
A collection of custom color themes for Fresh, the terminal text editor
https://github.com/xscriptor/fresh
color-schemes customization fresh fresh-editor fresh-themes rust terminal-editor tui xscriptor
Last synced: 2 months ago
JSON representation
A collection of custom color themes for Fresh, the terminal text editor
- Host: GitHub
- URL: https://github.com/xscriptor/fresh
- Owner: xscriptor
- License: mit
- Created: 2026-01-08T19:30:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-03T12:49:50.000Z (2 months ago)
- Last Synced: 2026-04-03T16:35:55.426Z (2 months ago)
- Topics: color-schemes, customization, fresh, fresh-editor, fresh-themes, rust, terminal-editor, tui, xscriptor
- Language: Shell
- Homepage: https://dev.xscriptor.com
- Size: 6.33 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
Fresh Xscriptor
Essential settings to improve accessibility of Fresh using the Xscriptor themes.

Table of Contents
Overview
Installation
Uninstall
Manual Installation
Available Themes
Notes
Related Documents
X
Previews
More
Overview
Custom color themes for Fresh, the terminal text editor. This repository contains multiple JSON theme files compatible with Fresh.
Install them into ~/.config/fresh/themes.
Installation
Run the installer remotely with either curl or wget:
curl -fsSL https://raw.githubusercontent.com/xscriptor/fresh/main/installer.sh | bash
wget -qO- https://raw.githubusercontent.com/xscriptor/fresh/main/installer.sh | bash
The 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/fresh/main/uninstaller.sh | bash
wget -qO- https://raw.githubusercontent.com/xscriptor/fresh/main/uninstaller.sh | bash
This 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/
Available Themes
- berlin
- bogota
- helsinki
- lahabana
- madrid
- miami
- oslo
- paris
- praha
- x
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.