Fresh IDE . Artifact [6c73a35c1a]
Not logged in

This repository is a mirror!

The original is located on: https://fresh.flatassembler.net/fossil/repo/fresh
If you want to follow the project, please update your remote-url

Artifact 6c73a35c1a9f15f024504355471d4dfe3d005edd:


; Solarized is a popular theme for text editors.
; It uses 16 colors palette - 8 monochrome and 8 color.
;
;  SOLARIZED HEX $BGR  
; --------- ----------
; base03    $362b00
; base02    $423607
; base01    $756e58
; base00    $837b65
; base0     $969483
; base1     $a1a193
; base2     $d5e8ee
; base3     $e3f6fd
; yellow    $0089b5
; orange    $164bcb
; red	    $2f32dc
; magenta   $8236d3
; violet    $c4716c
; blue	    $d28b26
; cyan	    $98a12a
; green     $009985

Theme.Name = "Solarized dark"

Theme.FontFace = Consolas
Theme.FontSize = -15
Theme.FontWeight = 600
Theme.FontItalic = 0
Theme.FontCharset = 204
Theme.EditorStyle = 55

'Theme.Colors.Default text' = 0093A1A1h
'Theme.Colors.Default background' = 00002B36h
'Theme.Colors.Selected text' = 00002B36h
'Theme.Colors.Selected background' = 00839496h
'Theme.Colors.Focused line text' = 00002B36h
'Theme.Colors.Focused line background' = 00B58900h
'Theme.Colors.Left margin background' = 00073642h
'Theme.Colors.Left margin border' = 00073642h
'Theme.Colors.Read-only text color' = 00073642h
'Theme.Colors.Read-only background' = 00002B36h
'Theme.Colors.Assembler directive' = 00B58900h
'Theme.Colors.Preprocessor directive' = 00CB4B16h
Theme.Colors.Instruction = 00859900h
Theme.Colors.Register = 00268BD2h
Theme.Colors.Symbol = 0093A1A1h
Theme.Colors.Number = 00D33682h
Theme.Colors.String = 002AA198h
Theme.Colors.Comment = 00586E75h