1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-08 16:04:37 +00:00
dotfiles/.config/fish/functions/orion.fish

7 lines
198 B
Fish
Raw Normal View History

2020-01-05 22:18:46 +00:00
# Defined in /tmp/fish.tB7Z06/orion.fish @ line 2
function orion
set -x QT_QUICK_CONTROLS_MATERIAL_BACKGROUND "#222D32"
set -x QT_QUICK_CONTROLS_MATERIAL_ACCENT "#84BEEA"
command orion
end