Skip to content

Instantly share code, notes, and snippets.

View mosolovsa's full-sized avatar
🐈

Mosolov Sergey mosolovsa

🐈
View GitHub Profile
@mosolovsa
mosolovsa / gist:ecbc287a1820b15c7fbdb326ba09a11b
Created November 24, 2017 21:04
one dark theme for QtCreator
#start /home/serg/.config/QtProject/qtcreator/styles/onedark.xml
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="onedark">
<style name="Text" foreground="#cecece" background="#282c34"/>
<style name="Link" foreground="#409090"/>
<style name="Selection" foreground="#ffffff" background="#4e4e8f"/>
<style name="LineNumber" foreground="#5c6370" background="#2f343f"/>
<style name="SearchResult" foreground="#000000" background="#2d4c95"/>
<style name="SearchScope" foreground="#000000" background="#f8fafc"/>
<style name="Parentheses" foreground="#ffff00" background="#4e4e8f"/>
package main
import (
"syscall"
"unsafe"
"fmt"
"os"
"os/exec"
"path/filepath"
)