An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Fresh Xscriptor



Fresh Editor Badge
Shell Language Badge
MIT License Badge

Essential settings to improve accessibility of Fresh using the Xscriptor themes.

Xscriptor logo


Table of Contents


Overview


Installation


Uninstall


Manual Installation


Available Themes


Notes


Related Documents


X

Previews




Main preview

More





Preview 3




Preview 4




Preview 5




Preview 6




Preview 7




Preview 8



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.

Related Documents


X

XGitHub ·
XWeb