Skip to content

xscriptordev/fresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fresh Xscriptor

Xscriptor logo

Previews

Main preview

More previews
Preview 3 Preview 4 Preview 5 Preview 6 Preview 7 Preview 8

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

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages