Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CodeMirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Moritz Aurel Pascal Schubotz
CodeMirror
Commits
9ec12458
Commit
9ec12458
authored
7 years ago
by
Prendota
Committed by
Marijn Haverbeke
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[idea theme] Add
parent
f2a9eeb1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
demo/theme.html
+2
-0
2 additions, 0 deletions
demo/theme.html
theme/idea.css
+31
-0
31 additions, 0 deletions
theme/idea.css
with
33 additions
and
0 deletions
demo/theme.html
+
2
−
0
View file @
9ec12458
...
...
@@ -54,6 +54,7 @@
<link
rel=
"stylesheet"
href=
"../theme/xq-dark.css"
>
<link
rel=
"stylesheet"
href=
"../theme/xq-light.css"
>
<link
rel=
"stylesheet"
href=
"../theme/yeti.css"
>
<link
rel=
"stylesheet"
href=
"../theme/idea.css"
>
<link
rel=
"stylesheet"
href=
"../theme/zenburn.css"
>
<script
src=
"../lib/codemirror.js"
></script>
<script
src=
"../mode/javascript/javascript.js"
></script>
...
...
@@ -111,6 +112,7 @@ function findSequence(goal) {
<option>
erlang-dark
</option>
<option>
hopscotch
</option>
<option>
icecoder
</option>
<option>
idea
</option>
<option>
isotope
</option>
<option>
lesser-dark
</option>
<option>
liquibyte
</option>
...
...
This diff is collapsed.
Click to expand it.
theme/idea.css
0 → 100644
+
31
−
0
View file @
9ec12458
/**
Name: IDEA default theme
From IntelliJ IDEA by JetBrains
*/
.cm-s-idea
span
.cm-meta
{
color
:
#808000
;
}
.cm-s-idea
span
.cm-number
{
color
:
#0000FF
;
}
.cm-s-idea
span
.cm-keyword
{
line-height
:
1em
;
font-weight
:
bold
;
color
:
#000080
;
}
.cm-s-idea
span
.cm-atom
{
font-weight
:
bold
;
color
:
#000080
;
}
.cm-s-idea
span
.cm-def
{
color
:
#000000
;
}
.cm-s-idea
span
.cm-variable
{
color
:
black
;
}
.cm-s-idea
span
.cm-variable-2
{
color
:
black
;
}
.cm-s-idea
span
.cm-variable-3
,
.cm-s-idea
span
.cm-type
{
color
:
black
;
}
.cm-s-idea
span
.cm-property
{
color
:
black
;
}
.cm-s-idea
span
.cm-operator
{
color
:
black
;
}
.cm-s-idea
span
.cm-comment
{
color
:
#808080
;
}
.cm-s-idea
span
.cm-string
{
color
:
#008000
;
}
.cm-s-idea
span
.cm-string-2
{
color
:
#008000
;
}
.cm-s-idea
span
.cm-qualifier
{
color
:
#555
;
}
.cm-s-idea
span
.cm-error
{
color
:
#FF0000
;
}
.cm-s-idea
span
.cm-attribute
{
color
:
#0000FF
;
}
.cm-s-idea
span
.cm-tag
{
color
:
#000080
;
}
.cm-s-idea
span
.cm-link
{
color
:
#0000FF
;
}
.cm-s-idea
.CodeMirror-activeline-background
{
background
:
#FFFAE3
;
}
.cm-s-idea
span
.cm-builtin
{
color
:
#30a
;
}
.cm-s-idea
span
.cm-bracket
{
color
:
#cc7
;
}
.cm-s-idea
{
font-family
:
Consolas
,
Menlo
,
Monaco
,
Lucida
Console
,
Liberation
Mono
,
DejaVu
Sans
Mono
,
Bitstream
Vera
Sans
Mono
,
Courier
New
,
monospace
,
serif
;}
.cm-s-idea
.CodeMirror-matchingbracket
{
outline
:
1px
solid
grey
;
color
:
black
!important
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment