Commit a4831e3a authored by Himanshu Kapoor's avatar Himanshu Kapoor

Web IDE: Add solarized light theme

Add solarized light syntax highlighting theme for Web IDE
parent 5d191707
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