Last active
May 27, 2022 01:35
-
-
Save drzhnn/6bbf13527aa7b678f8680c88d355a7e8 to your computer and use it in GitHub Desktop.
libSwell window theme for Linux version of REAPER #reaper #linux
This file contains hidden or 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
;---------------------------------------------------------------------------- | |
; Font settings used for text of internal windows | |
;---------------------------------------------------------------------------- | |
default_font_face Lato | |
default_font_size 12 | |
;---------------------------------------------------------------------------- | |
; Base colors for REAPER windows and plugins | |
;---------------------------------------------------------------------------- | |
_3dface #abb1b1 | |
_3dshadow #a5abab | |
_3dhilight #bec4c4 | |
_3ddkshadow #a3a8a8 | |
;---------------------------------------------------------------------------- | |
; Buttons | |
;---------------------------------------------------------------------------- | |
button_bg #bec4c4 | |
button_text #000000 | |
button_text_disabled #666666 | |
button_shadow #666666 | |
button_hilight #666666 | |
;---------------------------------------------------------------------------- | |
; Checkboxes | |
;---------------------------------------------------------------------------- | |
checkbox_text #000000 | |
checkbox_text_disabled #666666 | |
checkbox_fg #000000 | |
checkbox_inter #ffff00 | |
checkbox_bg #dcdede | |
;---------------------------------------------------------------------------- | |
; Scroll bars in Media Explorer and other windows | |
;---------------------------------------------------------------------------- | |
scrollbar_width 10 | |
scrollbar_min_thumb_height 10 | |
scrollbar #ff0000 | |
scrollbar_fg #888d8d | |
scrollbar_bg #dcdede | |
;---------------------------------------------------------------------------- | |
; Edit text fields | |
;---------------------------------------------------------------------------- | |
edit_cursor #466168 | |
edit_bg #dcdede | |
edit_bg_disabled #bbbbbb | |
edit_text #000000 | |
edit_text_disabled #666666 | |
edit_bg_sel #466168 | |
edit_text_sel #ffffff | |
edit_hilight #666666 | |
edit_shadow #666666 | |
;---------------------------------------------------------------------------- | |
; Popup tooltips | |
;---------------------------------------------------------------------------- | |
info_bk #fffec5 | |
info_text #444129 | |
;---------------------------------------------------------------------------- | |
; Top menu bar of main application and internal windows | |
;---------------------------------------------------------------------------- | |
menubar_bg #abb1b1 | |
menubar_text #000000 | |
menubar_text_disabled #666666 | |
menubar_bg_sel #466168 | |
menubar_text_sel #ffffff | |
menubar_height 20 | |
menubar_font_size 12 | |
menubar_spacing_width 16 | |
menubar_margin_width 8 | |
;---------------------------------------------------------------------------- | |
; Dropdown menus | |
;---------------------------------------------------------------------------- | |
menu_bg #bec4c4 | |
menu_shadow #d5dbdb # Horizontal line between menu sections | |
menu_hilight #666666 # Menu border and secondary horizontal line | |
menu_text #000000 | |
menu_text_disabled #666666 | |
menu_bg_sel #466168 | |
menu_text_sel #ffffff | |
menu_scroll #666666 | |
new menu_scroll_arrow #000000 # UNKNOWN | |
menu_submenu_arrow #000000 | |
;---------------------------------------------------------------------------- | |
; Generic slider in Preferences > Appearance | |
;---------------------------------------------------------------------------- | |
trackbar_track #dcdede | |
trackbar_mark #666666 | |
trackbar_knob #888d8d | |
;---------------------------------------------------------------------------- | |
; Progress bar when rendering or scanning for new plugins | |
;---------------------------------------------------------------------------- | |
progress #466168 | |
;---------------------------------------------------------------------------- | |
; Generic text labels in Preferences and some popup windows | |
;---------------------------------------------------------------------------- | |
label_text #000000 | |
label_text_disabled #666666 | |
;---------------------------------------------------------------------------- | |
; Combobox | |
;---------------------------------------------------------------------------- | |
combo_height 23 | |
combo_text #000000 | |
combo_text_disabled #666666 | |
combo_bg #bec4c4 | |
combo_bg2 #bec4c4 | |
combo_shadow #666666 | |
combo_hilight #666666 | |
combo_arrow #000000 | |
combo_arrow_press #000000 | |
;---------------------------------------------------------------------------- | |
; Lists in Preferences, Open project and other windows | |
;---------------------------------------------------------------------------- | |
listview_bg #dcdede | |
listview_bg_sel #466168 | |
listview_text #000000 | |
listview_text_sel #ffffff | |
listview_grid #b4baba | |
;---------------------------------------------------------------------------- | |
; Tabstops | |
;---------------------------------------------------------------------------- | |
listview_hdr_arrow #8d9191 | |
listview_hdr_shadow #b4baba | |
listview_hdr_hilight #dcdede | |
listview_hdr_bg #dcdede | |
listview_hdr_text #8d9191 | |
;---------------------------------------------------------------------------- | |
; Left side tree in Media Exporer | |
;---------------------------------------------------------------------------- | |
treeview_text #000000 | |
treeview_bg #dcdede | |
treeview_bg_sel #466168 | |
treeview_text_sel #ffffff | |
treeview_arrow #000000 | |
;---------------------------------------------------------------------------- | |
; Generic tabs in plugin windows like ReaEQ | |
;---------------------------------------------------------------------------- | |
tab_shadow #666666 | |
tab_hilight #666666 | |
tab_text #000000 | |
;---------------------------------------------------------------------------- | |
; Text and border around element groups in Item Properties and other windows | |
;---------------------------------------------------------------------------- | |
group_text #8d9191 | |
group_shadow #8d9191 | |
group_hilight #b5bdbd | |
;---------------------------------------------------------------------------- | |
; Focus | |
;---------------------------------------------------------------------------- | |
focusrect #eff2f2 # Background of tab stop when dragging | |
focus_hilight #466168 # Focus rectangle around selected elements |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copy
libSwell-user.colortheme
to~/.config/REAPER/
and restart REAPER.