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
45093a76
Commit
45093a76
authored
May 15, 2020
by
Paul Slaughter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comments to README file
Also fixes ending newline
parent
a09ca02c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
app/assets/stylesheets/page_bundles/_ide_theme_overrides.scss
...assets/stylesheets/page_bundles/_ide_theme_overrides.scss
+3
-0
app/assets/stylesheets/page_bundles/ide_themes/README.md
app/assets/stylesheets/page_bundles/ide_themes/README.md
+1
-1
app/assets/stylesheets/page_bundles/ide_themes/_dark.scss
app/assets/stylesheets/page_bundles/ide_themes/_dark.scss
+3
-0
No files found.
app/assets/stylesheets/page_bundles/_ide_theme_overrides.scss
View file @
45093a76
// -------
// Please see `app/assets/stylesheets/page_bundles/ide_themes/README.md` for a guide on contributing new themes
// -------
.ide.theme-dark
{
a
:not
(
.btn
)
{
color
:
var
(
--
ide-link-color
);
...
...
app/assets/stylesheets/page_bundles/ide_themes/README.md
View file @
45093a76
...
...
@@ -50,4 +50,4 @@ To add a new theme, follow the following steps:
Monaco themes are defined in Javascript and are stored in the
`app/assets/javascripts/ide/lib/themes/`
directory.
To modify any syntax highlighting colors or to synchronize the theme colors with syntax highlighting colors, you
can modify the files in that directory directly.
\ No newline at end of file
can modify the files in that directory directly.
app/assets/stylesheets/page_bundles/ide_themes/_dark.scss
View file @
45093a76
// -------
// Please see `app/assets/stylesheets/page_bundles/ide_themes/README.md` for a guide on contributing new themes
// -------
.ide.theme-dark
{
--ide-border-color
:
#1d1f21
;
--ide-highlight-accent
:
#fff
;
...
...
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