Artifact 6c73a35c1a9f15f024504355471d4dfe3d005edd:
- File
IDE/themes/SolarizedDark.theme
— part of check-in
[17d40cb399]
at
2016-10-01 20:34:30
on branch single2
— Has been implemented partial read-only mode for AsmEdit (the first N lines can be read-only). This way, the form editor now includes the
visual windows definition in read-only mode. This way, the all line number navigation problems with the form editor, should be fixed now.
Added two new colors to the editor theme: read-only background and read-only text color. (user: johnfound size: 1449) [more...]
; 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