Commit 972c347a authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '201930-webide-solarized' into 'master'

Solarized Light syntax highlighting theme for Web IDE

See merge request gitlab-org/gitlab!30989
parents bda5398c a4831e3a
import white from './white';
import dark from './dark';
import monokai from './monokai';
import solarizedLight from './solarized_light';
import solarizedDark from './solarized_dark';
export const themes = [
......@@ -12,6 +13,10 @@ export const themes = [
name: 'dark',
data: dark,
},
{
name: 'solarized-light',
data: solarizedLight,
},
{
name: 'solarized-dark',
data: solarizedDark,
......
This diff is collapsed.
---
title: Solarized light syntax highlighting theme for the Web IDE
merge_request: 30989
author:
type: added
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