Skip to content

Commit

Permalink
New UI items: EdMinimapTooltipBg, EdMinimapTooltipBorder...
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdp committed Apr 28, 2019
1 parent f60ee98 commit 4f3be4d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
8 changes: 7 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ Syntax color table: [solarized_dark_syntax.html](http://www.pazera-software.com/


# How to install a theme?
Download **ZIP** file, run the CudaText editor, drop this file on the main window and confirm installation. Select menu `Options -> Color themes -> UI -> THEME_NAME`.
Download **ZIP** file, run the CudaText editor, drop this file on the main window and confirm installation. Select menu `Options -> Color themes -> UI -> THEME_NAME`.

# Changelog

* 28.04.2019
New UI items: `EdMinimapTooltipBg`, `EdMinimapTooltipBorder`, `EdBlockStapleActive`, `TreeSelBg2`. Removed `TreeLines`.
Changed syntax items: `Lex_TextBold`, `Lex_TextItalic`, `Lex_TextBoldItalic`, `Lex_TextCross`.
10 changes: 5 additions & 5 deletions Solarized Dark.cuda-theme-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -362,33 +362,33 @@
"Lex_TextBold" : {
"Type" : 1,
"Styles" : "b",
"CFont" : "#F8F8F2",
"CFont" : "#C9C99C",
"CBack" : "",
"CBorder" : "",
"Border" : "0,0,0,0"
},
"Lex_TextItalic" : {
"Type" : 1,
"Styles" : "i",
"CFont" : "#F8F8F2",
"CFont" : "#C9C99C",
"CBack" : "",
"CBorder" : "",
"Border" : "0,0,0,0"
},
"Lex_TextBoldItalic" : {
"Type" : 1,
"Styles" : "bi",
"CFont" : "#F8F8F2",
"CFont" : "#C9C99C",
"CBack" : "",
"CBorder" : "",
"Border" : "0,0,0,0"
},
"Lex_TextCross" : {
"Type" : 1,
"Styles" : "s",
"CFont" : "#F8F8F2",
"CFont" : "#C9C99C",
"CBack" : "",
"CBorder" : "",
"Border" : "0,0,0,0"
}
}
}
7 changes: 5 additions & 2 deletions Solarized Dark.cuda-theme-ui
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"EdUnprintHexFont" : "#A48115",
"EdMinimapBorder" : "#073642",
"EdMinimapSelBg" : "#FEC7D0",
"EdMinimapTooltipBg" : "#004151",
"EdMinimapTooltipBorder" : "#002B36",
"EdMicromapBg" : "#004455",
"EdMicromapViewBg" : "#002B36",
"EdMicromapOccur" : "#49C28F",
Expand All @@ -24,6 +26,7 @@
"EdStateAdded" : "#146AC9",
"EdStateSaved" : "#0F6A82",
"EdBlockStaple" : "#0B576A",
"EdBlockStapleActive" : "#8C6900",
"EdComboArrow" : "#0C5365",
"EdComboArrowBg" : "#00212B",
"EdBorder" : "#001B22",
Expand Down Expand Up @@ -72,7 +75,7 @@
"TreeBg" : "#00212B",
"TreeSelFont" : "#839496",
"TreeSelBg" : "#093F4D",
"TreeLines" : "#206473",
"TreeSelBg2" : "#06313C",
"TreeSign" : "#206473",
"ListBg" : "#00212B",
"ListSelBg" : "#093F4D",
Expand Down Expand Up @@ -107,4 +110,4 @@
"SplitGroups" : "#003847",
"ExportHtmlBg" : "#002B36",
"ExportHtmlNumbers" : "#A0A0A4"
}
}
Binary file modified theme.SolarizedDark.zip
Binary file not shown.

0 comments on commit 4f3be4d

Please sign in to comment.