Add build tool icons to theme

This commit is contained in:
Veronica Berglyd Olsen
2023-02-28 22:39:09 +01:00
parent ba5b4ece30
commit 8a4785d9a3
5 changed files with 46 additions and 7 deletions
@@ -19,6 +19,9 @@ licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
add = typ_plus.svg
backward = typ_chevron-left.svg
bookmark = typ_bookmark.svg
build_excluded = typ_cancel.svg
build_filtered = typ_filter.svg
build_included = typ_pin.svg
bullet-off = typ_media-record-outline.svg
bullet-on = typ_media-record.svg
checked = mixed_input-checked.svg
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1"
width="24"
height="24"
viewBox="0 0 24 24"
id="svg1319"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1323" />
<path
d="M 20.693511,2.0000002 H 3.306489 c -1.3661232,0 -1.7387023,0.8571428 -0.7451581,2.0000001 l 5.2161068,6.0000007 c 0.993544,1.142857 1.738702,3.285714 1.738702,4.857143 V 22 L 14.48386,19.142857 v -4.999999 c 0,-1.142859 0.745158,-3 1.738702,-4.142857 L 21.438669,4.0000003 C 22.432213,2.857143 22.059634,2.0000002 20.693511,2.0000002 Z"
id="path1317"
style="fill:#f99157;fill-opacity:1;stroke-width:1.33199" />
</svg>

After

Width:  |  Height:  |  Size: 698 B

@@ -19,6 +19,9 @@ licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
add = typ_plus.svg
backward = typ_chevron-left.svg
bookmark = typ_bookmark.svg
build_excluded = typ_cancel.svg
build_filtered = typ_filter.svg
build_included = typ_pin.svg
bullet-off = typ_media-record-outline.svg
bullet-on = typ_media-record.svg
checked = mixed_input-checked.svg
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1"
width="24"
height="24"
viewBox="0 0 24 24"
id="svg1319"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1323" />
<path
d="M 20.693511,2.0000002 H 3.306489 c -1.3661232,0 -1.7387023,0.8571428 -0.7451581,2.0000001 l 5.2161068,6.0000007 c 0.993544,1.142857 1.738702,3.285714 1.738702,4.857143 V 22 L 14.48386,19.142857 v -4.999999 c 0,-1.142859 0.745158,-3 1.738702,-4.142857 L 21.438669,4.0000003 C 22.432213,2.857143 22.059634,2.0000002 20.693511,2.0000002 Z"
id="path1317"
style="fill:#f5871f;fill-opacity:1;stroke-width:1.33199" />
</svg>

After

Width:  |  Height:  |  Size: 698 B

+8 -7
View File
@@ -445,13 +445,14 @@ class GuiIcons:
ICON_KEYS = {
# Project and GUI icons
"novelwriter", "cls_archive", "cls_character", "cls_custom", "cls_entity", "cls_none",
"cls_novel", "cls_object", "cls_plot", "cls_timeline", "cls_trash", "cls_world",
"proj_chapter", "proj_details", "proj_document", "proj_folder", "proj_note", "proj_nwx",
"proj_section", "proj_scene", "proj_stats", "proj_title", "search_cancel", "search_case",
"search_loop", "search_preserve", "search_project", "search_regex", "search_word",
"status_idle", "status_lang", "status_lines", "status_stats", "status_time", "view_build",
"view_editor", "view_novel", "view_outline",
"novelwriter", "build_excluded", "build_filtered", "build_included", "cls_archive",
"cls_character", "cls_custom", "cls_entity", "cls_none", "cls_novel", "cls_object",
"cls_plot", "cls_timeline", "cls_trash", "cls_world", "proj_chapter", "proj_details",
"proj_document", "proj_folder", "proj_note", "proj_nwx", "proj_section", "proj_scene",
"proj_stats", "proj_title", "search_cancel", "search_case", "search_loop",
"search_preserve", "search_project", "search_regex", "search_word", "status_idle",
"status_lang", "status_lines", "status_stats", "status_time", "view_build", "view_editor",
"view_novel", "view_outline",
# General Button Icons
"add", "backward", "bookmark", "checked", "close", "cross", "down", "edit", "forward",