Skip to content

Color themes for the SubEthaEdit text/code editor

License

Notifications You must be signed in to change notification settings

jakshin/subethaedit-styles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SubEthaEdit Styles

Color themes for the excellent SubEthaEdit text/code editor.

Based on the styles that ship with SubEthaEdit, the style sheet format docs, and the syntax scope style guide.

Screenshots

Blueby++ J-Squared Dark J-Squared Light

Installation

Clone this repo, then:

styles_dir="$HOME/Library/Containers/de.codingmonkeys.SubEthaEdit.Mac/Data\
/Library/Application Support/de.codingmonkeys.SubEthaEdit.Mac/Styles"

for sss in *.sss; do
  if [[ ! -e "$styles_dir/$sss" ]]; then
    cp "$(pwd -P)/$sss" "$styles_dir/$sss"
  fi
done

Activation

In SubEthaEdit, open Preferences and select the Styles tab.
In the dropdown at the top of the dialog, select Default (the top value), or a specific mode.
Select the "Custom style sheet" radio button, then the desired style in the dropdown to its right.