Skip to content

Instantly share code, notes, and snippets.

@cdwfs
Last active June 10, 2016 17:07
Show Gist options
  • Save cdwfs/edf634eb7143ad0506a2d71b9e68fb13 to your computer and use it in GitHub Desktop.
Save cdwfs/edf634eb7143ad0506a2d71b9e68fb13 to your computer and use it in GitHub Desktop.
QtCreator config
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file goes in .config/QtProject/qtcreator/styles/ -->
<!-- Remember to select the "CortCustom" color scheme (Options -> Text Editor -> Fonts & Colors) -->
<style-scheme version="1.0" name="CortCustom">
<style name="Text" foreground="#ffffff" background="#000000"/>
<style name="Link" foreground="#69b5f4"/>
<style name="Selection" foreground="#ffffff" background="#0200a8"/>
<style name="LineNumber" foreground="#00dddd" background="#000000"/>
<style name="SearchResult" foreground="#000000" background="#696200"/>
<style name="SearchScope" foreground="#000000" background="#5e5e5e"/>
<style name="Parentheses" foreground="#000000" background="#00fff1"/>
<style name="ParenthesesMismatch" foreground="#000000" background="#ff00ff"/>
<style name="CurrentLine" foreground="#000000" background="#4a4a4a"/>
<style name="CurrentLineNumber" foreground="#00dddd" bold="true"/>
<style name="Occurrences" foreground="#000000" background="#b4b4b4"/>
<style name="Occurrences.Unused" underlineColor="#808000" underlineStyle="SingleUnderline"/>
<style name="Occurrences.Rename" foreground="#000000" background="#820505"/>
<style name="Number" foreground="#ffffff"/>
<style name="String" foreground="#00ff00"/>
<style name="Type" foreground="#cf9dfb"/>
<style name="Local" foreground="#ffff00"/>
<style name="Field" foreground="#80ff80"/>
<style name="Static" foreground="#b5ff4c"/>
<style name="VirtualMethod" foreground="#ffc170" italic="true"/>
<style name="Function" foreground="#ffbc78"/>
<style name="Keyword" foreground="#ff00ff" bold="true"/>
<style name="PrimitiveType" foreground="#ff7bf2"/>
<style name="Operator" foreground="#ffffff"/>
<style name="Preprocessor" foreground="#00ffff"/>
<style name="Label" foreground="#ffff00"/>
<style name="Comment" foreground="#ff3333"/>
<style name="Doxygen.Comment" foreground="#ff3333"/>
<style name="Doxygen.Tag" foreground="#ff3333" bold="true"/>
<style name="VisualWhitespace" foreground="#c0c0c0"/>
<style name="QmlLocalId" foreground="#000000" italic="true"/>
<style name="QmlExternalId" foreground="#000080" italic="true"/>
<style name="QmlTypeId" foreground="#800080"/>
<style name="QmlRootObjectProperty" foreground="#000000" italic="true"/>
<style name="QmlScopeObjectProperty" foreground="#000000" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#000080" italic="true"/>
<style name="JsScopeVar" foreground="#2985c7" italic="true"/>
<style name="JsImportVar" foreground="#0055af" italic="true"/>
<style name="JsGlobalVar" foreground="#0055af" italic="true"/>
<style name="QmlStateName" foreground="#000000" italic="true"/>
<style name="Binding" foreground="#800000"/>
<style name="DisabledCode" foreground="#8e8e8e" background="#000000"/>
<style name="AddedLine" foreground="#00aa00"/>
<style name="RemovedLine" foreground="#ff0000"/>
<style name="DiffFile" foreground="#000080"/>
<style name="DiffLocation" foreground="#0000ff"/>
<style name="DiffFileLine" background="#646400"/>
<style name="DiffContextLine" background="#afd7e7"/>
<style name="DiffSourceLine" background="#ffdfdf"/>
<style name="DiffSourceChar" background="#ffafaf"/>
<style name="DiffDestLine" background="#dfffdf"/>
<style name="DiffDestChar" background="#afffaf"/>
<style name="LogChangeLine" foreground="#c00000"/>
<style name="Warning" underlineColor="#ffbe00" underlineStyle="SingleUnderline"/>
<style name="WarningContext" underlineColor="#ffbe00" underlineStyle="DotLine"/>
<style name="Error" underlineColor="#ff0000" underlineStyle="SingleUnderline"/>
<style name="ErrorContext" underlineColor="#ff0000" underlineStyle="DotLine"/>
</style-scheme>
# These blocks go in .config/QtProject/QtCreator.ini.
# Not storing the file here due to potentially sensitive contents in file/search history.
[KeyboardShortcuts]
Coreplugin.OutputPane.nextitem=F4
CppEditor.FindUsages=Alt+Shift+F
CppEditor.RenameSymbolUnderCursor=Alt+Shift+R
CppTools.SwitchHeaderSource=Alt+O
Debugger.AttachToRemoteServer=Ctrl+F5
Find.Dialog=Alt+Shift+S
Find.FindNext=F3
Macros.EndMacro=Ctrl+}
Macros.ExecuteLastMacro="Ctrl+;"
Macros.StartMacro=Ctrl+{
ProjectExplorer.BuildSession=F7
QtCreator.Goto=Ctrl+G
QtCreator.Locate=Alt+Shift+O
QtCreator.Sidebar.Open%20Documents=
TextEditor.GotoBlockEnd=
TextEditor.GotoBlockEndWithSelection=
TextEditor.GotoBlockStart=
TextEditor.GotoBlockStartWithSelection=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment