Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Spyder syntax inspired by my atom-ubik-syntax and vim gotham colorscheme

Notifications You must be signed in to change notification settings

mr-ubik/spyder-ubik-gotham-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Description

Spyder syntax based on my ubik-syntax for the Atom editor, both themes draw heavily from the Gotham vim colorscheme.

Suggestions are wholeheartedly welcomed.

Screenshot

Screenshot

Installation

Copy the following code inside your spyder.ini file after the other colorschemes.

(You should find the spyder.ini file inside your ~/.config/spyder or equivalent folder)

custom_names = ['custom-0']
custom-0/definition = ('#33859e', False, False)
custom-0/comment = ('#969896', False, False)
custom-0/matched_p = #00a433
custom-0/unmatched_p = #c23127
custom-0/builtin = ('#d3ebe9', False, False)
custom-0/instance = ('#c23127', False, False)
custom-0/occurrence = #245361
custom-0/ctrlclick = #0000ff
custom-0/keyword = ('#195466', False, False)
custom-0/string = ('#42ffc0', False, False)
custom-0/background = #0c1014
custom-0/sideareas = #0c1014
custom-0/currentcell = #0c1014
custom-0/normal = ('#99d1ce', False, False)
custom-0/currentline = #000614
custom-0/number = ('#d26937', False, False)
custom-0/name = Ubik-Gotham

About

Spyder syntax inspired by my atom-ubik-syntax and vim gotham colorscheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published