Skip to content

Gael-Lopes-Da-Silva/YellowedHelix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Yellowed is a simple material dark theme wich focus his syntax color on the golden yellow. Its syntax is inspired by the gruber-darker theme for emacs.

Screenshots

Installation

To install the theme you just need to put the yellowed.toml file into the themes folder of your Helix config folder. This one should be on ~/.config/helix/themes on Linux or ~/AppData/Roaming/helix/themes on Windows. See here for more informations.

Colors

Interface:
gray         = "#1F1F1F"
dark_gray    = "#181818"
light_gray   = "#303030"
smoke        = "#565656"
yellow       = "#FFD900"
purple       = "#994C92"
blue         = "#008DFF"
warning      = "#FF9C00"
error        = "#FF0000"
info         = "#0006ab"
hint         = "#0006ab"
deprecated   = "#4f4f4f"
unnecessary  = "#4f4f4f"

Syntax
text         = "#FFFFFF"
comment      = "#6B6B6B"
string       = "#378B1D"
constants    = "#FF80F4"
keywords     = "#FFD900"
function     = "#9B9B9B"