Commit ad5d73b7 authored by David O'Regan's avatar David O'Regan

Merge branch '322782-increase-contrast-of-solarized-light-in-web-ide' into 'master'

Increase contrast of Solarized Light in Web IDE

See merge request gitlab-org/gitlab!55361
parents aef70970 dcfc058a
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
// Please see `app/assets/stylesheets/page_bundles/ide_themes/README.md` for a guide on contributing new themes // Please see `app/assets/stylesheets/page_bundles/ide_themes/README.md` for a guide on contributing new themes
// ------- // -------
.ide.theme-solarized-light { .ide.theme-solarized-light {
--ide-border-color: #dfd7bf; --ide-border-color: #ded7c1;
--ide-border-color-alt: #dfd7bf; --ide-border-color-alt: #dfd7bf;
--ide-highlight-accent: #5c4e21; --ide-highlight-accent: #5c4e21;
--ide-text-color: #616161; --ide-text-color: #616161;
--ide-text-color-secondary: #526f76; --ide-text-color-secondary: #526f76;
--ide-background: #efe8d3; --ide-background: #ddd6c1;
--ide-background-hover: #ded6be; --ide-background-hover: #d3cbb7;
--ide-highlight-background: #fef6e1; --ide-highlight-background: #eee8d5;
--ide-link-color: #955800; --ide-link-color: #955800;
--ide-footer-background: #efe8d3; --ide-footer-background: #efe8d3;
--ide-empty-state-background: #fef6e1; --ide-empty-state-background: #fef6e1;
......
---
title: Increase contrast of Solarized Light in Web IDE
merge_request: 55361
author:
type: changed
Markdown is supported
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