Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a4831e3a
Commit
a4831e3a
authored
May 04, 2020
by
Himanshu Kapoor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Web IDE: Add solarized light theme
Add solarized light syntax highlighting theme for Web IDE
parent
5d191707
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1111 additions
and
0 deletions
+1111
-0
app/assets/javascripts/ide/lib/themes/index.js
app/assets/javascripts/ide/lib/themes/index.js
+5
-0
app/assets/javascripts/ide/lib/themes/solarized_light.js
app/assets/javascripts/ide/lib/themes/solarized_light.js
+1101
-0
changelogs/unreleased/201930-webide-solarized.yml
changelogs/unreleased/201930-webide-solarized.yml
+5
-0
No files found.
app/assets/javascripts/ide/lib/themes/index.js
View file @
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
,
...
...
app/assets/javascripts/ide/lib/themes/solarized_light.js
0 → 100644
View file @
a4831e3a
This diff is collapsed.
Click to expand it.
changelogs/unreleased/201930-webide-solarized.yml
0 → 100644
View file @
a4831e3a
---
title
:
Solarized light syntax highlighting theme for the Web IDE
merge_request
:
30989
author
:
type
:
added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment