Skip to content

A collection of custom color themes for Fresh, the terminal text editor

License

Notifications You must be signed in to change notification settings

xscriptordev/fresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fresh Xscriptor

fresh shell mit

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

Xscriptor logo

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/xscriptordev/fresh/main/installer.sh | bash
wget -qO- https://raw.githubusercontent.com/xscriptordev/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/xscriptordev/fresh/main/uninstaller.sh | bash
wget -qO- https://raw.githubusercontent.com/xscriptordev/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.

Releases

No releases published

Packages

No packages published

Languages