-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dac0129
commit 5c06512
Showing
43 changed files
with
6,805 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<session version="6.2.0"> | ||
<group name="locked"/> | ||
<group name="settings"> | ||
<item name="tabs">1</item> | ||
<item name="windows">0</item> | ||
<item name="grid">3</item> | ||
<item name="backups">0</item> | ||
</group> | ||
<group name="windows"/> | ||
<group name="search"> | ||
<item name="options">2032128</item> | ||
<item name="replace">0</item> | ||
</group> | ||
<group name="vars"/> | ||
<group name="tools"> | ||
<group name="tool"> | ||
<item name="icon">0</item> | ||
<item name="title"></item> | ||
<item name="command"></item> | ||
<item name="args"></item> | ||
<item name="dir"></item> | ||
<item name="options">0</item> | ||
</group> | ||
<group name="tool"> | ||
<item name="icon">0</item> | ||
<item name="title"></item> | ||
<item name="command"></item> | ||
<item name="args"></item> | ||
<item name="dir"></item> | ||
<item name="options">0</item> | ||
</group> | ||
<group name="tool"> | ||
<item name="icon">0</item> | ||
<item name="title"></item> | ||
<item name="command"></item> | ||
<item name="args"></item> | ||
<item name="dir"></item> | ||
<item name="options">0</item> | ||
</group> | ||
<group name="tool"> | ||
<item name="icon">0</item> | ||
<item name="title"></item> | ||
<item name="command"></item> | ||
<item name="args"></item> | ||
<item name="dir"></item> | ||
<item name="options">0</item> | ||
</group> | ||
<group name="tool"> | ||
<item name="icon">0</item> | ||
<item name="title"></item> | ||
<item name="command"></item> | ||
<item name="args"></item> | ||
<item name="dir"></item> | ||
<item name="options">0</item> | ||
</group> | ||
</group> | ||
</session> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
/***************************************************************************** | ||
* QM Style Sheet for MacOS "Dark" | ||
* Last Updated for Version: 6.0.0 | ||
* Date of the Last Update: 2023-09-20 | ||
* | ||
* Q u a n t u m L e a P s | ||
* ------------------------ | ||
* Modern Embedded Software | ||
* | ||
* Copyright (C) 2005-2023 Quantum Leaps, LLC. All rights reserved. | ||
* | ||
* Contact information: | ||
* https://www.state-machine.com | ||
* mailto:[email protected] | ||
*****************************************************************************/ | ||
|
||
/* MainWindow ................................................................ | ||
*/ | ||
MainWindow { | ||
/* window background for code, doc and diagram widnows | ||
* (outside the editing area or canvas area) | ||
*/ | ||
qproperty-windowColor: black; | ||
|
||
/* background for code edit area */ | ||
qproperty-codeBaseColor: #1A1E24; | ||
|
||
/* background for doc edit area */ | ||
qproperty-docBaseColor: #2A2E24; | ||
|
||
/* syntax highlighting styles */ | ||
qproperty-comment: "#5B6A7E, transparent, italic"; | ||
qproperty-keyword: "#EE6165, transparent, bold"; | ||
qproperty-preproc: "#6498C5, transparent, bold"; | ||
qproperty-string: "#98C790, transparent, italic"; | ||
qproperty-string2: "#90C090, transparent, italic"; | ||
qproperty-trail: "transparent, #000000"; | ||
qproperty-stdint: "#FB924C, transparent"; | ||
qproperty-me_ptr: "#EE7C33, #3B4453"; | ||
qproperty-evt_ptr: "#EE7C33, #304050"; | ||
qproperty-qp_api: "#FF7777, transparent, underline"; | ||
qproperty-qm_dir: "#EE6165, #3B4453, bold, underline"; | ||
} | ||
|
||
/* ExplorerView .............................................................. | ||
*/ | ||
ExplorerView { | ||
color: #E1E1E1; | ||
background-color: #252A34; | ||
alternate-background-color: #1A1E24; | ||
} | ||
ExplorerView:hover { | ||
background-color: #353A44; | ||
alternate-background-color: #2A2E34; | ||
} | ||
ExplorerView::item:selected { | ||
background-color: #AA0000; | ||
} | ||
/* SearchView ................................................................ | ||
*/ | ||
SearchView { | ||
font-style: italic; | ||
color: #E1E1E1; | ||
background-color: #3B4453; | ||
alternate-background-color: #304050; | ||
} | ||
SearchView:hover { | ||
background-color: #4B5463; | ||
alternate-background-color: #3F4F5F; | ||
} | ||
SearchView::item:selected { | ||
background-color: #0000AA; | ||
} | ||
/* DiagramView ............................................................... | ||
*/ | ||
DiagramView { | ||
font-family: "Arial"; | ||
font-size: 11px; | ||
|
||
qproperty-canvasColor: #252A34; | ||
qproperty-birdsEyeViewColor: #FFFFFF; | ||
qproperty-nodePenColor: #77FFFF; | ||
qproperty-nodeBrushColor: #777777; | ||
qproperty-connPenColor: #FFFF77; | ||
} | ||
|
||
/* CodeEdit .................................................................. | ||
* Used in the files and code entered via a Property Sheet. | ||
*/ | ||
CodeEdit { | ||
font-family: "Menlo"; | ||
font-size: 10pt; | ||
|
||
color: #D8DEEA; | ||
selection-color: #CDD3DF; | ||
selection-background-color: #3B4453; | ||
} | ||
|
||
/* DocEdit ................................................................... | ||
* Used in the documentation entered via a Property Sheet. | ||
*/ | ||
DocEdit { | ||
font-family: "Menlo"; | ||
font-size: 10pt; | ||
font-style: italic; | ||
|
||
color: #E1E1E1; | ||
/* NOTE: set the background with MainWindow::qproperty-docBaseColor */ | ||
} | ||
|
||
/* Log window ................................................................ | ||
*/ | ||
Log { | ||
font-family: "Menlo"; | ||
font-size: 10pt; | ||
|
||
color: #E1E1E1; | ||
background-color: #252A34; | ||
selection-color: darkRed; | ||
selection-background-color: yellow; | ||
} | ||
Log:!active { | ||
selection-color: white; | ||
selection-background-color: darkGrey; | ||
} | ||
|
||
/* Birdseye view window ...................................................... | ||
*/ | ||
Birdseye { | ||
background: #1464A0; | ||
background-color: #252A34; | ||
} |
Oops, something went wrong.