Skip to content
Commit d67dd570 authored by Andrew Crouthamel's avatar Andrew Crouthamel
Browse files

Fix Solarized Light and Dark color schemes

Summary:
Solarized Light contrast was low. Upon investigation it was determined much of the color scheme did not follow Solarized base 16 colors or rules. Color scheme for both Dark and Light variants were adjusted to match the latest Solarized color scheme release palette and [[ https://ethanschoonover.com/solarized/#usage-development | color interaction rules ]]. Color schemes were also matched closely to the [[ https://github.com/altercation/vim-colors-solarized/blob/master/colors/solarized.vim | Vim color scheme ]] created by the original Solarized author.

This is my first "frameworks" patch, so please let me know if I missed anything.

This has also been added to KSyntaxHighlighting in D15340.

BUG: 382075

Solarized Light Before:
{F6241106}
Solarized Light After:
{F6241107}
Solarized Dark Before:
{F6241108}
Solarized Dark After:
{F6241109}

Test Plan: Open Kate with new rc files and inspect the Color settings. Open a CPP file to review syntax highlighting.

Reviewers: #kate, #ktexteditor, #framework_syntax_highlighting, dhaumann

Reviewed By: #kate, #ktexteditor, #framework_syntax_highlighting, dhaumann

Subscribers: dhaumann, kwrite-devel, kde-frameworks-devel

Tags: #kate, #frameworks, #ktexteditor

Differential Revision: https://phabricator.kde.org/D15337
parent 891ee97d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment