├── rc ├── close.png ├── undock.png ├── up_arrow.png ├── down_arrow.png ├── left_arrow.png ├── Hmovetoolbar.png ├── Vmovetoolbar.png ├── branch_closed.png ├── branch_open.png ├── close-hover.png ├── close-pressed.png ├── right_arrow.png ├── transparent.png ├── branch_open-on.png ├── radio_unchecked.png ├── undock-pressed.png ├── branch_closed-on.png ├── checkbox_checked.png ├── checkbox_unchecked.png ├── up_arrow_disabled.png ├── down_arrow_disabled.png ├── left_arrow_disabled.png ├── right_arrow_disabled.png ├── checkbox_checked_focus.png ├── checkbox_indeterminate.png ├── checkbox_checked_disabled.png ├── checkbox_unchecked_focus.png ├── checkbox_indeterminate_focus.png ├── checkbox_unchecked_disabled.png └── checkbox_indeterminate_disabled.png ├── sample imgs ├── menu.png ├── config menu.png └── editor and pdf viewer.png ├── LICENSE ├── README.md ├── stylesheet.qss └── texstudio.ini /rc/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/close.png -------------------------------------------------------------------------------- /rc/undock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/undock.png -------------------------------------------------------------------------------- /rc/up_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/up_arrow.png -------------------------------------------------------------------------------- /rc/down_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/down_arrow.png -------------------------------------------------------------------------------- /rc/left_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/left_arrow.png -------------------------------------------------------------------------------- /rc/Hmovetoolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/Hmovetoolbar.png -------------------------------------------------------------------------------- /rc/Vmovetoolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/Vmovetoolbar.png -------------------------------------------------------------------------------- /rc/branch_closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/branch_closed.png -------------------------------------------------------------------------------- /rc/branch_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/branch_open.png -------------------------------------------------------------------------------- /rc/close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/close-hover.png -------------------------------------------------------------------------------- /rc/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/close-pressed.png -------------------------------------------------------------------------------- /rc/right_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/right_arrow.png -------------------------------------------------------------------------------- /rc/transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/transparent.png -------------------------------------------------------------------------------- /sample imgs/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/sample imgs/menu.png -------------------------------------------------------------------------------- /rc/branch_open-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/branch_open-on.png -------------------------------------------------------------------------------- /rc/radio_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/radio_unchecked.png -------------------------------------------------------------------------------- /rc/undock-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/undock-pressed.png -------------------------------------------------------------------------------- /rc/branch_closed-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/branch_closed-on.png -------------------------------------------------------------------------------- /rc/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/checkbox_checked.png -------------------------------------------------------------------------------- /rc/checkbox_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/checkbox_unchecked.png -------------------------------------------------------------------------------- /rc/up_arrow_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/up_arrow_disabled.png -------------------------------------------------------------------------------- /rc/down_arrow_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/down_arrow_disabled.png -------------------------------------------------------------------------------- /rc/left_arrow_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/left_arrow_disabled.png -------------------------------------------------------------------------------- /rc/right_arrow_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/right_arrow_disabled.png -------------------------------------------------------------------------------- /sample imgs/config menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/sample imgs/config menu.png -------------------------------------------------------------------------------- /rc/checkbox_checked_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/checkbox_checked_focus.png -------------------------------------------------------------------------------- /rc/checkbox_indeterminate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/checkbox_indeterminate.png -------------------------------------------------------------------------------- /rc/checkbox_checked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/checkbox_checked_disabled.png -------------------------------------------------------------------------------- /rc/checkbox_unchecked_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/checkbox_unchecked_focus.png -------------------------------------------------------------------------------- /rc/checkbox_indeterminate_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/checkbox_indeterminate_focus.png -------------------------------------------------------------------------------- /rc/checkbox_unchecked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/checkbox_unchecked_disabled.png -------------------------------------------------------------------------------- /sample imgs/editor and pdf viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/sample imgs/editor and pdf viewer.png -------------------------------------------------------------------------------- /rc/checkbox_indeterminate_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thatlittleboy/TeXstudio-Qt-Stylesheet/HEAD/rc/checkbox_indeterminate_disabled.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | This is free and unencumbered software released into the public domain. 2 | 3 | Anyone is free to copy, modify, publish, use, compile, sell, or 4 | distribute this software, either in source code form or as a compiled 5 | binary, for any purpose, commercial or non-commercial, and by any 6 | means. 7 | 8 | In jurisdictions that recognize copyright laws, the author or authors 9 | of this software dedicate any and all copyright interest in the 10 | software to the public domain. We make this dedication for the benefit 11 | of the public at large and to the detriment of our heirs and 12 | successors. We intend this dedication to be an overt act of 13 | relinquishment in perpetuity of all present and future rights to this 14 | software under copyright law. 15 | 16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 18 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 19 | IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR 20 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 21 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22 | OTHER DEALINGS IN THE SOFTWARE. 23 | 24 | For more information, please refer to 25 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # TeXstudio-Qt-Stylesheet 2 | Dark mode Qt stylesheet (WIP), developed primarily for TeXstudio, a LaTeX editor. Built around a dark colour scheme (majority being different shades of gray and dark blue), with red and blue accents. Also, there's red text highlighting, instead of the default Windows blue, for fun! `:)` 3 | 4 | Slightly modified from (and credits to): 5 | - https://github.com/ColinDuquesnoy/QDarkStyleSheet/tree/master/qdarkstyle 6 | 7 | ## Sample images: 8 | 9 | **Main text editor and internal pdf viewer** 10 | 11 | 12 | 13 | **Menu** 14 | 15 | 16 | 17 | **Config Dialog** 18 | 19 | 20 | 21 | 53 | 54 | 55 | ## To Use: 56 | **Mandatory:** 57 | - Place `stylesheet.qss` and the `rc` folder into [TXS config folder](https://github.com/texstudio-org/texstudio/wiki/Frequently-Asked-Questions#where-are-the-settings-stored). 58 | - Replace C:/Users/**user**/AppData/Roaming/TeXstudio/rc/ with your name in the stylesheet 59 | 60 | For **best effects** (cf. sample images): I would recommend using the following settings (change under `Options -> Configure TeXstudio`): 61 | - `General -> Color Scheme -> Modern` (instead of Classic); 62 | - `Syntax Highlighting`: Choose a dark colour scheme you like from [How can I set a dark theme in TeXstudio?](https://tex.stackexchange.com/q/108315) 63 | 64 | **Optionally/Personal taste:** Change the internal PDF viewer _background_ colour, and the internal PDF viewer _highlight_ colour. These are not controlled by the Qt Stylesheet; You can customize this in `Options -> Configure TeXstudio -> Internal PDF viewer -> Paper Color` and `Highlight Color`. You'll need `Show Advanced Options` checked in the bottom left hand corner of the config dialog to see these options. 65 | 66 | I have also provided a `texstudio.ini` file that should give your TeXstudio the complete look: it has all default settings except for 3 things: 67 | 68 | (i) the background colour and syntax highlighting of the editor window (mine is modified from Solarized Dark theme), 69 | ``` 70 | [formats] 71 | version=1.0 72 | data\align-ampersand\bold=true 73 | data\align-ampersand\fontFamily= 74 | ... 75 | ... 76 | ... 77 | data\braceMatch\wrapAround=false 78 | ``` 79 | (see the provided `texstudio.ini` for the full list -- just grab everything below `[formats]`). 80 | 81 | (ii) the internal PDF viewer background colour (a slight yellowish colour), and 82 | 83 | ``` 84 | Preview\PaperColor=#faffcf 85 | ``` 86 | 87 | (iii) the internal PDF viewer highlight colour (pale blue). 88 | ``` 89 | Preview\HighlightColor=#77b8f93F 90 | ``` 91 | 92 | If you don't want to override your current settings by using the provided `texstudio.ini` file, you can just replace the corresponding lines within your `texstudio.ini` instead. 93 | 94 | ## To Do / Unsure how to fix at the moment: 95 | - Symbols side panel and a few icons are black (on transparent background?), thus are hard to see with the dark background of everything else (cf. `Math -> Math Accents`). Whereas others (cf. `LaTeX -> Font Styles`) are fine; 96 | - Table in `Config TeXstudio -> Syntax Highlighting` is a mess.. Not sure how much of it can be influenced/fixed by QSS; Fixed since [git_0ba02d0](https://github.com/texstudio-org/texstudio/commit/0ba02d0250a6ffb1a9302966ff8820194e17d336). 97 | - Some pop-up dialogs still not inheriting the QSS, (cf. `Edit Macros` dialog, `Select Color` dialog); 98 | - The "right-click context menu" in the editor not inheriting QSS as well (the "right-click" context menu on the internal pdf viewer, inherits it fine, however); 99 | -------------------------------------------------------------------------------- /stylesheet.qss: -------------------------------------------------------------------------------- 1 | /* 2 | Colour scheme used: 3 | - White (text): #eff0f1 4 | - Dark black (main bg): #272a2d 5 | - Lighter dark black (menu bar): #373b3f 6 | - Dark blue: #18465d 7 | - Gray: #76797C 8 | - Red (accents): #db1c49 9 | 10 | Useful reference on QSS: 11 | - http://doc.qt.io/qt-5/stylesheet-reference.html#alternate-background-color-prop 12 | 13 | Be sure to change all image urls to the appropriate folder on your system. 14 | */ 15 | 16 | /*================================================================ 17 | QWidget 18 | ================================================================*/ 19 | QWidget { 20 | color: #eff0f1; 21 | background-color: #272a2d; 22 | selection-background-color: #db1c49; 23 | selection-color: #eff0f1; 24 | } 25 | 26 | QWidget::item:hover { 27 | background-color: #18465d; 28 | color: #eff0f1; 29 | } 30 | 31 | QWidget::item:selected { 32 | background-color: #18465d; 33 | } 34 | 35 | /*================================================================ 36 | QCheckBox/QGroupBox 37 | ================================================================*/ 38 | QCheckBox { 39 | spacing: 5px; 40 | outline: none; 41 | color: #eff0f1; 42 | margin-bottom: 2px; 43 | } 44 | 45 | QCheckBox:disabled { 46 | color: #76797C; 47 | } 48 | 49 | QCheckBox::indicator, 50 | QGroupBox::indicator { 51 | width: 18px; 52 | height: 18px; 53 | } 54 | 55 | QGroupBox::indicator { 56 | margin-left: 2px; 57 | } 58 | 59 | QCheckBox::indicator:unchecked { 60 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/checkbox_unchecked.png); 61 | } 62 | 63 | QCheckBox::indicator:unchecked:hover, 64 | QCheckBox::indicator:unchecked:focus, 65 | QCheckBox::indicator:unchecked:pressed, 66 | QGroupBox::indicator:unchecked:hover, 67 | QGroupBox::indicator:unchecked:focus, 68 | QGroupBox::indicator:unchecked:pressed { 69 | border: none; 70 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/checkbox_unchecked_focus.png); 71 | } 72 | 73 | QCheckBox::indicator:checked { 74 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/checkbox_checked.png); 75 | } 76 | 77 | QCheckBox::indicator:checked:hover, 78 | QCheckBox::indicator:checked:focus, 79 | QCheckBox::indicator:checked:pressed, 80 | QGroupBox::indicator:checked:hover, 81 | QGroupBox::indicator:checked:focus, 82 | QGroupBox::indicator:checked:pressed { 83 | border: none; 84 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/checkbox_checked_focus.png); 85 | } 86 | 87 | QCheckBox::indicator:indeterminate { 88 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/checkbox_indeterminate.png); 89 | } 90 | 91 | QCheckBox::indicator:indeterminate:focus, 92 | QCheckBox::indicator:indeterminate:hover, 93 | QCheckBox::indicator:indeterminate:pressed { 94 | image: url(C:/Users/franc/AppData/Roaming/TeXstudio/rc/checkbox_indeterminate_focus.png); 95 | } 96 | 97 | QCheckBox::indicator:checked:disabled, 98 | QGroupBox::indicator:checked:disabled { 99 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/checkbox_checked_disabled.png); 100 | } 101 | 102 | QCheckBox::indicator:unchecked:disabled, 103 | QGroupBox::indicator:unchecked:disabled { 104 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/checkbox_unchecked_disabled.png); 105 | } 106 | 107 | /*================================================================ 108 | QMenuBar - e.g. Main toolbar (file/edit/idefix etc.) 109 | ================================================================*/ 110 | QMenuBar { 111 | color: #eff0f1; 112 | background-color: #373b3f; 113 | } 114 | 115 | QMenuBar::item { 116 | background: transparent; 117 | } 118 | 119 | /*================================================================ 120 | QMenu 121 | ================================================================*/ 122 | QMenu { 123 | border: 1px solid #76797C; 124 | color: #eff0f1; 125 | margin: 2px; 126 | } 127 | 128 | QMenu::separator { 129 | height: 2px; 130 | background: #76797C; 131 | margin-left: 5px; 132 | margin-right: 5px; 133 | } 134 | 135 | /*================================================================ 136 | QToolbar 137 | ================================================================*/ 138 | QToolBar { 139 | border: 1px solid #393838; 140 | background: 1px solid #272a2d; 141 | font-weight: bold; 142 | } 143 | 144 | QToolBar::handle:horizontal { 145 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/Hmovetoolbar.png); 146 | } 147 | 148 | QToolBar::handle:vertical { 149 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/Vmovetoolbar.png); 150 | } 151 | 152 | QToolBar::separator:horizontal { 153 | width: 2px; 154 | margin: 3px 10px; 155 | background-color: #76797C; 156 | } 157 | 158 | QToolBar::separator:vertical { 159 | height: 2px; 160 | margin: 10px 3px; 161 | background-color: #76797C; 162 | } 163 | 164 | /*================================================================ 165 | QScrollBar - e.g. Scrollbar in internal PDFviewer, editor window etc. 166 | ================================================================*/ 167 | QScrollBar:horizontal { 168 | height: 25px; 169 | margin: 3px 27px 3px 27px; 170 | border: 1px transparent #2A2929; 171 | border-radius: 4px; 172 | background-color: #000000; 173 | } 174 | 175 | QScrollBar::handle:horizontal { 176 | background-color: #76797C; 177 | min-width: 15px; 178 | border-radius: 4px; 179 | } 180 | 181 | QScrollBar::add-line:horizontal { 182 | margin: 0px 3px 0px 3px; 183 | border-image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/right_arrow_disabled.png); 184 | width: 20px; 185 | height: 20px; 186 | subcontrol-position: right; 187 | subcontrol-origin: margin; 188 | } 189 | 190 | QScrollBar::sub-line:horizontal { 191 | margin: 0px 3px 0px 3px; 192 | border-image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/left_arrow_disabled.png); 193 | height: 20px; 194 | width: 20px; 195 | subcontrol-position: left; 196 | subcontrol-origin: margin; 197 | } 198 | 199 | QScrollBar::add-line:horizontal:hover, 200 | QScrollBar::add-line:horizontal:on { 201 | border-image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/right_arrow.png); 202 | height: 20px; 203 | width: 20px; 204 | subcontrol-position: right; 205 | subcontrol-origin: margin; 206 | } 207 | 208 | QScrollBar::sub-line:horizontal:hover, 209 | QScrollBar::sub-line:horizontal:on { 210 | border-image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/left_arrow.png); 211 | height: 20px; 212 | width: 20px; 213 | subcontrol-position: left; 214 | subcontrol-origin: margin; 215 | } 216 | 217 | QScrollBar::up-arrow:horizontal, 218 | QScrollBar::down-arrow:horizontal { 219 | background: none; 220 | } 221 | 222 | QScrollBar::add-page:horizontal, 223 | QScrollBar::sub-page:horizontal { 224 | background: none; 225 | } 226 | 227 | QScrollBar:vertical { 228 | background-color: #000000; 229 | width: 25px; 230 | margin: 27px 3px 27px 3px; 231 | border: 1px solid #2A2929; 232 | border-radius: 4px; 233 | } 234 | 235 | QScrollBar::handle:vertical { 236 | background-color: #76797C; 237 | min-height: 15px; 238 | border-radius: 4px; 239 | } 240 | 241 | QScrollBar::sub-line:vertical { 242 | margin: 3px 0px 3px 0px; 243 | border-image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/up_arrow_disabled.png); 244 | height: 20px; 245 | width: 20px; 246 | subcontrol-position: top; 247 | subcontrol-origin: margin; 248 | } 249 | 250 | QScrollBar::add-line:vertical { 251 | margin: 3px 0px 3px 0px; 252 | border-image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/down_arrow_disabled.png); 253 | height: 20px; 254 | width: 20px; 255 | subcontrol-position: bottom; 256 | subcontrol-origin: margin; 257 | } 258 | 259 | QScrollBar::sub-line:vertical:hover, 260 | QScrollBar::sub-line:vertical:on { 261 | border-image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/up_arrow.png); 262 | height: 20px; 263 | width: 20px; 264 | subcontrol-position: top; 265 | subcontrol-origin: margin; 266 | } 267 | 268 | QScrollBar::add-line:vertical:hover, 269 | QScrollBar::add-line:vertical:on { 270 | border-image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/down_arrow.png); 271 | height: 20px; 272 | width: 20px; 273 | subcontrol-position: bottom; 274 | subcontrol-origin: margin; 275 | } 276 | 277 | QScrollBar::up-arrow:vertical, 278 | QScrollBar::down-arrow:vertical { 279 | background: none; 280 | } 281 | 282 | QScrollBar::add-page:vertical, 283 | QScrollBar::sub-page:vertical { 284 | background: none; 285 | } 286 | 287 | /*================================================================ 288 | QTabBar - e.g. File tabs (top), Bottom panel tabs (top), Autocompleter window tabs (bottom) 289 | ================================================================*/ 290 | QTabBar { 291 | qproperty-drawBase: 0; /* important */ 292 | background-color: transparent; 293 | } 294 | 295 | /* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reseted as follows: */ 296 | QTabBar { 297 | border-top: 1px transparent #76797C; /* set color for all QTabBars */ 298 | } 299 | QDialog QTabBar { 300 | border-color: transparent; /* set color for QTabBars inside Preferences dialog */ 301 | } 302 | /* */ 303 | 304 | QTabBar::close-button { 305 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/close.png); 306 | background: transparent; 307 | margin-top: 6px; 308 | margin-bottom: 6px; 309 | } 310 | 311 | QTabBar::close-button:hover { 312 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/close-hover.png); 313 | background: transparent; 314 | margin-top: 6px; 315 | margin-bottom: 6px; 316 | } 317 | 318 | QTabBar::close-button:pressed { 319 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/close-pressed.png); 320 | background: transparent; 321 | margin-top: 6px; 322 | margin-bottom: 6px; 323 | } 324 | 325 | /* TOP TABS */ 326 | 327 | QTabBar::tab:top { 328 | color: #eff0f1; 329 | border: 1px solid #76797C; 330 | border-bottom: 1px transparent black; 331 | background-color: #31363b; 332 | padding: 5px; 333 | min-width: 50px; 334 | border-top-left-radius: 6px; 335 | border-top-right-radius: 6px; 336 | } 337 | 338 | QTabBar::tab:top:selected { 339 | color: #eff0f1; 340 | background-color: #54575B; 341 | border: 2px solid #76797C; 342 | border-bottom: 3px solid #3daee9; 343 | border-top-left-radius: 6px; 344 | border-top-right-radius: 6px; 345 | } 346 | 347 | QTabBar::tab:top:!selected:hover { 348 | background-color: #18465d; 349 | } 350 | 351 | /* BOTTOM TABS */ 352 | 353 | QTabBar::tab:bottom { 354 | color: #eff0f1; 355 | border: 1px solid #76797C; 356 | border-top: 1px transparent black; 357 | background-color: #31363b; 358 | padding: 5px; 359 | border-bottom-left-radius: 6px; 360 | border-bottom-right-radius: 6px; 361 | min-width: 50px; 362 | } 363 | 364 | QTabBar::tab:bottom:selected { 365 | color: #eff0f1; 366 | background-color: #54575B; 367 | border: 2px solid #76797C; 368 | border-top: 3px solid #3daee9; 369 | border-bottom-left-radius: 6px; 370 | border-bottom-right-radius: 6px; 371 | } 372 | 373 | QTabBar::tab:bottom:!selected:hover { 374 | background-color: #18465d; 375 | } 376 | 377 | /*================================================================ 378 | QDockWidget - e.g. "Search" header in internal PDF viewer 379 | ================================================================*/ 380 | QDockWidget { 381 | titlebar-close-icon: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/transparent.png); 382 | titlebar-normal-icon: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/transparent.png); 383 | } 384 | 385 | QDockWidget::title { 386 | background: #373b3f; 387 | color: transparent; 388 | border: 1px transparent; 389 | text-align: left; 390 | } 391 | 392 | QDockWidget::close-button, 393 | QDockWidget::float-button { 394 | border: transparent; 395 | padding: 0px; 396 | icon-size: 25px; 397 | background: transparent; 398 | } 399 | 400 | QDockWidget::float-button { 401 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/undock.png); 402 | subcontrol-position: right center; 403 | left: -50px; 404 | } 405 | 406 | QDockWidget::close-button { 407 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/close.png); 408 | subcontrol-position: right center; 409 | left: -10px; 410 | } 411 | 412 | QDockWidget::float-button:hover { 413 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/undock-pressed.png); 414 | subcontrol-position: right center; 415 | left: -50px; 416 | } 417 | 418 | QDockWidget::close-button:hover { 419 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/close-pressed.png); 420 | subcontrol-position: right center; 421 | left: -10px; 422 | } 423 | 424 | QDockWidget::close-button:pressed { 425 | padding: 2px -2px -2px 2px; 426 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/close-pressed.png); 427 | } 428 | 429 | QDockWidget::float-button:pressed { 430 | padding: 2px -2px -2px 2px; 431 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/undock-pressed.png); 432 | } 433 | 434 | QDockWidget QListView { 435 | outline: 0; 436 | background: #272a2d; 437 | alternate-background-color: #373b3f; 438 | color: #eff0f1; 439 | } 440 | 441 | /*================================================================ 442 | QTreeView, QListView 443 | ================================================================*/ 444 | QTreeView, 445 | QListView { 446 | border: 1px solid #76797C; 447 | background-color: #232629; 448 | } 449 | 450 | QTreeView:branch:selected, 451 | QTreeView:branch:hover { 452 | background: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/transparent.png); 453 | } 454 | 455 | QTreeView::branch:has-siblings:!adjoins-item { 456 | border-image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/transparent.png); 457 | } 458 | 459 | QTreeView::branch:has-siblings:adjoins-item { 460 | border-image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/transparent.png); 461 | } 462 | 463 | QTreeView::branch:!has-children:!has-siblings:adjoins-item { 464 | border-image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/transparent.png); 465 | } 466 | 467 | QTreeView::branch:has-children:!has-siblings:closed, 468 | QTreeView::branch:closed:has-children:has-siblings { 469 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/branch_closed.png); 470 | } 471 | 472 | QTreeView::branch:open:has-children:!has-siblings, 473 | QTreeView::branch:open:has-children:has-siblings { 474 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/branch_open.png); 475 | } 476 | 477 | QTreeView::branch:has-children:!has-siblings:closed:hover, 478 | QTreeView::branch:closed:has-children:has-siblings:hover { 479 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/branch_closed-on.png); 480 | } 481 | 482 | QTreeView::branch:open:has-children:!has-siblings:hover, 483 | QTreeView::branch:open:has-children:has-siblings:hover { 484 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/branch_open-on.png); 485 | } 486 | 487 | QListView::item:!selected:hover, 488 | QTreeView::item:!selected:hover { 489 | background: #18465d; 490 | outline: 0; 491 | color: #eff0f1; 492 | } 493 | 494 | QListView::item:selected:hover, 495 | QTreeView::item:selected:hover { 496 | background: #287399; 497 | color: #eff0f1; 498 | } 499 | 500 | QTreeView::indicator:checked, 501 | QListView::indicator:checked { 502 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/checkbox_checked.png); 503 | } 504 | 505 | QTreeView::indicator:unchecked, 506 | QListView::indicator:unchecked { 507 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/checkbox_unchecked.png); 508 | } 509 | 510 | QTreeView::indicator:checked:hover, 511 | QTreeView::indicator:checked:focus, 512 | QTreeView::indicator:checked:pressed, 513 | QListView::indicator:checked:hover, 514 | QListView::indicator:checked:focus, 515 | QListView::indicator:checked:pressed { 516 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/checkbox_checked_focus.png); 517 | } 518 | 519 | QTreeView::indicator:unchecked:hover, 520 | QTreeView::indicator:unchecked:focus, 521 | QTreeView::indicator:unchecked:pressed, 522 | QListView::indicator:unchecked:hover, 523 | QListView::indicator:unchecked:focus, 524 | QListView::indicator:unchecked:pressed { 525 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/checkbox_unchecked_focus.png); 526 | } 527 | 528 | /*================================================================ 529 | QPushButton 530 | ================================================================*/ 531 | QPushButton { 532 | color: #eff0f1; 533 | background-color: #31363b; 534 | border-width: 1px; 535 | border-color: #76797C; 536 | border-style: solid; 537 | padding: 5px; 538 | border-radius: 2px; 539 | outline: none; 540 | } 541 | 542 | QPushButton:disabled { 543 | background-color: #31363b; 544 | border-width: 1px; 545 | border-color: #454545; 546 | border-style: solid; 547 | padding-top: 5px; 548 | padding-bottom: 5px; 549 | padding-left: 10px; 550 | padding-right: 10px; 551 | border-radius: 2px; 552 | color: #454545; 553 | } 554 | 555 | QPushButton:hover, 556 | QPushButton:focus { 557 | background-color: #18465d; 558 | color: #ffffff; 559 | } 560 | 561 | QPushButton:pressed { 562 | background-color: #18465d; 563 | padding-top: -15px; 564 | padding-bottom: -17px; 565 | } 566 | 567 | QPushButton:checked { 568 | background-color: #76797C; 569 | border-color: #6A6969; 570 | } 571 | 572 | /*================================================================ 573 | QToolButton - e.g. Reset pushbutton in GUI scaling, toolbar buttons 574 | ================================================================*/ 575 | QToolButton { 576 | text-align: center; 577 | } 578 | 579 | /*================================================================ 580 | QComboBox 581 | ================================================================*/ 582 | QComboBox { 583 | selection-background-color: #db1c49; 584 | border: 1px solid #76797C; 585 | border-radius: 2px; 586 | padding: 5px; 587 | min-width: 75px; 588 | } 589 | 590 | QComboBox:hover, 591 | QPushButton:hover, 592 | QAbstractSpinBox:hover, 593 | QLineEdit:hover, 594 | QTextEdit:hover, 595 | QPlainTextEdit:hover, 596 | QAbstractView:hover, 597 | QTreeView:hover { 598 | border: 1px solid #3daee9; 599 | color: #eff0f1; 600 | } 601 | 602 | QComboBox:on { 603 | padding-top: 3px; 604 | padding-left: 4px; 605 | selection-background-color: #4a4a4a; 606 | } 607 | 608 | QComboBox QAbstractItemView { 609 | background-color: #232629; 610 | border-radius: 2px; 611 | border: 1px solid #76797C; 612 | selection-background-color: #18465d; 613 | } 614 | 615 | QComboBox::drop-down { 616 | subcontrol-origin: padding; 617 | subcontrol-position: top right; 618 | width: 35px; 619 | border-left-width: 0px; 620 | border-left-color: darkgray; 621 | border-left-style: solid; 622 | border-top-right-radius: 3px; 623 | border-bottom-right-radius: 3px; 624 | } 625 | 626 | QComboBox::down-arrow { 627 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/down_arrow_disabled.png); 628 | } 629 | 630 | QComboBox::down-arrow:on, 631 | QComboBox::down-arrow:hover, 632 | QComboBox::down-arrow:focus { 633 | image: url(C:/Users/user/AppData/Roaming/TeXstudio/rc/down_arrow.png); 634 | } 635 | 636 | /*================================================================ 637 | QLineEdit - e.g. Search textbox in internal pdf viewer 638 | ================================================================*/ 639 | QLineEdit { 640 | selection-background-color: #db1c49; 641 | border: 1px solid #76797C; 642 | } 643 | 644 | /*================================================================ 645 | QHeaderView 646 | ================================================================*/ 647 | QHeaderView { 648 | background-color: #31363b; 649 | border: 1px transparent; 650 | border-radius: 0px; 651 | margin: 0px; 652 | padding: 0px; 653 | } 654 | 655 | QHeaderView::section { 656 | background-color: #31363b; 657 | color: #eff0f1; 658 | padding: 5px; 659 | border: 1px solid #76797C; 660 | border-radius: 0px; 661 | text-align: center; 662 | } 663 | 664 | QHeaderView::section::vertical::first, 665 | QHeaderView::section::vertical::only-one { 666 | border-top: 1px solid #76797C; 667 | } 668 | 669 | QHeaderView::section::vertical { 670 | border-top: transparent; 671 | } 672 | 673 | QHeaderView::section::horizontal::first, 674 | QHeaderView::section::horizontal::only-one { 675 | border-left: 1px solid #76797C; 676 | } 677 | 678 | QHeaderView::section::horizontal { 679 | border-left: transparent; 680 | } 681 | 682 | QHeaderView::section:checked { 683 | color: #ffffff; 684 | background-color: #31363B; 685 | } 686 | 687 | /*================================================================ 688 | QTableWidget 689 | ================================================================*/ 690 | QTableWidget { 691 | background-color: #373b3f; /*#232629;*/ 692 | gridline-color: yellow; /*#31363b;*/ 693 | } 694 | 695 | QTableWidget::item { 696 | outline-style: none; 697 | color: #eff0f1; 698 | background: #31363b; 699 | border: none; 700 | border-bottom: 1px solid #31363b; 701 | } 702 | 703 | /*================================================================ 704 | QTableView - e.g. configMenu()->Syntax highlighting table 705 | ================================================================*/ 706 | QTableView { 707 | border: 1px solid #76797C; 708 | gridline-color: #31363b; 709 | background-color: #232629; 710 | } 711 | 712 | QTableView, 713 | QHeaderView { 714 | border-radius: 0px; 715 | } 716 | 717 | QTableView::item:hover { 718 | background: #18465d; 719 | } 720 | 721 | QTableView::item:pressed, 722 | QListView::item:pressed, 723 | QTreeView::item:pressed { 724 | background: #18465d; 725 | color: #eff0f1; 726 | } 727 | 728 | QTableView::item:selected:active, 729 | QTreeView::item:selected:active, 730 | QListView::item:selected:active { 731 | background: #287399; 732 | color: #eff0f1; 733 | } 734 | 735 | QTableCornerButton::section { 736 | background-color: #31363b; 737 | border: 1px transparent #76797C; 738 | border-radius: 0px; 739 | } 740 | 741 | /*================================================================ 742 | QDialog - e.g. config menu, About TXS window, Wizards 743 | ================================================================*/ 744 | QDialog { 745 | background-color: #373b3f; 746 | } 747 | 748 | QDialog QCheckBox, 749 | QDialog QLabel { 750 | background-color: transparent; 751 | } 752 | 753 | QDialog QToolButton { /*Same as QPushButton*/ 754 | color: #eff0f1; 755 | background-color: #31363b; 756 | border-width: 1px; 757 | border-color: #76797C; 758 | border-style: solid; 759 | padding: 5px; 760 | border-radius: 2px; 761 | outline: none; 762 | } 763 | 764 | QDialog QToolButton:hover, 765 | QDialog QToolButton:focus { /*Same as QPushButton*/ 766 | background-color: #18465d; 767 | color: #ffffff; 768 | } 769 | 770 | QDialog QToolButton:pressed { /*Same as QPushButton*/ 771 | background-color: #18465d; 772 | padding-top: -15px; 773 | padding-bottom: -17px; 774 | } 775 | 776 | /* Specific to table in "configMenu->Syntax highlighting" (hopefully) */ 777 | 778 | QDialog QTableWidget::item, 779 | QDialog QTableView::item:hover { /* Turn off hover colour for cells -- it's distracting */ 780 | background-color: #31363b; 781 | } 782 | 783 | /* */ 784 | 785 | /*================================================================ 786 | QSlider - e.g. GUI scaling settings 787 | ================================================================*/ 788 | QSlider, 789 | QSlider:active, 790 | QSlider:!active { 791 | border: none; 792 | background-color: transparent; 793 | } 794 | 795 | QSlider::groove:horizontal { 796 | height: 12px; 797 | } 798 | 799 | QSlider::groove:vertical { 800 | width: 12px; 801 | } 802 | 803 | QSlider::handle:horizontal, 804 | QSlider::handle:vertical { 805 | background-color: #db1c49; 806 | border: 1px solid #db1c49; 807 | width: 10px; 808 | height: 15px; 809 | border-radius: 8px; 810 | } 811 | 812 | QSlider::handle:horizontal:hover, 813 | QSlider::handle:vertical:hover, 814 | QSlider::handle:horizontal:pressed, 815 | QSlider::handle:vertical:pressed { 816 | border: 1px solid #A21538; 817 | background-color: #A21538; 818 | } 819 | 820 | /*================================================================ 821 | QToolTip - e.g. popup upon hovering on filename tabs 822 | ================================================================*/ 823 | QToolTip { 824 | border: 1px solid #272a2d; 825 | background-color: #373b3f; 826 | color: white; 827 | padding: 0px; /*remove padding, for fix combobox tooltip.*/ 828 | } 829 | 830 | /*================================================================ 831 | END 832 | ================================================================*/ -------------------------------------------------------------------------------- /texstudio.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | IniMode=true 3 | 4 | [version] 5 | written_by_TXS_version=2.12.11 6 | written_by_TXS_hg_revision= 7 | written_by_Qt_version=329728 8 | created_by_TXS_version=2.12.11 9 | created_by_TXS_hg_revision= 10 | created_by_Qt_version=329728 11 | 12 | [texmaker] 13 | Tools\Commands\latex="latex.exe -src -interaction=nonstopmode %.tex" 14 | Tools\Commands\pdflatex="pdflatex.exe -synctex=1 -interaction=nonstopmode %.tex" 15 | Tools\Commands\xelatex="xelatex.exe -synctex=1 -interaction=nonstopmode %.tex" 16 | Tools\Commands\lualatex="lualatex.exe -synctex=1 -interaction=nonstopmode %.tex" 17 | Tools\Commands\view-dvi=\"C:\\Program Files\\MiKTeX 2.9\\miktex\\bin\\x64\\yap.exe\" -1 -s @?\"c:ame \"?am.dvi\" 18 | Tools\Commands\view-ps=\"C:\\Program Files (x86)\\Adobe\\Acrobat 11.0\\Acrobat\\AcroDist.exe\" \"?am.ps\" 19 | Tools\Commands\view-pdf-external=\"C:\\Program Files\\SumatraPDF\\SumatraPDF.exe\" \"?am.pdf\" %* 20 | Tools\Commands\dvips=dvips.exe -o %.ps %.dvi 21 | Tools\Commands\dvipng=dvipng.exe -T tight -D 120 %.dvi 22 | Tools\Commands\ps2pdf=ps2pdf.exe %.ps 23 | Tools\Commands\dvipdf=dvipdfmx.exe %.dvi 24 | Tools\Commands\bibtex=bibtex.exe % 25 | Tools\Commands\bibtex8=bibtex8.exe % 26 | Tools\Commands\biber=biber.exe % 27 | Tools\Commands\makeindex=makeindex.exe %.idx 28 | Tools\Commands\texindy=texindy.exe %.idx 29 | Tools\Commands\makeglossaries=makeglossaries.exe % 30 | Tools\Commands\metapost="mpost.exe -interaction=nonstopmode ?me)" 31 | Tools\Commands\asy=asy.exe ?m*.asy 32 | Tools\Commands\gs=mgs.exe \"?am.ps\" 33 | Tools\Commands\latexmk="latexmk.exe -pdf -silent -synctex=1 %" 34 | Tools\Commands\quick=txs:///compile | txs:///view 35 | Tools\Commands\compile=txs:///pdflatex 36 | Tools\Commands\view=txs:///view-pdf 37 | Tools\Commands\view-pdf=txs:///view-pdf-internal --embedded 38 | Tools\Commands\bibliography=txs:///bibtex 39 | Tools\Commands\index=txs:///makeindex 40 | Tools\Commands\glossary=txs:///makeglossaries 41 | Tools\Commands\ps-chain=txs:///latex | txs:///dvips | txs:///view-ps 42 | Tools\Commands\dvi-chain=txs:///latex | txs:///view-dvi 43 | Tools\Commands\pdf-chain=txs:///pdflatex | txs:///view-pdf 44 | Tools\Commands\dvi-pdf-chain=txs:///latex | txs:///dvipdf | txs:///view-pdf 45 | Tools\Commands\dvi-ps-pdf-chain=txs:///latex | txs:///dvips | txs:///ps2pdf | txs:///view-pdf 46 | Tools\Commands\asy-dvi-chain=txs:///latex | txs:///asy | txs:///latex | txs:///view-dvi 47 | Tools\Commands\asy-pdf-chain=txs:///pdflatex | txs:///asy | txs:///pdflatex | txs:///view-pdf 48 | Tools\Commands\pre-compile= 49 | Tools\Commands\internal-pre-compile=txs:///pre-compile | txs:///conditionally-recompile-bibliography 50 | Tools\Commands\recompile-bibliography=txs:///compile | txs:///bibliography | txs:///compile 51 | Tools\Commands\svn= 52 | Tools\Commands\svnadmin= 53 | Startup\CheckLatexConfiguration=true 54 | ToolBar\CentralVisible=true 55 | StructureView\ShowLinenumbers=false 56 | StructureView\Indentation=-1 57 | StructureView\IndentIncludes=false 58 | Structure\ShowElementsInComments=false 59 | Structure\MarkStructureElementsBeyondEnd=true 60 | Structure\MarkStructureElementsInAppendix=true 61 | StructureView\ReferenceCommandsInContextMenu=\\ref 62 | Files\New%20File%20Encoding=utf-8 63 | Files\AutoDetectEncodingFromChars=true 64 | Files\AutoDetectEncodingFromLatex=true 65 | Common%20Encodings=UTF-8, ISO-8859-1, windows-1252, Apple Roman 66 | Files\Max%20Recent%20Files=5 67 | Files\Max%20Recent%20Projects=3 68 | Files\Max%20Recent%20Sessions=5 69 | Files\Recent%20Files=@Invalid() 70 | Files\Recent%20Project%20Files=@Invalid() 71 | Files\Recent%20Session%20Files=@Invalid() 72 | Files\Remember%20File%20Filter=true 73 | Files\Use%20Native%20File%20Dialog=true 74 | Files\Recent%20Files%20Highlighting=@Variant(\0\0\0\x7f\0\0\0\x10StringStringMap\0\0\0\0\0) 75 | Files\RestoreSession=true 76 | Files\Last%20Document= 77 | Files\Parse%20BibTeX=true 78 | Bibliography\BibFileEncoding=UTF-8 79 | Files\Parse%20Master=true 80 | Files\Autosave=0 81 | Files\Autoload=true 82 | Files\Bib%20Paths= 83 | Files\Image%20Paths= 84 | Session\StoreRelativePaths=true 85 | Editor\GoToErrorWhenDisplayingLog=true 86 | Editor\ShowLogMarkersWhenClickingLogEntry=true 87 | Editor\LogFileEncoding=Document 88 | Editor\ScanInstalledLatexPackages=true 89 | Tools\Insert%20Unicode%20From%20SymbolGrid=false 90 | Spell\DictionaryDir= 91 | Spell\Language= 92 | Spell\Dic=C:/Users/user/Desktop/TeX.SE/texstudio-git_52dfd03/dictionaries/de_DE.dic 93 | Thesaurus\Database=[txs-app-dir]\\dictionaries\\th_en_US_v2.dat 94 | Update\AutoCheck=true 95 | Update\UpdateLevel=0 96 | Update\AutoCheckInvervalDays=7 97 | Update\LastCheck=@DateTime(\0\0\0\x10\0\0\0\0\0\0%\x83\t\x2\x62\x41\x99\0) 98 | Editor\WordWrapMode=1 99 | Editor\WrapLineWidth=80 100 | Editor\Parentheses%20Matching=true 101 | Editor\Parentheses%20Completion=true 102 | Editor\Line%20Number%20Multiples=0 103 | Editor\Cursor%20Surrounding%20Lines=5 104 | Editor\BoldCursor=true 105 | Editor\CenterDocumentInEditor=false 106 | Editor\Auto%20Indent=true 107 | Editor\Weak%20Indent=false 108 | Editor\Indent%20with%20Spaces=false 109 | Editor\ReplaceTextTabs=false 110 | Editor\Folding=true 111 | Editor\Show%20Line%20State=true 112 | Editor\Show%20Cursor%20State=true 113 | Editor\Real-Time%20Spellchecking=true 114 | Editor\Check%20Spelling=true 115 | Editor\Check%20Citations=true 116 | Editor\Check%20References=true 117 | Editor\Check%20Syntax=true 118 | Editor\Check%20Grammar=true 119 | Editor\Check%20Package=true 120 | Editor\Check%20In%20Non%20TeX%20Files=true 121 | Editor\Hide%20Spelling%20Errors%20in%20Non%20Text=true 122 | Editor\Hide%20Grammar%20Errors%20in%20Non%20Text=true 123 | Editor\Show%20Whitespace=false 124 | Editor\TabStop=4 125 | Editor\ToolTip%20Help=true 126 | Editor\ToolTip%20Preview=true 127 | Editor\ImageToolTip=true 128 | Editor\MaxImageTooltipWidth=400 129 | Editor\ContextMenuKeyboardModifiers=33554432 130 | Editor\ContextMenuSpellcheckingEntryLocation=0 131 | Editor\TexDoc%20Help%20Internal=true 132 | Editor\MonitorFilesForExternalChanges=true 133 | Editor\SilentReload=false 134 | Editor\Replace%20Quotes=0 135 | Editor\Close%20Search%20Replace%20Together=true 136 | Editor\Use%20Line%20For%20Search=true 137 | Editor\Search%20Only%20In%20Selection=true 138 | Editor\Auto%20Replace%20Commands=true 139 | Editor\Font%20Family=Consolas 140 | Editor\Font%20Size=10 141 | Editor\Line%20Spacing%20Percent=100 142 | Editor\Esc%20for%20closing%20log=false 143 | Editor\UseEscForClosingEmbeddedViewer=true 144 | Editor\UseEscForClosingFullscreen=true 145 | Editor\ShowShortcutsInTooltips=true 146 | Editor\AllowDragAndDrop=true 147 | Editor\Mouse%20Wheel%20Zoom=true 148 | Editor\Smooth%20Scrolling=true 149 | Editor\Hack%20Auto%20Choose=true 150 | Editor\Hack%20Disable%20Fixed%20Pitch=false 151 | Editor\Hack%20Disable%20Width%20Cache=false 152 | Editor\Hack%20Disable%20Line%20Cache=true 153 | Editor\Hack%20Disable%20Accent%20Workaround=false 154 | Editor\Hack%20Render%20Mode=0 155 | Editor\Hack%20QImage%20Cache=false 156 | Editor\Completion=true 157 | Editor\Completion%20Case%20Sensitive=2 158 | Editor\Completion%20Complete%20Common%20Prefix=true 159 | Editor\Completion%20EOW%20Completes=false 160 | Editor\Completion%20Enable%20Tooltip%20Help=true 161 | Editor\Completion%20Enable%20Tooltip%20Preview=true 162 | Editor\Completion%20Use%20Placeholders=true 163 | Editor\Completion%20Show%20Placeholders=true 164 | Editor\Completion%20Prefered%20Tab=0 165 | Editor\Completion%20Tab%20Relative%20Font%20Size%20Percent=100 166 | Editor\Completion%20Auto%20Insert%20Math=true 167 | Editor\Auto%20Insert%20LRM=false 168 | Editor\Visual%20Column%20Mode=true 169 | Editor\Auto%20Switch%20Language%20Direction=true 170 | Editor\Auto%20Switch%20Language%20Math=false 171 | Editor\Overwrite%20Opening%20Bracket%20Followed%20By%20Placeholder=true 172 | Editor\Overwrite%20Closing%20Bracket%20Following%20Placeholder=true 173 | Editor\Double-click%20Selection%20Includes%20Leading%20Backslash=true 174 | Editor\TripleClickSelection=4 175 | Editor\todo%20comment%20regExp=%\\s*(TODO|todo) 176 | Editor\insertCiteCommand=\\cite 177 | TableAutoformat\Special%20Commands="\\hline,\\cline,\\intertext,\\shortintertext,\\toprule,\\midrule,\\bottomrule" 178 | TableAutoformat\Special%20Command%20Position=0 179 | TableAutoformat\One%20Line%20Per%20Cell=false 180 | Grammar\Long%20Repetition%20Check=true 181 | Grammar\Bad%20Word%20Check=true 182 | Grammar\Long%20Repetition%20Check%20Distance=3 183 | Grammar\Very%20Long%20Repetition%20Check%20Distance=10 184 | Grammar\Very%20Long%20Repetition%20Check%20Min%20Length=6 185 | Grammar\Word%20Lists%20Dir= 186 | Grammar\Language%20Tool%20URL= 187 | Grammar\Language%20Tool%20Path= 188 | Grammar\Language%20Tool%20Arguments=org.languagetool.server.HTTPServer -p 8081 189 | Grammar\Language%20Tool%20Java%20Path=java 190 | Grammar\Language%20Tool%20Autorun=true 191 | Grammar\Language%20Tool%20Ignored%20Rules= 192 | Grammar\Special%20Rules1= 193 | Grammar\Special%20Rules2= 194 | Grammar\Special%20Rules3= 195 | Grammar\Special%20Rules4= 196 | Dialogs\Last%20Hard%20Wrap%20Column=80 197 | Dialogs\Last%20Hard%20Wrap%20Smart%20Scope%20Selection=false 198 | Dialogs\Last%20Hard%20Wrap%20Join%20Lines=false 199 | Tools\SingleViewerInstance=false 200 | Tools\Show%20Messages%20When%20Compiling=true 201 | Tools\Show%20Stdout=1 202 | Tools\Automatic%20Rerun%20Times=5 203 | Tools\ShowLogInCaseOfCompileError=true 204 | Tools\ReplaceEnvironmentVariables=true 205 | Tools\InterpetCommandDefinitionInMagicComment=true 206 | Tools\SupportShellStyleLiteralQuotes=true 207 | Tools\Search%20Paths= 208 | Tools\Log%20Paths= 209 | Tools\PDF%20Paths= 210 | Tools\Auto%20Checkin%20after%20Save%20level=0 211 | Tools\SVN%20Undo=false 212 | Tools\SVN%20KeywordSubstitution=false 213 | Tools\SVN%20Search%20Path%20Depth=2 214 | GUI\Style=false 215 | GUI\Texmaker%20Palette=false 216 | GUI\Use%20System%20Theme=true 217 | X11\Font%20Family=MS Shell Dlg 2 218 | X11\Font%20Size=8 219 | X11\Style= 220 | GUI\ToobarIconSize=22 221 | GUI\SymbolSize=32 222 | GUI\SecondaryToobarIconSize=16 223 | View\ShowStatusbar=true 224 | Interface\Config%20Show%20Advanced%20Options=false 225 | Interface\Config%20Riddled=false 226 | Interface\MRU%20Document%20Chooser=false 227 | Interface\Language= 228 | Preview\Mode=4 229 | Preview\Auto%20Preview=1 230 | Preview\Auto%20Preview%20Delay=300 231 | Preview\SegmentPreviewScalePercent=150 232 | Geometries\PdfViewerLeft=2133 233 | Geometries\PdfViewerTop=10 234 | Geometries\PdfViewerWidth=1040 235 | Geometries\PdfViewerHeight=1700 236 | Geometries\PdfViewerMaximized=false 237 | Geometries\PdfViewerState=@ByteArray() 238 | Preview\ToolbarVisible=true 239 | Preview\AnnotationPanelVisible=false 240 | Preview\CacheSize=512 241 | Preview\LoadStrategy=2 242 | Preview\RenderBackend=0 243 | Preview\DPI=240 244 | Preview\Scale%20Option=1 245 | Preview\Scale=100 246 | Preview=true 247 | Preview\ZoomStepFactor=1.4142135 248 | Preview\Magnifier%20Size=300 249 | Preview\Magnifier%20Shape=1 250 | Preview\Magnifier%20Border=false 251 | Preview\PaperColor=#faffcf 252 | Preview\HighlightColor=#77b8f93F 253 | Preview\HighlightDuration=2000 254 | Preview\Sync%20File%20Mask="*.tex;*.tikz;*.pdf_tex;*.ctx" 255 | Preview\AutoHideToolbars=false 256 | Preview\EnlargedEmbedded=false 257 | LogView\WarnIfFileSizeLargerMB=2 258 | Editor\RUNAWAYLIMIT=30 259 | Tools\User%20Class=@Invalid() 260 | Tools\User%20Paper=@Invalid() 261 | Tools\User%20Encoding=@Invalid() 262 | Tools\User%20Options=@Invalid() 263 | Quick\Class=article 264 | Quick\Typeface=10pt 265 | Quick\Papersize=a4paper 266 | Quick\Encoding=latin1 267 | Quick\AMS=true 268 | Quick\MakeIndex=false 269 | Quick\graphicx=true 270 | Quick\Author= 271 | Quick\Geometry%20Page%20Width=0 272 | Quick\Geometry%20Page%20Height=0 273 | Quick\Geometry%20Margin%20Left=0 274 | Quick\Geometry%20Margin%20Right=0 275 | Quick\Geometry%20Margin%20Top=0 276 | Quick\Geometry%20Margin%20Bottom=0 277 | Quick\Geometry%20Page%20Width%20Unit=cm 278 | Quick\Geometry%20Page%20Height%20Unit=cm 279 | Quick\Geometry%20Margin%20Left%20Unit=cm 280 | Quick\Geometry%20Margin%20Right%20Unit=cm 281 | Quick\Geometry%20Margin%20Top%20Unit=cm 282 | Quick\Geometry%20Margin%20Bottom%20Unit=cm 283 | Quick\Geometry%20Page%20Width%20Enabled=false 284 | Quick\Geometry%20Page%20Height%20Enabled=false 285 | Quick\Geometry%20Margin%20Left%20Enabled=false 286 | Quick\Geometry%20Margin%20Right%20Enabled=false 287 | Quick\Geometry%20Margin%20Top%20Enabled=false 288 | Quick\Geometry%20Margin%20Bottom%20Enabled=false 289 | Beamer\Encoding=utf8 290 | Tools\Quick%20Mode=-2 291 | Tools\Max%20Expanding%20Nesting%20Deep=10 292 | Tools\Dvi2Png%20Mode=3 293 | Files\Save%20Files%20Before%20Compiling=2 294 | Preview\Remove%20Beamer%20Class=true 295 | Preview\Precompile%20Preamble=true 296 | Tools\Automatic%20Rerun%20Commands=latex|pdflatex|xelatex|lualatex|compile 297 | User\ToolNames=@Invalid() 298 | User\Tools=@Invalid() 299 | Tools\Display%20Names=@Invalid() 300 | Tools\User%20Order=@Invalid() 301 | Tools\Preview%20Compile%20Time%20Out=15000 302 | Tools\Had%20Successful%20Process%20Start=false 303 | Files\Default%20File%20Filter= 304 | PDFSplitter=0.5 305 | Tools\Kind\LaTeX=latex, pdflatex, xelatex, lualatex, latexmk, compile 306 | Tools\Kind\Rerunnable=latex, pdflatex, xelatex, lualatex 307 | Tools\Kind\Pdf=pdflatex, xelatex, lualatex, latexmk, dvipdf, ps2pdf 308 | Tools\Kind\Stdout=bibtex, biber, bibtex8, bibliography 309 | Tools\Kind\Viewer=view-pdf, view-ps, view-dvi, view-pdf-internal, view-pdf-external, view 310 | Crash%20Handler%20Type=1 311 | Grammar\Display%20Error%200=true 312 | Grammar\Display%20Error%201=true 313 | Grammar\Display%20Error%202=true 314 | Grammar\Display%20Error%203=true 315 | Grammar\Display%20Error%204=true 316 | Grammar\Display%20Error%205=true 317 | Grammar\Display%20Error%206=true 318 | Grammar\Display%20Error%207=true 319 | Editor\Completion%20Files=tex.cwl, latex-document.cwl, latex-dev.cwl, latex-mathsymbols.cwl 320 | qttwp\userwidth=700 321 | qttwp\compil=1 322 | qttwp\tocdepth=2 323 | qttwp\startindex=1 324 | qttwp\navigation=1 325 | qttwp\noindex=false 326 | qttwp\title= 327 | qttwp\address= 328 | qttwp\browser=\"C:/Program Files/Internet Explorer/IEXPLORE.EXE\" 329 | qttwp\contentname=\\contentsname 330 | qttwp\align=center 331 | qttwp\lastdir=C:/Users/user 332 | qttwp\dviopt=" -Ppk -V" 333 | InsertGraphics\includeOptions="width=0.7\\linewidth" 334 | InsertGraphics\center=true 335 | InsertGraphics\useFigure=true 336 | InsertGraphics\captionBelow=true 337 | InsertGraphics\placement= 338 | InsertGraphics\spanTwoCols=false 339 | Tools\After%20BibTeX%20Change=tmx://latex && tmx://bibtex && tmx://latex 340 | User\New%20Key%20Replacements%20Created=true 341 | keysetting\size=0 342 | changedLatexMenus=@Variant(\0\0\0\b\0\0\0\0) 343 | CustomToolBar=@Invalid() 344 | FileToolBar=@Invalid() 345 | EditToolBar=@Invalid() 346 | ToolsToolBar=@Invalid() 347 | MathToolBar=@Invalid() 348 | FormatToolBar=@Invalid() 349 | TableToolBar=@Invalid() 350 | DiffToolBar=@Invalid() 351 | CentralToolBar=@Invalid() 352 | customIcons=@Variant(\0\0\0\b\0\0\0\0) 353 | customHighlighting=@Variant(\0\0\0\b\0\0\0\0) 354 | customCommands=@Invalid() 355 | MainWindowState=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\0\0\0\f\x1c\0\0\x6\x12\0\0\0\x1\0\0\0\x2\0\0\0\x1\0\0\0\x2\xfc\0\0\0\x1\0\0\0\x2\0\0\0\b\0\0\0\f\0\x43\0u\0s\0t\0o\0m\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\b\0\x46\0i\0l\0\x65\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\b\0\x45\0\x64\0i\0t\x1\0\0\0\x8e\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\n\0T\0o\0o\0l\0s\x1\0\0\x1\x39\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\b\0M\0\x61\0t\0h\x1\0\0\x1\xe4\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\f\0\x46\0o\0r\0m\0\x61\0t\x1\0\0\x3\x36\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\n\0T\0\x61\0\x62\0l\0\x65\x1\0\0\x5\xda\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\b\0\x44\0i\0\x66\0\x66\x1\0\0\x6\xbf\xff\xff\xff\xff\0\0\0\0\0\0\0\0) 356 | MainWindowFullssscreenState=@ByteArray() 357 | MainWindow\Maximized=false 358 | MainWindow\FullScreen=false 359 | Geometries\MainwindowWidth=3100 360 | Geometries\MainwindowHeight=1700 361 | Geometries\MainwindowX=10 362 | Geometries\MainwindowY=10 363 | GUI\sidePanelSplitter\state=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\x1\x18\0\0\x2\xb3\0\0\0\0\x1\x1\0\0\0\x1\0) 364 | centralVSplitterState=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\x1}\0\0\x1]\0\0\0\0\x1\x1\0\0\0\x2\0) 365 | GUI\outputView\visible=true 366 | GUI\sidePanel\visible=true 367 | Symbols\UsageCount=@Variant(\0\0\0\b\0\0\0\0) 368 | Symbols\FavoriteIDs=@Invalid() 369 | Symbols\hiddenlists= 370 | StructureView\SingleDocMode=false 371 | Search\ScopeIndex=0 372 | 373 | [formats] 374 | version=1.0 375 | data\align-ampersand\bold=true 376 | data\align-ampersand\fontFamily= 377 | data\align-ampersand\foreground=#dc322f 378 | data\align-ampersand\italic=false 379 | data\align-ampersand\overline=false 380 | data\align-ampersand\pointSize=0 381 | data\align-ampersand\priority=-1 382 | data\align-ampersand\strikeout=false 383 | data\align-ampersand\underline=false 384 | data\align-ampersand\waveUnderline=false 385 | data\background\background=#002b36 386 | data\background\bold=false 387 | data\background\fontFamily= 388 | data\background\italic=false 389 | data\background\overline=false 390 | data\background\pointSize=0 391 | data\background\priority=-1 392 | data\background\strikeout=false 393 | data\background\underline=false 394 | data\background\waveUnderline=false 395 | data\comment\bold=false 396 | data\comment\fontFamily= 397 | data\comment\foreground=#b45c6f 398 | data\comment\italic=false 399 | data\comment\overline=false 400 | data\comment\pointSize=0 401 | data\comment\priority=-1 402 | data\comment\strikeout=false 403 | data\comment\underline=false 404 | data\comment\waveUnderline=false 405 | data\commentTodo\bold=false 406 | data\commentTodo\fontFamily= 407 | data\commentTodo\foreground=#6c71c4 408 | data\commentTodo\italic=false 409 | data\commentTodo\overline=false 410 | data\commentTodo\pointSize=0 411 | data\commentTodo\priority=-1 412 | data\commentTodo\strikeout=false 413 | data\commentTodo\underline=false 414 | data\commentTodo\waveUnderline=false 415 | data\current\background=#073642 416 | data\current\bold=false 417 | data\current\fontFamily= 418 | data\current\italic=false 419 | data\current\overline=false 420 | data\current\pointSize=0 421 | data\current\priority=-1 422 | data\current\strikeout=false 423 | data\current\underline=false 424 | data\current\waveUnderline=false 425 | data\environment\bold=false 426 | data\environment\fontFamily= 427 | data\environment\foreground=#d09c00 428 | data\environment\italic=false 429 | data\environment\overline=false 430 | data\environment\pointSize=0 431 | data\environment\priority=-1 432 | data\environment\strikeout=false 433 | data\environment\underline=false 434 | data\environment\waveUnderline=false 435 | data\escapeseq\bold=false 436 | data\escapeseq\fontFamily= 437 | data\escapeseq\italic=false 438 | data\escapeseq\overline=false 439 | data\escapeseq\pointSize=0 440 | data\escapeseq\priority=-1 441 | data\escapeseq\strikeout=false 442 | data\escapeseq\underline=false 443 | data\escapeseq\waveUnderline=false 444 | data\extra-keyword\bold=true 445 | data\extra-keyword\fontFamily= 446 | data\extra-keyword\foreground=#8ea100 447 | data\extra-keyword\italic=false 448 | data\extra-keyword\overline=false 449 | data\extra-keyword\pointSize=0 450 | data\extra-keyword\priority=-1 451 | data\extra-keyword\strikeout=false 452 | data\extra-keyword\underline=false 453 | data\extra-keyword\waveUnderline=false 454 | data\keyword\bold=false 455 | data\keyword\fontFamily= 456 | data\keyword\foreground=#fadd2d 457 | data\keyword\italic=false 458 | data\keyword\overline=false 459 | data\keyword\pointSize=0 460 | data\keyword\priority=-1 461 | data\keyword\strikeout=false 462 | data\keyword\underline=false 463 | data\keyword\waveUnderline=false 464 | data\latexSyntaxMistake\bold=false 465 | data\latexSyntaxMistake\fontFamily= 466 | data\latexSyntaxMistake\italic=true 467 | data\latexSyntaxMistake\overline=false 468 | data\latexSyntaxMistake\pointSize=0 469 | data\latexSyntaxMistake\priority=-1 470 | data\latexSyntaxMistake\strikeout=false 471 | data\latexSyntaxMistake\underline=false 472 | data\latexSyntaxMistake\waveUnderline=false 473 | data\link\bold=false 474 | data\link\fontFamily= 475 | data\link\italic=false 476 | data\link\overline=false 477 | data\link\pointSize=0 478 | data\link\priority=-1 479 | data\link\strikeout=false 480 | data\link\underline=true 481 | data\link\waveUnderline=false 482 | data\math-delimiter\bold=true 483 | data\math-delimiter\fontFamily= 484 | data\math-delimiter\foreground=#47b900 485 | data\math-delimiter\italic=false 486 | data\math-delimiter\overline=false 487 | data\math-delimiter\pointSize=0 488 | data\math-delimiter\priority=-1 489 | data\math-delimiter\strikeout=false 490 | data\math-delimiter\underline=false 491 | data\math-delimiter\waveUnderline=false 492 | data\math-keyword\bold=false 493 | data\math-keyword\fontFamily= 494 | data\math-keyword\foreground=#268bd2 495 | data\math-keyword\italic=false 496 | data\math-keyword\overline=false 497 | data\math-keyword\pointSize=0 498 | data\math-keyword\priority=-1 499 | data\math-keyword\strikeout=false 500 | data\math-keyword\underline=false 501 | data\math-keyword\waveUnderline=false 502 | data\normal\bold=false 503 | data\normal\fontFamily= 504 | data\normal\foreground=#95a8aa 505 | data\normal\italic=false 506 | data\normal\overline=false 507 | data\normal\pointSize=0 508 | data\normal\priority=-1 509 | data\normal\strikeout=false 510 | data\normal\underline=false 511 | data\normal\waveUnderline=false 512 | data\numbers\bold=false 513 | data\numbers\fontFamily= 514 | data\numbers\foreground=#2aa198 515 | data\numbers\italic=false 516 | data\numbers\overline=false 517 | data\numbers\pointSize=0 518 | data\numbers\priority=-1 519 | data\numbers\strikeout=false 520 | data\numbers\underline=false 521 | data\numbers\waveUnderline=false 522 | data\picture\bold=false 523 | data\picture\fontFamily= 524 | data\picture\foreground=#c93682 525 | data\picture\italic=false 526 | data\picture\overline=false 527 | data\picture\pointSize=0 528 | data\picture\priority=-1 529 | data\picture\strikeout=false 530 | data\picture\underline=false 531 | data\picture\waveUnderline=false 532 | data\structure\bold=true 533 | data\structure\fontFamily= 534 | data\structure\italic=false 535 | data\structure\overline=false 536 | data\structure\pointSize=0 537 | data\structure\priority=-1 538 | data\structure\strikeout=false 539 | data\structure\underline=false 540 | data\structure\waveUnderline=false 541 | data\sweave\bold=false 542 | data\sweave\fontFamily= 543 | data\sweave\italic=false 544 | data\sweave\overline=false 545 | data\sweave\pointSize=0 546 | data\sweave\priority=-1 547 | data\sweave\strikeout=false 548 | data\sweave\underline=false 549 | data\sweave\waveUnderline=false 550 | data\text\bold=false 551 | data\text\fontFamily= 552 | data\text\italic=false 553 | data\text\overline=false 554 | data\text\pointSize=0 555 | data\text\priority=-1 556 | data\text\strikeout=false 557 | data\text\underline=false 558 | data\text\waveUnderline=false 559 | data\verbatim\bold=false 560 | data\verbatim\fontFamily= 561 | data\verbatim\italic=false 562 | data\verbatim\overline=false 563 | data\verbatim\pointSize=0 564 | data\verbatim\priority=-1 565 | data\verbatim\strikeout=false 566 | data\verbatim\underline=false 567 | data\verbatim\waveUnderline=false 568 | data\normal\wrapAround=false 569 | data\background\wrapAround=false 570 | data\commentTodo\wrapAround=false 571 | data\comment\wrapAround=false 572 | data\keyword\wrapAround=false 573 | data\extra-keyword\wrapAround=false 574 | data\math-keyword\wrapAround=false 575 | data\link\wrapAround=false 576 | data\align-ampersand\wrapAround=false 577 | data\verbatim\wrapAround=false 578 | data\picture\wrapAround=false 579 | data\numbers\wrapAround=false 580 | data\math-delimiter\wrapAround=false 581 | data\text\wrapAround=false 582 | data\escapeseq\wrapAround=false 583 | data\latexSyntaxMistake\wrapAround=false 584 | data\environment\wrapAround=false 585 | data\structure\wrapAround=false 586 | data\current\wrapAround=false 587 | data\line%3Aerror\priority=-1 588 | data\line%3Aerror\bold=false 589 | data\line%3Aerror\italic=false 590 | data\line%3Aerror\overline=false 591 | data\line%3Aerror\underline=false 592 | data\line%3Aerror\strikeout=false 593 | data\line%3Aerror\waveUnderline=false 594 | data\line%3Aerror\background=#9a4646 595 | data\line%3Aerror\fontFamily= 596 | data\line%3Aerror\pointSize=0 597 | data\line%3Aerror\wrapAround=false 598 | data\grammarMistake\priority=-1 599 | data\grammarMistake\bold=false 600 | data\grammarMistake\italic=false 601 | data\grammarMistake\overline=false 602 | data\grammarMistake\underline=true 603 | data\grammarMistake\strikeout=false 604 | data\grammarMistake\waveUnderline=false 605 | data\grammarMistake\linescolor=#e6ff00 606 | data\grammarMistake\fontFamily= 607 | data\grammarMistake\pointSize=0 608 | data\grammarMistake\wrapAround=false 609 | data\braceMatch\priority=-1 610 | data\braceMatch\bold=false 611 | data\braceMatch\italic=false 612 | data\braceMatch\overline=false 613 | data\braceMatch\underline=false 614 | data\braceMatch\strikeout=false 615 | data\braceMatch\waveUnderline=false 616 | data\braceMatch\background=#ffff7f 617 | data\braceMatch\fontFamily= 618 | data\braceMatch\pointSize=0 619 | data\braceMatch\wrapAround=false 620 | --------------------------------------------------------------------------------