Logo
Explore Help
Register Sign In
MacroPad/MP-Server
1
0
Fork 0
You've already forked MP-Server
Code Issues Pull Requests Actions Packages Projects Releases 1 Wiki Activity
MP-Server/config.py

19 lines
447 B
Python
Raw Normal View History

Big Update This update will need to get cleaned up, but for right now we are doing testing.
2025-06-01 12:38:41 -07:00
# Configuration and constants for MacroPad Server
Enhanced project documentation and release automation - Improved README.md formatting and structure - Added installation instructions for pre-built executables - Included platform-specific examples for Windows, Linux, and macOS - Set up Gitea workflow for automated builds on new releases - Added platform-specific PyInstaller spec files for all supported platforms - Updated repository links to point to repo.anhonesthost.net These changes make the project more accessible to new users and streamline the release process with automatic executable generation for all platforms.
2025-06-05 13:54:36 -07:00
VERSION = "0.8.5 Beta"
Big Update This update will need to get cleaned up, but for right now we are doing testing.
2025-06-01 12:38:41 -07:00
DEFAULT_PORT = 40000
# UI Theme colors
THEME = {
'bg_color': "#2e2e2e",
'fg_color': "#ffffff",
'highlight_color': "#3e3e3e",
'accent_color': "#007acc",
'button_bg': "#505050",
'button_fg': "#ffffff",
'tab_bg': "#404040",
'tab_selected': "#007acc"
}
# File extensions for images
IMAGE_EXTENSIONS = [".jpg", ".jpeg", ".png", ".gif", ".bmp"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 17ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API