├── .gitignore ├── CMakeLists.txt ├── LICENSE ├── README-zh.md ├── README.md ├── doc ├── desk.png ├── feidesk.png ├── ftp.png ├── main.png ├── main2.png ├── main3.png └── main4.png ├── feidesk ├── CMakeLists.txt ├── feidesk.qrc ├── feidesk.rc ├── language │ ├── feidesk_en.qm │ ├── feidesk_en.ts │ ├── feidesk_zh.qm │ ├── feidesk_zh.ts │ ├── release.bat │ └── update.bat ├── main.cpp ├── qkxaboutdialog.cpp ├── qkxaboutdialog.h ├── qkxaboutdialog.ui ├── qkxauthorizeconfirmdialog.cpp ├── qkxauthorizeconfirmdialog.h ├── qkxauthorizeconfirmdialog.ui ├── qkxbuttonassist.cpp ├── qkxbuttonassist.h ├── qkxchatinteraction.cpp ├── qkxchatinteraction.h ├── qkxchatstatusform.cpp ├── qkxchatstatusform.h ├── qkxchatstatusform.ui ├── qkxchatwindow.cpp ├── qkxchatwindow.h ├── qkxchatwindow.ui ├── qkxconnectionform.cpp ├── qkxconnectionform.h ├── qkxconnectionform.ui ├── qkxdeskdef.h ├── qkxdesktopftprequest.cpp ├── qkxdesktopftprequest.h ├── qkxdesktopftpwidget.cpp ├── qkxdesktopftpwidget.h ├── qkxdesktopftpwidget.ui ├── qkxdesktopplayform.cpp ├── qkxdesktopplayform.h ├── qkxdesktopplayform.ui ├── qkxdesktopplaystatusform.cpp ├── qkxdesktopplaystatusform.h ├── qkxdesktopplaystatusform.ui ├── qkxdesktopplaywindow.cpp ├── qkxdesktopplaywindow.h ├── qkxdesktopplaywindow.ui ├── qkxdesktoptoolform.cpp ├── qkxdesktoptoolform.h ├── qkxdesktoptoolform.ui ├── qkxdevicetreemodel.cpp ├── qkxdevicetreemodel.h ├── qkxfiletransferstatusform.cpp ├── qkxfiletransferstatusform.h ├── qkxfiletransferstatusform.ui ├── qkxfiletransferwindow.cpp ├── qkxfiletransferwindow.h ├── qkxfiletransferwindow.ui ├── qkxfirewall.cpp ├── qkxfirewall.h ├── qkxiconframepaint.cpp ├── qkxiconframepaint.h ├── qkxiconlabelbutton.cpp ├── qkxiconlabelbutton.h ├── qkxlanguagedialog.cpp ├── qkxlanguagedialog.h ├── qkxlanguagedialog.ui ├── qkxloadingbarwidget.cpp ├── qkxloadingbarwidget.h ├── qkxloadingwidget.cpp ├── qkxloadingwidget.h ├── qkxlocalabilitymodel.cpp ├── qkxlocalabilitymodel.h ├── qkxmenu.cpp ├── qkxmenu.h ├── qkxminisessionitem.cpp ├── qkxminisessionitem.h ├── qkxminisessionitem.ui ├── qkxminiworkspacewidget.cpp ├── qkxminiworkspacewidget.h ├── qkxminiworkspacewidget.ui ├── qkxmodel_share.h ├── qkxmydeviceform.cpp ├── qkxmydeviceform.h ├── qkxmydeviceform.ui ├── qkxoptionform.cpp ├── qkxoptionform.h ├── qkxoptionform.ui ├── qkxoptionsdialog.cpp ├── qkxoptionsdialog.h ├── qkxoptionsdialog.ui ├── qkxpowerapplication.cpp ├── qkxpowerapplication.h ├── qkxpowermainwindow.cpp ├── qkxpowermainwindow.h ├── qkxpowermainwindow.ui ├── qkxpowernetserver.cpp ├── qkxpowernetserver.h ├── qkxpushbutton.cpp ├── qkxpushbutton.h ├── qkxremoteabilitymodel.cpp ├── qkxremoteabilitymodel.h ├── qkxserverdialog.cpp ├── qkxserverdialog.h ├── qkxserverdialog.ui ├── qkxservicemanager.cpp ├── qkxservicemanager.h ├── qkxsettingex.cpp ├── qkxsettingex.h ├── qkxsimplemainwindow.cpp ├── qkxsimplemainwindow.h ├── qkxsimplemainwindow.ui ├── qkxtcpftprequest.cpp ├── qkxtcpftprequest.h ├── qkxtermstatusform.cpp ├── qkxtermstatusform.h ├── qkxtermstatusform.ui ├── qkxtermwidgetex.cpp ├── qkxtermwidgetex.h ├── qkxtermwindow.cpp ├── qkxtermwindow.h ├── qkxtermwindow.ui ├── qkxusercreatedialog.cpp ├── qkxusercreatedialog.h ├── qkxusercreatedialog.ui ├── qkxutils.cpp ├── qkxutils.h ├── qkxutils_mac.cpp ├── qkxutils_unix.cpp ├── qkxutils_win.cpp ├── resource │ ├── feidesk.icns │ ├── feidesk.ico │ ├── feidesk.png │ ├── feidesk128x128.icns │ ├── feidesk128x128.png │ ├── qss │ │ ├── default.qss │ │ └── readme.txt │ ├── skin │ │ ├── account.png │ │ ├── activate.png │ │ ├── add.png │ │ ├── audio_off.png │ │ ├── audio_on.png │ │ ├── back.png │ │ ├── boat.png │ │ ├── boat2.png │ │ ├── boat3.png │ │ ├── boat4.png │ │ ├── broken.png │ │ ├── broken2.png │ │ ├── camera.png │ │ ├── chat.png │ │ ├── close.png │ │ ├── close2.png │ │ ├── close3.png │ │ ├── computer.png │ │ ├── connect.png │ │ ├── connect2.png │ │ ├── connect3.png │ │ ├── copy.png │ │ ├── deactivate.png │ │ ├── deactivate2.png │ │ ├── debug.png │ │ ├── default.png │ │ ├── delete.png │ │ ├── delete2.png │ │ ├── desktop.png │ │ ├── diagnose.png │ │ ├── dirs.png │ │ ├── disconnect.png │ │ ├── dot.png │ │ ├── down.png │ │ ├── download.png │ │ ├── email.png │ │ ├── exit.png │ │ ├── exit2.png │ │ ├── exit3.png │ │ ├── exitfull.png │ │ ├── eye.png │ │ ├── feidesk.png │ │ ├── feidesk128x128.png │ │ ├── feidesk2.png │ │ ├── folder.png │ │ ├── forward.png │ │ ├── ftp.png │ │ ├── ftp2.png │ │ ├── ftp3.png │ │ ├── fullscreen.png │ │ ├── history.png │ │ ├── home.png │ │ ├── ic_desktop_windows_48px.png │ │ ├── importance.png │ │ ├── javascript.png │ │ ├── keyset.png │ │ ├── linkcfg.png │ │ ├── list_account.png │ │ ├── list_connect.png │ │ ├── list_debug.png │ │ ├── list_history.png │ │ ├── list_link.png │ │ ├── list_option.png │ │ ├── list_resource.png │ │ ├── loading.png │ │ ├── local.png │ │ ├── lock.png │ │ ├── lock2.png │ │ ├── login.png │ │ ├── login2.png │ │ ├── macos.png │ │ ├── minimize.png │ │ ├── minize2.png │ │ ├── modify.png │ │ ├── mstsc2.png │ │ ├── my.png │ │ ├── network.png │ │ ├── offline.png │ │ ├── offline2.png │ │ ├── online.png │ │ ├── online2.png │ │ ├── osand.png │ │ ├── osandroid.png │ │ ├── oslinux.png │ │ ├── osmac.png │ │ ├── osmacos.png │ │ ├── osubuntu.png │ │ ├── oswin.png │ │ ├── oswindows19.png │ │ ├── oswindows7.png │ │ ├── pause.png │ │ ├── peer.png │ │ ├── peer2.png │ │ ├── portmap.png │ │ ├── printer.png │ │ ├── privacy.png │ │ ├── privacy_off.png │ │ ├── privacy_on.png │ │ ├── query.png │ │ ├── ratio.png │ │ ├── ratio2.png │ │ ├── ratio3.png │ │ ├── register.png │ │ ├── register2.png │ │ ├── register3.png │ │ ├── reload.png │ │ ├── remote-desktop.png │ │ ├── remove.png │ │ ├── removeall.png │ │ ├── right.png │ │ ├── save.png │ │ ├── screen.png │ │ ├── scroll.png │ │ ├── server.png │ │ ├── signal.png │ │ ├── signal2.png │ │ ├── signal_1.png │ │ ├── signal_2.png │ │ ├── signal_3.png │ │ ├── signal_4.png │ │ ├── signal_5.png │ │ ├── signin.png │ │ ├── signin2.png │ │ ├── signup3.png │ │ ├── start.png │ │ ├── startall.png │ │ ├── stop.png │ │ ├── stopall.png │ │ ├── stun.png │ │ ├── tabclose.png │ │ ├── terminal.png │ │ ├── terminal2.png │ │ ├── time.png │ │ ├── tips.png │ │ ├── transfer.png │ │ ├── turn.png │ │ ├── ubuntu.png │ │ ├── ubuntu2.png │ │ ├── up.png │ │ ├── upload.png │ │ ├── vnc.png │ │ ├── wallpaper.png │ │ ├── wallpaper2.png │ │ ├── winx.png │ │ └── woport.png │ └── template.plist.in ├── richedit │ ├── qkxmoviepool.cpp │ ├── qkxmoviepool.h │ ├── qkxtextbrowser.cpp │ ├── qkxtextbrowser.h │ ├── qkxtextcursor.cpp │ ├── qkxtextcursor.h │ ├── qkxtextobject.cpp │ └── qkxtextobject.h └── version.h ├── kxcap ├── CMakeLists.txt ├── d3des.cpp ├── d3des.h ├── keycode.h ├── keysymdef.h ├── language │ ├── release.bat │ ├── update.bat │ ├── vncserver_en.qm │ ├── vncserver_en.ts │ ├── vncserver_zh.qm │ └── vncserver_zh.ts ├── macnap.h ├── objcapi.cpp ├── objcapi.h ├── qkxabstractcapture.cpp ├── qkxabstractcapture.h ├── qkxaudiocapture.cpp ├── qkxaudiocapture.h ├── qkxaudiostream.cpp ├── qkxaudiostream.h ├── qkxcap.cpp ├── qkxcap.h ├── qkxcap_private.h ├── qkxcap_share.h ├── qkxcapoption.cpp ├── qkxcapoption.h ├── qkxcapserver.cpp ├── qkxcapserver.h ├── qkxcapserverprivate.cpp ├── qkxcapserverprivate.h ├── qkxcapserverunixprivate.cpp ├── qkxcapserverunixprivate.h ├── qkxcapserverwindowprivate.cpp ├── qkxcapserverwindowprivate.h ├── qkxclipboard.cpp ├── qkxclipboard.h ├── qkxdaemonmaster.cpp ├── qkxdaemonmaster.h ├── qkxdaemonslave.cpp ├── qkxdaemonslave.h ├── qkxdirtyframe.cpp ├── qkxdirtyframe.h ├── qkxdxgicapture.cpp ├── qkxdxgicapture.h ├── qkxdxgiscreencapture.cpp ├── qkxdxgiscreencapture.h ├── qkxftpworker.cpp ├── qkxftpworker.h ├── qkxgdicapture.cpp ├── qkxgdicapture.h ├── qkxgdiscreencapture.cpp ├── qkxgdiscreencapture.h ├── qkxh264encoder.cpp ├── qkxh264encoder.h ├── qkxjpegencoder.cpp ├── qkxjpegencoder.h ├── qkxlocalvncserver.cpp ├── qkxlocalvncserver.h ├── qkxmaccapture.cpp ├── qkxmaccapture.h ├── qkxmacclipboard.h ├── qkxmacclipboard.mm ├── qkxmacscreencapture.cpp ├── qkxmacscreencapture.h ├── qkxmacsendinput.cpp ├── qkxmacsendinput.h ├── qkxopusencoder.cpp ├── qkxopusencoder.h ├── qkxprivacyscreen.cpp ├── qkxprivacyscreen.h ├── qkxresample.cpp ├── qkxresample.h ├── qkxscreencapture.cpp ├── qkxscreencapture.h ├── qkxscreenlistener.cpp ├── qkxscreenlistener.h ├── qkxscreenlistener_unix.cpp ├── qkxscreenlistener_win.cpp ├── qkxsecurity.cpp ├── qkxsecurity.h ├── qkxsendinput.cpp ├── qkxsendinput.h ├── qkxserviceapplication.cpp ├── qkxserviceapplication.h ├── qkxserviceprocess.cpp ├── qkxserviceprocess.h ├── qkxserviceprocess_unix.cpp ├── qkxserviceprocess_win.cpp ├── qkxtcpvncserver.cpp ├── qkxtcpvncserver.h ├── qkxutils.cpp ├── qkxutils.h ├── qkxutils_mac.cpp ├── qkxutils_unix.cpp ├── qkxutils_win.cpp ├── qkxvnccompress.cpp ├── qkxvnccompress.h ├── qkxvnccompressabort.cpp ├── qkxvnccompressabort.h ├── qkxvncserver.cpp ├── qkxvncserver.h ├── qkxvncserverpeer.cpp ├── qkxvncserverpeer.h ├── qkxwin8privacyscreen.cpp ├── qkxwin8privacyscreen.h ├── qkxwinaudiocapture.cpp ├── qkxwinaudiocapture.h ├── qkxwinclipboard.cpp ├── qkxwinclipboard.h ├── qkxwindows.cpp ├── qkxwindows.h ├── qkxwinsendinput.cpp ├── qkxwinsendinput.h ├── qkxx11capture.cpp ├── qkxx11capture.h ├── qkxx11clipboard.cpp ├── qkxx11clipboard.h ├── qkxx11screencapture.cpp ├── qkxx11screencapture.h ├── qkxx11sendinput.cpp ├── qkxx11sendinput.h ├── resample │ ├── config.h │ ├── configtemplate.h │ ├── filterkit.cpp │ ├── filterkit.h │ ├── libresample.h │ ├── resample.cpp │ ├── resample_defs.h │ └── resamplesubs.cpp └── resource │ ├── kblayout │ └── default.kmap │ ├── skin.fw.png │ ├── skin │ ├── configure.png │ ├── exit.png │ ├── eye.png │ ├── play.png │ ├── product.png │ ├── reload.png │ ├── stop.png │ ├── vncserver.png │ ├── vncserver2.png │ └── wovncserver.png │ ├── template.plist.in │ ├── vncserver.ico │ └── wovncserver.icns ├── kxftp ├── CMakeLists.txt ├── qkxftp.qrc ├── qkxftp_private.h ├── qkxftp_share.h ├── qkxftpclient.cpp ├── qkxftpclient.h ├── qkxftpdownload.cpp ├── qkxftpdownload.h ├── qkxftplocalmodel.cpp ├── qkxftplocalmodel.h ├── qkxftpremotemodel.cpp ├── qkxftpremotemodel.h ├── qkxftprequest.cpp ├── qkxftprequest.h ├── qkxftpresponse.cpp ├── qkxftpresponse.h ├── qkxftpserver.cpp ├── qkxftpserver.h ├── qkxftpserverprivate.cpp ├── qkxftpserverprivate.h ├── qkxftptransfermodel.cpp ├── qkxftptransfermodel.h ├── qkxftptransferwidget.cpp ├── qkxftptransferwidget.h ├── qkxftpupload.cpp ├── qkxftpupload.h └── resource │ └── skin │ ├── back.png │ ├── copy.png │ ├── download.png │ ├── folder.png │ ├── forward.png │ ├── home.png │ ├── login.png │ ├── pause.png │ ├── reload.png │ ├── remove.png │ ├── removeall.png │ ├── right.png │ ├── start.png │ ├── startall.png │ ├── stopall.png │ ├── time.png │ ├── transfer.png │ └── upload.png ├── kxpty ├── CMakeLists.txt ├── kpty.cpp ├── kpty.h ├── kpty_p.h ├── kptydevice.cpp ├── kptydevice.h ├── qkxpty.cpp ├── qkxpty.h ├── qkxpty_private.h ├── qkxpty_share.h ├── qkxptyclient.cpp ├── qkxptyclient.h ├── qkxptyprocess_unix.cpp ├── qkxptyprocess_unix.h ├── qkxptyprocess_win.cpp ├── qkxptyprocess_win.h ├── qkxptyrequest.cpp ├── qkxptyrequest.h ├── qkxptyrequestprivate.cpp ├── qkxptyrequestprivate.h ├── qkxptyserver.cpp ├── qkxptyserver.h ├── qkxptyserverprivate.cpp └── qkxptyserverprivate.h ├── kxterm ├── CMakeLists.txt ├── font │ ├── CourierNew.ttf │ └── CourierNewBold.ttf ├── image │ ├── close.png │ ├── find.png │ ├── next.png │ ├── prev.png │ ├── search.png │ └── triangle.png ├── kblayout │ ├── README-KeyTab │ ├── README-KeyTab-original │ ├── default.keytab │ ├── historic │ │ ├── vt100.keytab │ │ └── x11r5.keytab │ ├── keyinfo.txt │ ├── linux.keytab │ ├── readme.docbook │ └── solaris.keytab ├── keysym2ucs.c ├── keysym2ucs.h ├── qkxcolorschema.cpp ├── qkxcolorschema.h ├── qkxechoinput.cpp ├── qkxechoinput.h ├── qkxhistory.cpp ├── qkxhistory.h ├── qkxkeytranslator.cpp ├── qkxkeytranslator.h ├── qkxscreen.cpp ├── qkxscreen.h ├── qkxsearch.cpp ├── qkxsearch.h ├── qkxsearch.ui ├── qkxterm.qrc ├── qkxterm_share.h ├── qkxtermitem.cpp ├── qkxtermitem.h ├── qkxtermwidget.cpp ├── qkxtermwidget.h ├── qkxutils.cpp ├── qkxutils.h ├── qkxview.cpp ├── qkxview.h ├── qvte.cpp ├── qvte.h ├── qvtedef.h ├── qvteimpl.cpp ├── qvteimpl.h ├── theme │ ├── 3024 Day.theme │ ├── 3024 Night.theme │ ├── AdventureTime.theme │ ├── Afterglow.theme │ ├── AlienBlood.theme │ ├── Andromeda.theme │ ├── Argonaut.theme │ ├── Arthur.theme │ ├── AtelierSulphurpool.theme │ ├── Atom.theme │ ├── AtomOneLight.theme │ ├── Banana Blueberry.theme │ ├── Batman.theme │ ├── Belafonte Day.theme │ ├── Belafonte Night.theme │ ├── BirdsOfParadise.theme │ ├── Blazer.theme │ ├── Blue Matrix.theme │ ├── BlueBerryPie.theme │ ├── BlulocoDark.theme │ ├── BlulocoLight.theme │ ├── Borland.theme │ ├── Breeze.theme │ ├── Bright Lights.theme │ ├── Broadcast.theme │ ├── Brogrammer.theme │ ├── Builtin Dark.theme │ ├── Builtin Light.theme │ ├── Builtin Pastel Dark.theme │ ├── Builtin Solarized Dark.theme │ ├── Builtin Solarized Light.theme │ ├── Builtin Tango Dark.theme │ ├── Builtin Tango Light.theme │ ├── C64.theme │ ├── CLRS.theme │ ├── Calamity.theme │ ├── Chalk.theme │ ├── Chalkboard.theme │ ├── ChallengerDeep.theme │ ├── Chester.theme │ ├── Ciapre.theme │ ├── Cobalt Neon.theme │ ├── Cobalt2.theme │ ├── CrayonPonyFish.theme │ ├── Cyberdyne.theme │ ├── Dark Pastel.theme │ ├── Dark+.theme │ ├── Darkside.theme │ ├── Desert.theme │ ├── DimmedMonokai.theme │ ├── DoomOne.theme │ ├── DotGov.theme │ ├── Dracula.theme │ ├── Duotone Dark.theme │ ├── ENCOM.theme │ ├── Earthsong.theme │ ├── Elemental.theme │ ├── Elementary.theme │ ├── Espresso Libre.theme │ ├── Espresso.theme │ ├── Fahrenheit.theme │ ├── Fideloper.theme │ ├── FirefoxDev.theme │ ├── Firewatch.theme │ ├── FishTank.theme │ ├── Flat.theme │ ├── Flatland.theme │ ├── Floraverse.theme │ ├── ForestBlue.theme │ ├── Framer.theme │ ├── FrontEndDelight.theme │ ├── FunForrest.theme │ ├── Galaxy.theme │ ├── Github.theme │ ├── Glacier.theme │ ├── Grape.theme │ ├── Grass.theme │ ├── Gruvbox Dark.theme │ ├── Hacktober.theme │ ├── Hardcore.theme │ ├── Harper.theme │ ├── Highway.theme │ ├── Hipster Green.theme │ ├── Hivacruz.theme │ ├── Homebrew.theme │ ├── Hopscotch.256.theme │ ├── Hopscotch.theme │ ├── Hurtado.theme │ ├── Hybrid.theme │ ├── IC_Green_PPL.theme │ ├── IC_Orange_PPL.theme │ ├── IR_Black.theme │ ├── Jackie Brown.theme │ ├── Japanesque.theme │ ├── Jellybeans.theme │ ├── JetBrains Darcula.theme │ ├── Kibble.theme │ ├── Kolorit.theme │ ├── Lab Fox.theme │ ├── Laser.theme │ ├── Later This Evening.theme │ ├── Lavandula.theme │ ├── LiquidCarbon.theme │ ├── LiquidCarbonTransparent.theme │ ├── LiquidCarbonTransparentInverse.theme │ ├── Man Page.theme │ ├── Material.theme │ ├── MaterialDark.theme │ ├── MaterialOcean.theme │ ├── Mathias.theme │ ├── Medallion.theme │ ├── Misterioso.theme │ ├── Molokai.theme │ ├── MonaLisa.theme │ ├── Monokai Remastered.theme │ ├── Monokai Soda.theme │ ├── Monokai Vivid.theme │ ├── N0tch2k.theme │ ├── Neopolitan.theme │ ├── Neutron.theme │ ├── Night Owlish Light.theme │ ├── NightLion v1.theme │ ├── NightLion v2.theme │ ├── Nocturnal Winter.theme │ ├── Novel.theme │ ├── Obsidian.theme │ ├── Ocean.theme │ ├── OceanicMaterial.theme │ ├── Ollie.theme │ ├── OneHalfDark.theme │ ├── OneHalfLight.theme │ ├── Operator Mono Dark.theme │ ├── Pandora.theme │ ├── Paraiso Dark.theme │ ├── Parasio Dark.theme │ ├── PaulMillr.theme │ ├── PencilDark.theme │ ├── PencilLight.theme │ ├── Piatto Light.theme │ ├── Pnevma.theme │ ├── Pro Light.theme │ ├── Pro.theme │ ├── Purple Rain.theme │ ├── Red Alert.theme │ ├── Red Planet.theme │ ├── Red Sands.theme │ ├── Relaxed.theme │ ├── Rippedcasts.theme │ ├── Royal.theme │ ├── Ryuuko.theme │ ├── Scarlet Protocol.theme │ ├── SeaShells.theme │ ├── Seafoam Pastel.theme │ ├── Seti.theme │ ├── Shaman.theme │ ├── Slate.theme │ ├── SleepyHollow.theme │ ├── Smyck.theme │ ├── Snazzy.theme │ ├── SoftServer.theme │ ├── Solarized Darcula.theme │ ├── Solarized Dark - Patched.theme │ ├── Solarized Dark Higher Contrast.theme │ ├── SpaceGray Eighties Dull.theme │ ├── SpaceGray Eighties.theme │ ├── SpaceGray.theme │ ├── Spacedust.theme │ ├── Spiderman.theme │ ├── Spring.theme │ ├── Square.theme │ ├── Subliminal.theme │ ├── Sundried.theme │ ├── Symfonic.theme │ ├── Tango Adapted.theme │ ├── Tango Half Adapted.theme │ ├── Teerb.theme │ ├── Terminal Basic.theme │ ├── Thayer Bright.theme │ ├── The Hulk.theme │ ├── Tomorrow Night Blue.theme │ ├── Tomorrow Night Bright.theme │ ├── Tomorrow Night Burns.theme │ ├── Tomorrow Night Eighties.theme │ ├── Tomorrow Night.theme │ ├── Tomorrow.theme │ ├── ToyChest.theme │ ├── Treehouse.theme │ ├── Twilight.theme │ ├── Ubuntu.theme │ ├── UltraViolent.theme │ ├── UnderTheSea.theme │ ├── Unikitty.theme │ ├── Urple.theme │ ├── Vaughn.theme │ ├── VibrantInk.theme │ ├── Violet Dark.theme │ ├── Violet Light.theme │ ├── WarmNeon.theme │ ├── Wez.theme │ ├── Whimsy.theme │ ├── WildCherry.theme │ ├── Wombat.theme │ ├── Wryan.theme │ ├── Zenburn.theme │ ├── ayu.theme │ ├── ayu_light.theme │ ├── coffee_theme.theme │ ├── cyberpunk.theme │ ├── deep.theme │ ├── idea.theme │ ├── idleToes.theme │ ├── lovelace.theme │ ├── midnight-in-mojave.theme │ ├── primary.theme │ ├── purplepeter.theme │ ├── rebecca.theme │ ├── shades-of-purple.theme │ ├── synthwave-everything.theme │ └── synthwave.theme ├── wcwidth.cpp └── wcwidth.h ├── kxutil ├── CMakeLists.txt ├── qkxcleandesktop.cpp ├── qkxcleandesktop.h ├── qkxcleandesktop_win.cpp ├── qkxhttpclient.cpp ├── qkxhttpclient.h ├── qkxkeepwakeup.cpp ├── qkxkeepwakeup.h ├── qkxlengthbodypacket.cpp ├── qkxlengthbodypacket.h ├── qkxlocalpeer.cpp ├── qkxlocalpeer.h ├── qkxmacaddress.cpp ├── qkxmacaddress.h ├── qkxmactimer.h ├── qkxmactimer.mm ├── qkxrc4crypt.cpp ├── qkxrc4crypt.h ├── qkxsetting.cpp ├── qkxsetting.h ├── qkxsharememory.cpp ├── qkxsharememory.h ├── qkxutil_private.h ├── qkxutil_share.h ├── qkxwallpaper.h ├── qkxwallpaper_unix.cpp ├── qkxwallpaper_winx.cpp ├── qkxzip.cpp ├── qkxzip.h ├── rc4.cpp └── rc4.h └── kxvnc ├── CMakeLists.txt ├── d3des.cpp ├── d3des.h ├── keysymdef.h ├── main.cpp ├── qkxaudioplayer.cpp ├── qkxaudioplayer.h ├── qkxbuffer.cpp ├── qkxbuffer.h ├── qkxh264decoder.cpp ├── qkxh264decoder.h ├── qkxjpegdecoder.cpp ├── qkxjpegdecoder.h ├── qkxopusdecoder.cpp ├── qkxopusdecoder.h ├── qkxreader.h ├── qkxresample.cpp ├── qkxresample.h ├── qkxsocket.cpp ├── qkxsocket.h ├── qkxutils.cpp ├── qkxutils.h ├── qkxvnc.cpp ├── qkxvnc.h ├── qkxvnc_share.h ├── qkxvncwidget.cpp ├── qkxvncwidget.h ├── qkxzip.cpp ├── qkxzip.h └── resample ├── config.h ├── configtemplate.h ├── filterkit.cpp ├── filterkit.h ├── libresample.h ├── resample.cpp ├── resample_defs.h └── resamplesubs.cpp /.gitignore: -------------------------------------------------------------------------------- 1 | # C++ objects and libs 2 | *.slo 3 | *.lo 4 | *.o 5 | *.a 6 | *.la 7 | *.lai 8 | *.so 9 | *.so.* 10 | *.dll 11 | *.dylib 12 | 13 | # Qt-es 14 | object_script.*.Release 15 | object_script.*.Debug 16 | *_plugin_import.cpp 17 | /.qmake.cache 18 | /.qmake.stash 19 | *.pro.user 20 | *.pro.user.* 21 | *.qbs.user 22 | *.qbs.user.* 23 | *.moc 24 | moc_*.cpp 25 | moc_*.h 26 | qrc_*.cpp 27 | ui_*.h 28 | *.qmlc 29 | *.jsc 30 | Makefile* 31 | *build-* 32 | *.qm 33 | *.prl 34 | 35 | # Qt unit tests 36 | target_wrapper.* 37 | 38 | # QtCreator 39 | *.autosave 40 | 41 | # QtCreator Qml 42 | *.qmlproject.user 43 | *.qmlproject.user.* 44 | 45 | # QtCreator CMake 46 | CMakeLists.txt.user* 47 | 48 | # QtCreator 4.8< compilation database 49 | compile_commands.json 50 | 51 | # QtCreator local machine specific files for imported projects 52 | *creator.user* 53 | -------------------------------------------------------------------------------- /doc/desk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/doc/desk.png -------------------------------------------------------------------------------- /doc/feidesk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/doc/feidesk.png -------------------------------------------------------------------------------- /doc/ftp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/doc/ftp.png -------------------------------------------------------------------------------- /doc/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/doc/main.png -------------------------------------------------------------------------------- /doc/main2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/doc/main2.png -------------------------------------------------------------------------------- /doc/main3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/doc/main3.png -------------------------------------------------------------------------------- /doc/main4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/doc/main4.png -------------------------------------------------------------------------------- /feidesk/feidesk.rc: -------------------------------------------------------------------------------- 1 | IDI_ICON1 ICON DISCARDABLE "resource/feidesk.ico" 2 | -------------------------------------------------------------------------------- /feidesk/language/feidesk_en.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/language/feidesk_en.qm -------------------------------------------------------------------------------- /feidesk/language/feidesk_zh.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/language/feidesk_zh.qm -------------------------------------------------------------------------------- /feidesk/language/release.bat: -------------------------------------------------------------------------------- 1 | echo "init vc env" 2 | call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat" 3 | echo "init qt env" 4 | call "C:\Qt\Qt5.12.12\5.12.12\msvc2017\bin\qtenv2.bat" 5 | 6 | set path_script=%~dp0 7 | echo %path_script% 8 | 9 | cd %path_script% 10 | lrelease %path_script%feidesk_en.ts -qm %path_script%feidesk_en.qm 11 | lrelease %path_script%feidesk_zh.ts -qm %path_script%feidesk_zh.qm 12 | pause -------------------------------------------------------------------------------- /feidesk/language/update.bat: -------------------------------------------------------------------------------- 1 | echo "init vc env" 2 | call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat" 3 | echo "init qt env" 4 | call "C:\Qt\Qt5.12.12\5.12.12\msvc2017\bin\qtenv2.bat" 5 | 6 | set path_script=%~dp0 7 | echo %path_script% 8 | 9 | cd %path_script% 10 | lupdate -recursive %path_script%\..\..\ -ts %path_script%feidesk_en.ts 11 | lupdate -recursive %path_script%\..\..\ -ts %path_script%feidesk_zh.ts 12 | pause -------------------------------------------------------------------------------- /feidesk/qkxaboutdialog.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXABOUTDIALOG_H 13 | #define QKXABOUTDIALOG_H 14 | 15 | #include 16 | 17 | namespace Ui { 18 | class QKxAboutDialog; 19 | } 20 | 21 | class QKxAboutDialog : public QDialog 22 | { 23 | Q_OBJECT 24 | 25 | public: 26 | explicit QKxAboutDialog(QWidget *parent = 0); 27 | ~QKxAboutDialog(); 28 | 29 | private slots: 30 | void onLinkActivated(const QString& link); 31 | private: 32 | Ui::QKxAboutDialog *ui; 33 | }; 34 | 35 | #endif // QKXABOUTDIALOG_H 36 | -------------------------------------------------------------------------------- /feidesk/qkxdeskdef.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXDESKDEF_H 13 | #define QKXDESKDEF_H 14 | 15 | #define SERVICE_NAME ("FeiDeskService") 16 | #define VNC_SERVER_PASSWORD ("20220405") // 2022.04.05 init this password. 17 | 18 | #define MY_DEVICE_MANAGE_HOST ("my.aoyiduo.com") 19 | #define MY_DEVICE_MANAGE_PORT (80) // fix port 20 | #define MY_DEVICE_LOGIN_PORT (5735) // default port, can change by server configure. 21 | 22 | #define MESSAGE_TARGET_BASE_ID (0x10) 23 | #define MESSAGE_TARGET_HISTORY_MODEL (MESSAGE_TARGET_BASE_ID+1) 24 | 25 | 26 | #endif // QKXDESKDEF_H 27 | -------------------------------------------------------------------------------- /feidesk/qkxdesktopftprequest.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXDESKTOPFTPREQUEST_H 13 | #define QKXDESKTOPFTPREQUEST_H 14 | 15 | #include 16 | 17 | #include "qkxftprequest.h" 18 | 19 | class QKxVncWidget; 20 | class QKxDesktopFtpRequest : public QKxFtpRequest 21 | { 22 | Q_OBJECT 23 | public: 24 | explicit QKxDesktopFtpRequest(QKxVncWidget *vnc, QObject *parent = nullptr); 25 | protected: 26 | virtual void writePacket(const QByteArray& data); 27 | protected slots: 28 | void onFtpResult(const QByteArray& buf); 29 | private: 30 | QPointer m_vnc; 31 | }; 32 | 33 | #endif // QKXDESKTOPFTPREQUEST_H 34 | -------------------------------------------------------------------------------- /feidesk/qkxdesktopplayform.ui: -------------------------------------------------------------------------------- 1 | 2 | 3 | QKxDesktopPlayForm 4 | 5 | 6 | 7 | 0 8 | 0 9 | 734 10 | 630 11 | 12 | 13 | 14 | Form 15 | 16 | 17 | 18 | 0 19 | 20 | 21 | 0 22 | 23 | 24 | 0 25 | 26 | 27 | 0 28 | 29 | 30 | 0 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /feidesk/qkxdesktopplaywindow.ui: -------------------------------------------------------------------------------- 1 | 2 | 3 | QKxDesktopPlayWindow 4 | 5 | 6 | 7 | 0 8 | 0 9 | 851 10 | 572 11 | 12 | 13 | 14 | Form 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /feidesk/qkxfirewall.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXFIREWALL_H 13 | #define QKXFIREWALL_H 14 | 15 | #include 16 | 17 | class QKxFirewall : public QObject 18 | { 19 | Q_OBJECT 20 | public: 21 | explicit QKxFirewall(const QString& name, const QString& path, QObject *parent = 0); 22 | bool add(); 23 | bool remove(); 24 | bool exist(); 25 | bool isActive(); 26 | private: 27 | int runCommand(const QString& cmd, QString& result); 28 | private: 29 | QString m_name; 30 | QString m_path; 31 | }; 32 | 33 | #endif // QKXFIREWALL_H 34 | -------------------------------------------------------------------------------- /feidesk/qkxiconframepaint.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXICONFRAMEPAINT_H 13 | #define QKXICONFRAMEPAINT_H 14 | 15 | #include 16 | 17 | class QKxIconFramePaint : public QStyledItemDelegate 18 | { 19 | public: 20 | explicit QKxIconFramePaint(QWidget *parent = 0); 21 | protected: 22 | void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &idx) const; 23 | }; 24 | 25 | #endif // QKXICONFRAMEPAINT_H 26 | -------------------------------------------------------------------------------- /feidesk/qkxlanguagedialog.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXLANGUAGEDIALOG_H 13 | #define QKXLANGUAGEDIALOG_H 14 | 15 | #include 16 | 17 | namespace Ui { 18 | class QKxLanguageDialog; 19 | } 20 | 21 | class QKxLanguageDialog : public QDialog 22 | { 23 | Q_OBJECT 24 | 25 | public: 26 | explicit QKxLanguageDialog(QWidget *parent = 0); 27 | ~QKxLanguageDialog(); 28 | private slots: 29 | void onButtonSaveClicked(); 30 | private: 31 | Ui::QKxLanguageDialog *ui; 32 | }; 33 | 34 | #endif // QKXLANGUAGEDIALOG_H 35 | -------------------------------------------------------------------------------- /feidesk/qkxmenu.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXMENU_H 13 | #define QKXMENU_H 14 | 15 | #include 16 | 17 | class QKxMenu : public QMenu 18 | { 19 | public: 20 | explicit QKxMenu(QWidget *parent = nullptr); 21 | virtual ~QKxMenu(); 22 | protected: 23 | virtual bool event(QEvent *e); 24 | }; 25 | 26 | #endif // QKXMENU_H 27 | -------------------------------------------------------------------------------- /feidesk/qkxoptionform.cpp: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #include "qkxoptionform.h" 13 | #include "ui_qkxoptionform.h" 14 | 15 | QKxOptionForm::QKxOptionForm(QWidget *parent) : 16 | QWidget(parent), 17 | ui(new Ui::QKxOptionForm) 18 | { 19 | ui->setupUi(this); 20 | } 21 | 22 | QKxOptionForm::~QKxOptionForm() 23 | { 24 | delete ui; 25 | } 26 | -------------------------------------------------------------------------------- /feidesk/qkxoptionform.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXOPTIONFORM_H 13 | #define QKXOPTIONFORM_H 14 | 15 | #include 16 | 17 | namespace Ui { 18 | class QKxOptionForm; 19 | } 20 | 21 | class QKxOptionForm : public QWidget 22 | { 23 | Q_OBJECT 24 | 25 | public: 26 | explicit QKxOptionForm(QWidget *parent = 0); 27 | ~QKxOptionForm(); 28 | 29 | private: 30 | Ui::QKxOptionForm *ui; 31 | }; 32 | 33 | #endif // QKXOPTIONFORM_H 34 | -------------------------------------------------------------------------------- /feidesk/qkxoptionform.ui: -------------------------------------------------------------------------------- 1 | 2 | 3 | QKxOptionForm 4 | 5 | 6 | 7 | 0 8 | 0 9 | 400 10 | 300 11 | 12 | 13 | 14 | Form 15 | 16 | 17 | 18 | 19 | 20 | 0 21 | 22 | 23 | 24 | Tab 1 25 | 26 | 27 | 28 | 29 | Tab 2 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /feidesk/qkxpowernetserver.cpp: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #include "qkxpowernetserver.h" 13 | #include "qkxnetserver.h" 14 | #include "qkxsettingex.h" 15 | #include "qkxdeskdef.h" 16 | 17 | #include 18 | #include 19 | 20 | QKxPowerNetServer::QKxPowerNetServer(QObject *parent) 21 | : QObject(parent) 22 | { 23 | } 24 | -------------------------------------------------------------------------------- /feidesk/qkxpowernetserver.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXPOWERNETSERVER_H 13 | #define QKXPOWERNETSERVER_H 14 | 15 | #include 16 | 17 | class QKxPowerNetServer : public QObject 18 | { 19 | Q_OBJECT 20 | public: 21 | explicit QKxPowerNetServer(QObject *parent = nullptr); 22 | }; 23 | 24 | #endif // QKXPOWERNETSERVER_H 25 | -------------------------------------------------------------------------------- /feidesk/qkxpushbutton.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXPUSHBUTTON_H 13 | #define QKXPUSHBUTTON_H 14 | 15 | 16 | #include 17 | 18 | class QKxPushButton : public QPushButton 19 | { 20 | public: 21 | explicit QKxPushButton(QWidget *parent = nullptr); 22 | protected: 23 | virtual void mousePressEvent(QMouseEvent *e); 24 | virtual void mouseReleaseEvent(QMouseEvent *e); 25 | virtual void paintEvent(QPaintEvent *e); 26 | private: 27 | bool m_hasClicked; 28 | }; 29 | 30 | #endif // QKXPUSHBUTTON_H 31 | -------------------------------------------------------------------------------- /feidesk/qkxserverdialog.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXSERVERDIALOG_H 13 | #define QKXSERVERDIALOG_H 14 | 15 | #include 16 | 17 | namespace Ui { 18 | class QKxServerDialog; 19 | } 20 | 21 | class QKxServerDialog : public QDialog 22 | { 23 | Q_OBJECT 24 | 25 | public: 26 | explicit QKxServerDialog(QWidget *parent = 0); 27 | ~QKxServerDialog(); 28 | 29 | private slots: 30 | void onRestoreButtonClicked(); 31 | void onSaveButtonClicked(); 32 | private: 33 | Ui::QKxServerDialog *ui; 34 | }; 35 | 36 | #endif // QKXSERVERDIALOG_H 37 | -------------------------------------------------------------------------------- /feidesk/qkxsimplemainwindow.cpp: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #include "qkxsimplemainwindow.h" 13 | #include "ui_qkxsimplemainwindow.h" 14 | 15 | QKxSimpleMainWindow::QKxSimpleMainWindow(QWidget *parent) : 16 | QMainWindow(parent), 17 | ui(new Ui::QKxSimpleMainWindow) 18 | { 19 | ui->setupUi(this); 20 | } 21 | 22 | QKxSimpleMainWindow::~QKxSimpleMainWindow() 23 | { 24 | delete ui; 25 | } 26 | -------------------------------------------------------------------------------- /feidesk/qkxsimplemainwindow.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXSIMPLEMAINWINDOW_H 13 | #define QKXSIMPLEMAINWINDOW_H 14 | 15 | #include 16 | 17 | namespace Ui { 18 | class QKxSimpleMainWindow; 19 | } 20 | 21 | class QKxSimpleMainWindow : public QMainWindow 22 | { 23 | Q_OBJECT 24 | 25 | public: 26 | explicit QKxSimpleMainWindow(QWidget *parent = 0); 27 | ~QKxSimpleMainWindow(); 28 | 29 | private: 30 | Ui::QKxSimpleMainWindow *ui; 31 | }; 32 | 33 | #endif // QKXSIMPLEMAINWINDOW_H 34 | -------------------------------------------------------------------------------- /feidesk/qkxsimplemainwindow.ui: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | QKxSimpleMainWindow 6 | 7 | 8 | 9 | 0 10 | 0 11 | 800 12 | 600 13 | 14 | 15 | 16 | MainWindow 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /feidesk/qkxtermwindow.ui: -------------------------------------------------------------------------------- 1 | 2 | 3 | QKxTermWindow 4 | 5 | 6 | 7 | 0 8 | 0 9 | 400 10 | 300 11 | 12 | 13 | 14 | Form 15 | 16 | 17 | 18 | 3 19 | 20 | 21 | 3 22 | 23 | 24 | 0 25 | 26 | 27 | 3 28 | 29 | 30 | 3 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /feidesk/resource/feidesk.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/feidesk.icns -------------------------------------------------------------------------------- /feidesk/resource/feidesk.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/feidesk.ico -------------------------------------------------------------------------------- /feidesk/resource/feidesk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/feidesk.png -------------------------------------------------------------------------------- /feidesk/resource/feidesk128x128.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/feidesk128x128.icns -------------------------------------------------------------------------------- /feidesk/resource/feidesk128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/feidesk128x128.png -------------------------------------------------------------------------------- /feidesk/resource/qss/readme.txt: -------------------------------------------------------------------------------- 1 | 参考Qt的demo -------------------------------------------------------------------------------- /feidesk/resource/skin/account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/account.png -------------------------------------------------------------------------------- /feidesk/resource/skin/activate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/activate.png -------------------------------------------------------------------------------- /feidesk/resource/skin/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/add.png -------------------------------------------------------------------------------- /feidesk/resource/skin/audio_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/audio_off.png -------------------------------------------------------------------------------- /feidesk/resource/skin/audio_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/audio_on.png -------------------------------------------------------------------------------- /feidesk/resource/skin/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/back.png -------------------------------------------------------------------------------- /feidesk/resource/skin/boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/boat.png -------------------------------------------------------------------------------- /feidesk/resource/skin/boat2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/boat2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/boat3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/boat3.png -------------------------------------------------------------------------------- /feidesk/resource/skin/boat4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/boat4.png -------------------------------------------------------------------------------- /feidesk/resource/skin/broken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/broken.png -------------------------------------------------------------------------------- /feidesk/resource/skin/broken2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/broken2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/camera.png -------------------------------------------------------------------------------- /feidesk/resource/skin/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/chat.png -------------------------------------------------------------------------------- /feidesk/resource/skin/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/close.png -------------------------------------------------------------------------------- /feidesk/resource/skin/close2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/close2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/close3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/close3.png -------------------------------------------------------------------------------- /feidesk/resource/skin/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/computer.png -------------------------------------------------------------------------------- /feidesk/resource/skin/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/connect.png -------------------------------------------------------------------------------- /feidesk/resource/skin/connect2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/connect2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/connect3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/connect3.png -------------------------------------------------------------------------------- /feidesk/resource/skin/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/copy.png -------------------------------------------------------------------------------- /feidesk/resource/skin/deactivate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/deactivate.png -------------------------------------------------------------------------------- /feidesk/resource/skin/deactivate2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/deactivate2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/debug.png -------------------------------------------------------------------------------- /feidesk/resource/skin/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/default.png -------------------------------------------------------------------------------- /feidesk/resource/skin/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/delete.png -------------------------------------------------------------------------------- /feidesk/resource/skin/delete2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/delete2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/desktop.png -------------------------------------------------------------------------------- /feidesk/resource/skin/diagnose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/diagnose.png -------------------------------------------------------------------------------- /feidesk/resource/skin/dirs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/dirs.png -------------------------------------------------------------------------------- /feidesk/resource/skin/disconnect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/disconnect.png -------------------------------------------------------------------------------- /feidesk/resource/skin/dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/dot.png -------------------------------------------------------------------------------- /feidesk/resource/skin/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/down.png -------------------------------------------------------------------------------- /feidesk/resource/skin/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/download.png -------------------------------------------------------------------------------- /feidesk/resource/skin/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/email.png -------------------------------------------------------------------------------- /feidesk/resource/skin/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/exit.png -------------------------------------------------------------------------------- /feidesk/resource/skin/exit2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/exit2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/exit3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/exit3.png -------------------------------------------------------------------------------- /feidesk/resource/skin/exitfull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/exitfull.png -------------------------------------------------------------------------------- /feidesk/resource/skin/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/eye.png -------------------------------------------------------------------------------- /feidesk/resource/skin/feidesk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/feidesk.png -------------------------------------------------------------------------------- /feidesk/resource/skin/feidesk128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/feidesk128x128.png -------------------------------------------------------------------------------- /feidesk/resource/skin/feidesk2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/feidesk2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/folder.png -------------------------------------------------------------------------------- /feidesk/resource/skin/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/forward.png -------------------------------------------------------------------------------- /feidesk/resource/skin/ftp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/ftp.png -------------------------------------------------------------------------------- /feidesk/resource/skin/ftp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/ftp2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/ftp3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/ftp3.png -------------------------------------------------------------------------------- /feidesk/resource/skin/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/fullscreen.png -------------------------------------------------------------------------------- /feidesk/resource/skin/history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/history.png -------------------------------------------------------------------------------- /feidesk/resource/skin/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/home.png -------------------------------------------------------------------------------- /feidesk/resource/skin/ic_desktop_windows_48px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/ic_desktop_windows_48px.png -------------------------------------------------------------------------------- /feidesk/resource/skin/importance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/importance.png -------------------------------------------------------------------------------- /feidesk/resource/skin/javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/javascript.png -------------------------------------------------------------------------------- /feidesk/resource/skin/keyset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/keyset.png -------------------------------------------------------------------------------- /feidesk/resource/skin/linkcfg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/linkcfg.png -------------------------------------------------------------------------------- /feidesk/resource/skin/list_account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/list_account.png -------------------------------------------------------------------------------- /feidesk/resource/skin/list_connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/list_connect.png -------------------------------------------------------------------------------- /feidesk/resource/skin/list_debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/list_debug.png -------------------------------------------------------------------------------- /feidesk/resource/skin/list_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/list_history.png -------------------------------------------------------------------------------- /feidesk/resource/skin/list_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/list_link.png -------------------------------------------------------------------------------- /feidesk/resource/skin/list_option.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/list_option.png -------------------------------------------------------------------------------- /feidesk/resource/skin/list_resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/list_resource.png -------------------------------------------------------------------------------- /feidesk/resource/skin/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/loading.png -------------------------------------------------------------------------------- /feidesk/resource/skin/local.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/local.png -------------------------------------------------------------------------------- /feidesk/resource/skin/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/lock.png -------------------------------------------------------------------------------- /feidesk/resource/skin/lock2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/lock2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/login.png -------------------------------------------------------------------------------- /feidesk/resource/skin/login2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/login2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/macos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/macos.png -------------------------------------------------------------------------------- /feidesk/resource/skin/minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/minimize.png -------------------------------------------------------------------------------- /feidesk/resource/skin/minize2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/minize2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/modify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/modify.png -------------------------------------------------------------------------------- /feidesk/resource/skin/mstsc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/mstsc2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/my.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/my.png -------------------------------------------------------------------------------- /feidesk/resource/skin/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/network.png -------------------------------------------------------------------------------- /feidesk/resource/skin/offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/offline.png -------------------------------------------------------------------------------- /feidesk/resource/skin/offline2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/offline2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/online.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/online.png -------------------------------------------------------------------------------- /feidesk/resource/skin/online2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/online2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/osand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/osand.png -------------------------------------------------------------------------------- /feidesk/resource/skin/osandroid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/osandroid.png -------------------------------------------------------------------------------- /feidesk/resource/skin/oslinux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/oslinux.png -------------------------------------------------------------------------------- /feidesk/resource/skin/osmac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/osmac.png -------------------------------------------------------------------------------- /feidesk/resource/skin/osmacos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/osmacos.png -------------------------------------------------------------------------------- /feidesk/resource/skin/osubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/osubuntu.png -------------------------------------------------------------------------------- /feidesk/resource/skin/oswin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/oswin.png -------------------------------------------------------------------------------- /feidesk/resource/skin/oswindows19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/oswindows19.png -------------------------------------------------------------------------------- /feidesk/resource/skin/oswindows7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/oswindows7.png -------------------------------------------------------------------------------- /feidesk/resource/skin/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/pause.png -------------------------------------------------------------------------------- /feidesk/resource/skin/peer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/peer.png -------------------------------------------------------------------------------- /feidesk/resource/skin/peer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/peer2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/portmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/portmap.png -------------------------------------------------------------------------------- /feidesk/resource/skin/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/printer.png -------------------------------------------------------------------------------- /feidesk/resource/skin/privacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/privacy.png -------------------------------------------------------------------------------- /feidesk/resource/skin/privacy_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/privacy_off.png -------------------------------------------------------------------------------- /feidesk/resource/skin/privacy_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/privacy_on.png -------------------------------------------------------------------------------- /feidesk/resource/skin/query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/query.png -------------------------------------------------------------------------------- /feidesk/resource/skin/ratio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/ratio.png -------------------------------------------------------------------------------- /feidesk/resource/skin/ratio2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/ratio2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/ratio3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/ratio3.png -------------------------------------------------------------------------------- /feidesk/resource/skin/register.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/register.png -------------------------------------------------------------------------------- /feidesk/resource/skin/register2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/register2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/register3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/register3.png -------------------------------------------------------------------------------- /feidesk/resource/skin/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/reload.png -------------------------------------------------------------------------------- /feidesk/resource/skin/remote-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/remote-desktop.png -------------------------------------------------------------------------------- /feidesk/resource/skin/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/remove.png -------------------------------------------------------------------------------- /feidesk/resource/skin/removeall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/removeall.png -------------------------------------------------------------------------------- /feidesk/resource/skin/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/right.png -------------------------------------------------------------------------------- /feidesk/resource/skin/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/save.png -------------------------------------------------------------------------------- /feidesk/resource/skin/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/screen.png -------------------------------------------------------------------------------- /feidesk/resource/skin/scroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/scroll.png -------------------------------------------------------------------------------- /feidesk/resource/skin/server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/server.png -------------------------------------------------------------------------------- /feidesk/resource/skin/signal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/signal.png -------------------------------------------------------------------------------- /feidesk/resource/skin/signal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/signal2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/signal_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/signal_1.png -------------------------------------------------------------------------------- /feidesk/resource/skin/signal_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/signal_2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/signal_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/signal_3.png -------------------------------------------------------------------------------- /feidesk/resource/skin/signal_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/signal_4.png -------------------------------------------------------------------------------- /feidesk/resource/skin/signal_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/signal_5.png -------------------------------------------------------------------------------- /feidesk/resource/skin/signin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/signin.png -------------------------------------------------------------------------------- /feidesk/resource/skin/signin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/signin2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/signup3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/signup3.png -------------------------------------------------------------------------------- /feidesk/resource/skin/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/start.png -------------------------------------------------------------------------------- /feidesk/resource/skin/startall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/startall.png -------------------------------------------------------------------------------- /feidesk/resource/skin/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/stop.png -------------------------------------------------------------------------------- /feidesk/resource/skin/stopall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/stopall.png -------------------------------------------------------------------------------- /feidesk/resource/skin/stun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/stun.png -------------------------------------------------------------------------------- /feidesk/resource/skin/tabclose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/tabclose.png -------------------------------------------------------------------------------- /feidesk/resource/skin/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/terminal.png -------------------------------------------------------------------------------- /feidesk/resource/skin/terminal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/terminal2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/time.png -------------------------------------------------------------------------------- /feidesk/resource/skin/tips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/tips.png -------------------------------------------------------------------------------- /feidesk/resource/skin/transfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/transfer.png -------------------------------------------------------------------------------- /feidesk/resource/skin/turn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/turn.png -------------------------------------------------------------------------------- /feidesk/resource/skin/ubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/ubuntu.png -------------------------------------------------------------------------------- /feidesk/resource/skin/ubuntu2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/ubuntu2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/up.png -------------------------------------------------------------------------------- /feidesk/resource/skin/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/upload.png -------------------------------------------------------------------------------- /feidesk/resource/skin/vnc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/vnc.png -------------------------------------------------------------------------------- /feidesk/resource/skin/wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/wallpaper.png -------------------------------------------------------------------------------- /feidesk/resource/skin/wallpaper2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/wallpaper2.png -------------------------------------------------------------------------------- /feidesk/resource/skin/winx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/winx.png -------------------------------------------------------------------------------- /feidesk/resource/skin/woport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/feidesk/resource/skin/woport.png -------------------------------------------------------------------------------- /feidesk/version.h: -------------------------------------------------------------------------------- 1 | #ifndef VERSION_H 2 | #define VERSION_H 3 | 4 | #define FEIDESK_VERSION ("2.9") 5 | 6 | #endif // VERSION_H 7 | -------------------------------------------------------------------------------- /kxcap/language/release.bat: -------------------------------------------------------------------------------- 1 | echo "init vc env" 2 | call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86 3 | echo "init qt env" 4 | call "C:\Qt\Qt5.6.3\5.6.3\msvc2013\bin\qtenv2.bat" 5 | 6 | set path_script=%~dp0 7 | echo %path_script% 8 | 9 | cd %path_script% 10 | lrelease %path_script%vncserver_en.ts -qm %path_script%vncserver_en.qm 11 | lrelease %path_script%vncserver_zh.ts -qm %path_script%vncserver_zh.qm 12 | pause -------------------------------------------------------------------------------- /kxcap/language/update.bat: -------------------------------------------------------------------------------- 1 | echo "init vc env" 2 | call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86 3 | echo "init qt env" 4 | call "C:\Qt\Qt5.6.3\5.6.3\msvc2013\bin\qtenv2.bat" 5 | 6 | set path_script=%~dp0 7 | echo %path_script% 8 | 9 | cd %path_script% 10 | lupdate -recursive %path_script%\..\ -ts %path_script%vncserver_en.ts 11 | lupdate -recursive %path_script%\..\ -ts %path_script%vncserver_zh.ts 12 | pause -------------------------------------------------------------------------------- /kxcap/language/vncserver_en.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxcap/language/vncserver_en.qm -------------------------------------------------------------------------------- /kxcap/language/vncserver_zh.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxcap/language/vncserver_zh.qm -------------------------------------------------------------------------------- /kxcap/qkxabstractcapture.cpp: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #include "qkxabstractcapture.h" 13 | 14 | #include 15 | 16 | QKxAbstractCapture::QKxAbstractCapture(QObject *parent) 17 | : QObject(parent) 18 | { 19 | 20 | } 21 | 22 | void QKxAbstractCapture::showError(const QString &msg) 23 | { 24 | qDebug() << "showError" << msg; 25 | } 26 | -------------------------------------------------------------------------------- /kxcap/qkxabstractcapture.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXABSTRACTCAPTURE_H 13 | #define QKXABSTRACTCAPTURE_H 14 | 15 | #include 16 | #include "qkxcap_private.h" 17 | 18 | 19 | class QKxAbstractCapture : public QObject 20 | { 21 | Q_OBJECT 22 | public: 23 | explicit QKxAbstractCapture(QObject *parent = 0); 24 | virtual void showError(const QString& msg); 25 | virtual int drawFrame(UpdateRequest *req, uchar *pbuf, int bytesPerLine, bool reset) = 0; 26 | }; 27 | 28 | #endif // QKXABSTRACTCAPTURE_H 29 | -------------------------------------------------------------------------------- /kxcap/qkxcap.cpp: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #include "qkxcap.h" 13 | 14 | QKxCap::QKxCap(QObject *parent) 15 | : QObject(parent) 16 | { 17 | 18 | } 19 | -------------------------------------------------------------------------------- /kxcap/qkxcap.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXCAP_H 13 | #define QKXCAP_H 14 | 15 | #include "qkxcap_share.h" 16 | 17 | #include 18 | 19 | class KXCAP_EXPORT QKxCap : public QObject 20 | { 21 | Q_OBJECT 22 | public: 23 | explicit QKxCap(QObject *parent = nullptr); 24 | 25 | signals: 26 | 27 | public slots: 28 | }; 29 | 30 | #endif // QKXCAP_H 31 | -------------------------------------------------------------------------------- /kxcap/qkxcap_share.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXCAP_SHARE_H 13 | #define QKXCAP_SHARE_H 14 | 15 | #if defined(KXCAP_LIBRARY) 16 | # define KXCAP_EXPORT Q_DECL_EXPORT 17 | #else 18 | # define KXCAP_EXPORT Q_DECL_IMPORT 19 | #endif 20 | 21 | class QGuiApplication; 22 | typedef void (*PFunInit)(QGuiApplication *app); 23 | 24 | #define SERVICE_COMMAND_CODE_EXIT (0x1) 25 | #define SERVICE_COMMAND_CODE_START (0x2) 26 | #define SERVICE_COMMAND_CODE_STOP (0x3) 27 | 28 | #endif // QKXCAP_SHARE_H 29 | -------------------------------------------------------------------------------- /kxcap/qkxclipboard.cpp: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #include "qkxclipboard.h" 13 | 14 | #include 15 | #include 16 | 17 | QKxClipboard::QKxClipboard(QObject *parent) 18 | : QObject(parent) 19 | { 20 | 21 | } 22 | 23 | QString QKxClipboard::text() const 24 | { 25 | return QString(); 26 | } 27 | 28 | void QKxClipboard::setText(const QString &txt) 29 | { 30 | QClipboard *clip = QGuiApplication::clipboard(); 31 | QString clipTxt = clip->text(); 32 | if(clipTxt != txt){ 33 | clip->setText(txt); 34 | } 35 | } 36 | 37 | void QKxClipboard::queryForAppNap() 38 | { 39 | 40 | } 41 | -------------------------------------------------------------------------------- /kxcap/qkxclipboard.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXCLIPBOARD_H 13 | #define QKXCLIPBOARD_H 14 | 15 | #include 16 | 17 | class QKxClipboard : public QObject 18 | { 19 | Q_OBJECT 20 | public: 21 | explicit QKxClipboard(QObject *parent = nullptr); 22 | virtual QString text() const; 23 | virtual void setText(const QString& txt); 24 | virtual void queryForAppNap(); 25 | signals: 26 | void dataChanged(); 27 | }; 28 | 29 | #endif // QKXCLIPBOARD_H 30 | -------------------------------------------------------------------------------- /kxcap/qkxdxgiscreencapture.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXDXGISCREENCAPTURE_H 13 | #define QKXDXGISCREENCAPTURE_H 14 | 15 | #include "qkxscreencapture.h" 16 | 17 | class QKxDXGIScreenCapture : public QKxScreenCapture 18 | { 19 | Q_OBJECT 20 | public: 21 | explicit QKxDXGIScreenCapture(int screenIndex, const QRect& rt, const QRect& imgRt, QObject *parent = nullptr); 22 | protected: 23 | virtual int running(); 24 | }; 25 | 26 | #endif // QKXDXGISCREENCAPTURE_H 27 | -------------------------------------------------------------------------------- /kxcap/qkxftpworker.cpp: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #include "qkxftpworker.h" 13 | #include "qkxftpresponse.h" 14 | 15 | #include 16 | 17 | QKxFtpWorker::QKxFtpWorker(QObject *parent) 18 | : QObject(parent) 19 | { 20 | m_ftp = new QKxFtpResponse(this); 21 | QObject::connect(m_ftp, SIGNAL(result(QByteArray)), this, SIGNAL(result(QByteArray))); 22 | } 23 | 24 | QKxFtpWorker::~QKxFtpWorker() 25 | { 26 | 27 | } 28 | 29 | void QKxFtpWorker::onPacket(const QByteArray &buf) 30 | { 31 | qDebug() << "onPacket" << buf.length(); 32 | m_ftp->handlePacket(buf); 33 | } 34 | -------------------------------------------------------------------------------- /kxcap/qkxftpworker.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXFTPWORKER_H 13 | #define QKXFTPWORKER_H 14 | 15 | #include 16 | #include 17 | 18 | class QKxFtpResponse; 19 | class QKxLengthBodyPacket; 20 | class QKxFtpWorker : public QObject 21 | { 22 | Q_OBJECT 23 | public: 24 | explicit QKxFtpWorker(QObject *parent = nullptr); 25 | ~QKxFtpWorker(); 26 | signals: 27 | void result(const QByteArray& buf); 28 | private slots: 29 | void onPacket(const QByteArray& buf); 30 | private: 31 | QPointer m_ftp; 32 | }; 33 | 34 | #endif // QKXFTPWORKER_H 35 | -------------------------------------------------------------------------------- /kxcap/qkxgdiscreencapture.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXGDISCREENCAPTURE_H 13 | #define QKXGDISCREENCAPTURE_H 14 | 15 | #include "qkxscreencapture.h" 16 | 17 | class QKxGDICapture; 18 | class QKxGDIScreenCapture : public QKxScreenCapture 19 | { 20 | public: 21 | explicit QKxGDIScreenCapture(int screenIndex, const QRect& rt, const QRect& imgRt, QObject *parent = nullptr); 22 | private: 23 | virtual int running(); 24 | }; 25 | 26 | #endif // QKXGDISCREENCAPTURE_H 27 | -------------------------------------------------------------------------------- /kxcap/qkxh264encoder.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXH264ENCODER_H 13 | #define QKXH264ENCODER_H 14 | 15 | #include 16 | 17 | class QKxH264EncoderPrivate; 18 | class QKxH264Encoder : public QObject 19 | { 20 | Q_OBJECT 21 | public: 22 | explicit QKxH264Encoder(QObject *parent = nullptr); 23 | ~QKxH264Encoder(); 24 | bool init(int width, int height, bool isCamera); 25 | void setQualityLevel(int lv); 26 | int encode(QDataStream &ds, uchar *src); 27 | private: 28 | QKxH264EncoderPrivate *m_prv; 29 | }; 30 | 31 | #endif // QKXH264ENCODER_H 32 | -------------------------------------------------------------------------------- /kxcap/qkxjpegencoder.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXJPEGENCODER_H 13 | #define QKXJPEGENCODER_H 14 | 15 | #include 16 | #include 17 | 18 | class QKxJpegEncoderPrivate; 19 | class QKxJpegEncoder : public QObject 20 | { 21 | Q_OBJECT 22 | public: 23 | explicit QKxJpegEncoder(QObject *parent = nullptr); 24 | ~QKxJpegEncoder(); 25 | void setQualityLevel(int lv); 26 | bool encode(QDataStream &ds, uchar *src, int bytesPerLine, int width, int height, int quality); 27 | private: 28 | QKxJpegEncoderPrivate *m_prv; 29 | }; 30 | 31 | #endif // QKXJPEGENCODER_H 32 | -------------------------------------------------------------------------------- /kxcap/qkxmacscreencapture.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXMACSCREENCAPTURE_H 13 | #define QKXMACSCREENCAPTURE_H 14 | 15 | #include "qkxscreencapture.h" 16 | 17 | class QKxMacScreenCapture : public QKxScreenCapture 18 | { 19 | public: 20 | public: 21 | explicit QKxMacScreenCapture(int screenIndex, const QRect& rt, const QRect& imgRt, QObject *parent = nullptr); 22 | private: 23 | virtual int running(); 24 | }; 25 | 26 | #endif // QKXMACSCREENCAPTURE_H 27 | -------------------------------------------------------------------------------- /kxcap/qkxmacsendinput.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXMACSENDINPUT_H 13 | #define QKXMACSENDINPUT_H 14 | 15 | #include "qkxsendinput.h" 16 | 17 | class MacSendInputPrivate; 18 | class QKxMacSendInput : public QKxSendInput 19 | { 20 | Q_OBJECT 21 | public: 22 | explicit QKxMacSendInput(const QRect& capRt, const QRect& deskRt, QObject *parent=nullptr); 23 | virtual ~QKxMacSendInput(); 24 | protected: 25 | void handleMouseEvent(quint8 button, quint16 x, quint16 y); 26 | void handleKeyEvent(quint8 down, quint32 key); 27 | private: 28 | MacSendInputPrivate *m_prv; 29 | }; 30 | 31 | #endif // QKXMACSENDINPUT_H 32 | -------------------------------------------------------------------------------- /kxcap/qkxopusencoder.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXOPUSENCODER_H 13 | #define QKXOPUSENCODER_H 14 | 15 | #include 16 | #include 17 | 18 | class QKxOpusEncoderPrivate; 19 | class QKxOpusEncoder : public QObject 20 | { 21 | Q_OBJECT 22 | public: 23 | explicit QKxOpusEncoder(QObject *parent = nullptr); 24 | ~QKxOpusEncoder(); 25 | bool init(int sampleRate, int channelCount); 26 | int process(char *pcm, int bytesTotal); 27 | int result(QDataStream& ds); 28 | private: 29 | QKxOpusEncoderPrivate *m_prv; 30 | }; 31 | 32 | #endif // QKXOPUSENCODER_H 33 | -------------------------------------------------------------------------------- /kxcap/qkxprivacyscreen.cpp: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #include "qkxprivacyscreen.h" 13 | 14 | #include 15 | 16 | QKxPrivacyScreen::QKxPrivacyScreen(QObject *parent) 17 | : QObject(parent) 18 | { 19 | } 20 | 21 | QKxPrivacyScreen::~QKxPrivacyScreen() 22 | { 23 | 24 | } 25 | -------------------------------------------------------------------------------- /kxcap/qkxscreenlistener_unix.cpp: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #include "qkxscreenlistener.h" 13 | #include 14 | #include 15 | 16 | QList QKxScreenListener::monitors() 17 | { 18 | DisplayInfo di; 19 | QList dis; 20 | QList screens = QApplication::screens(); 21 | for(int i = 0; i < screens.length(); i++) { 22 | QScreen *scn = screens.at(i); 23 | di.name = scn->name(); 24 | di.rect = scn->geometry(); 25 | dis.append(di); 26 | } 27 | return dis; 28 | } 29 | -------------------------------------------------------------------------------- /kxcap/qkxwinaudiocapture.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXWINAUDIOCAPTURE_H 13 | #define QKXWINAUDIOCAPTURE_H 14 | 15 | #include "qkxaudiocapture.h" 16 | 17 | class QKxWinAudioCapture : public QKxAudioCapture 18 | { 19 | Q_OBJECT 20 | public: 21 | explicit QKxWinAudioCapture(QObject *parent = nullptr); 22 | virtual ~QKxWinAudioCapture(); 23 | private: 24 | int findDefaultLoopbackDevice(); 25 | 26 | }; 27 | 28 | #endif // QKXWINAUDIOCAPTURE_H 29 | -------------------------------------------------------------------------------- /kxcap/qkxwinclipboard.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXWINCLIPBOARD_H 13 | #define QKXWINCLIPBOARD_H 14 | 15 | #include "qkxclipboard.h" 16 | #include 17 | 18 | 19 | class QKxWinClipboard : public QKxClipboard 20 | { 21 | public: 22 | explicit QKxWinClipboard(QObject *parent = nullptr); 23 | virtual ~QKxWinClipboard(); 24 | private: 25 | virtual QString text() const; 26 | }; 27 | 28 | #endif // QKXWINCLIPBOARD_H 29 | -------------------------------------------------------------------------------- /kxcap/qkxx11clipboard.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXX11CLIPBOARD_H 13 | #define QKXX11CLIPBOARD_H 14 | 15 | #include "qkxclipboard.h" 16 | #include 17 | 18 | 19 | class QKxX11Clipboard : public QKxClipboard 20 | { 21 | public: 22 | explicit QKxX11Clipboard(QObject *parent = nullptr); 23 | virtual ~QKxX11Clipboard(); 24 | private: 25 | virtual QString text() const; 26 | }; 27 | 28 | #endif // QKXX11CLIPBOARD_H 29 | -------------------------------------------------------------------------------- /kxcap/qkxx11screencapture.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXX11SCREENCAPTURE_H 13 | #define QKXX11SCREENCAPTURE_H 14 | 15 | #include "qkxscreencapture.h" 16 | 17 | class QKxX11ScreenCapture : public QKxScreenCapture 18 | { 19 | public: 20 | public: 21 | explicit QKxX11ScreenCapture(int screenIndex, const QRect& rt, const QRect& imgRt, QObject *parent = nullptr); 22 | private: 23 | virtual int running(); 24 | }; 25 | 26 | #endif // QKXX11SCREENCAPTURE_H 27 | -------------------------------------------------------------------------------- /kxcap/resample/config.h: -------------------------------------------------------------------------------- 1 | /* src/config.h. Generated from configtemplate.h by configure. */ 2 | /* Run configure to generate config.h automatically on any 3 | system supported by GNU autoconf. For all other systems, 4 | use this file as a template to create config.h 5 | */ 6 | 7 | #define HAVE_INTTYPES_H 1 8 | 9 | -------------------------------------------------------------------------------- /kxcap/resample/configtemplate.h: -------------------------------------------------------------------------------- 1 | /* Run configure to generate config.h automatically on any 2 | system supported by GNU autoconf. For all other systems, 3 | use this file as a template to create config.h 4 | */ 5 | 6 | #undef HAVE_INTTYPES_H 7 | 8 | -------------------------------------------------------------------------------- /kxcap/resample/filterkit.h: -------------------------------------------------------------------------------- 1 | /********************************************************************** 2 | 3 | resamplesubs.c 4 | 5 | Real-time library interface by Dominic Mazzoni 6 | 7 | Based on resample-1.7: 8 | http://www-ccrma.stanford.edu/~jos/resample/ 9 | 10 | License: LGPL - see the file LICENSE.txt for more information 11 | 12 | **********************************************************************/ 13 | 14 | /* Definitions */ 15 | #include "resample_defs.h" 16 | 17 | /* 18 | * FilterUp() - Applies a filter to a given sample when up-converting. 19 | * FilterUD() - Applies a filter to a given sample when up- or down- 20 | */ 21 | 22 | float lrsFilterUp(float Imp[], float ImpD[], UWORD Nwing, BOOL Interp, 23 | float *Xp, double Ph, int Inc); 24 | 25 | float lrsFilterUD(float Imp[], float ImpD[], UWORD Nwing, BOOL Interp, 26 | float *Xp, double Ph, int Inc, double dhb); 27 | 28 | void lrsLpFilter(double c[], int N, double frq, double Beta, int Num); 29 | -------------------------------------------------------------------------------- /kxcap/resource/skin.fw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxcap/resource/skin.fw.png -------------------------------------------------------------------------------- /kxcap/resource/skin/configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxcap/resource/skin/configure.png -------------------------------------------------------------------------------- /kxcap/resource/skin/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxcap/resource/skin/exit.png -------------------------------------------------------------------------------- /kxcap/resource/skin/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxcap/resource/skin/eye.png -------------------------------------------------------------------------------- /kxcap/resource/skin/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxcap/resource/skin/play.png -------------------------------------------------------------------------------- /kxcap/resource/skin/product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxcap/resource/skin/product.png -------------------------------------------------------------------------------- /kxcap/resource/skin/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxcap/resource/skin/reload.png -------------------------------------------------------------------------------- /kxcap/resource/skin/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxcap/resource/skin/stop.png -------------------------------------------------------------------------------- /kxcap/resource/skin/vncserver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxcap/resource/skin/vncserver.png -------------------------------------------------------------------------------- /kxcap/resource/skin/vncserver2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxcap/resource/skin/vncserver2.png -------------------------------------------------------------------------------- /kxcap/resource/skin/wovncserver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxcap/resource/skin/wovncserver.png -------------------------------------------------------------------------------- /kxcap/resource/vncserver.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxcap/resource/vncserver.ico -------------------------------------------------------------------------------- /kxcap/resource/wovncserver.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxcap/resource/wovncserver.icns -------------------------------------------------------------------------------- /kxftp/qkxftp.qrc: -------------------------------------------------------------------------------- 1 | 2 | 3 | resource/skin/back.png 4 | resource/skin/folder.png 5 | resource/skin/forward.png 6 | resource/skin/home.png 7 | resource/skin/reload.png 8 | resource/skin/copy.png 9 | resource/skin/download.png 10 | resource/skin/login.png 11 | resource/skin/pause.png 12 | resource/skin/remove.png 13 | resource/skin/removeall.png 14 | resource/skin/start.png 15 | resource/skin/startall.png 16 | resource/skin/stopall.png 17 | resource/skin/upload.png 18 | resource/skin/right.png 19 | resource/skin/time.png 20 | resource/skin/transfer.png 21 | 22 | 23 | -------------------------------------------------------------------------------- /kxftp/qkxftp_share.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXFTP_SHARE_H 13 | #define QKXFTP_SHARE_H 14 | 15 | #if defined(KXFTP_LIBRARY) 16 | # define KXFTP_EXPORT Q_DECL_EXPORT 17 | #else 18 | # define KXFTP_EXPORT Q_DECL_IMPORT 19 | #endif 20 | 21 | #endif // QKXNET_SHARE_H 22 | -------------------------------------------------------------------------------- /kxftp/qkxftpserver.cpp: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #include "qkxftpserver.h" 13 | #include "qkxftpclient.h" 14 | 15 | #include "qkxftp_private.h" 16 | #include "qkxftpserverprivate.h" 17 | 18 | #include 19 | #include 20 | #include 21 | #include 22 | #include 23 | 24 | QKxFtpServer::QKxFtpServer(const QString& envName) 25 | : QObject(nullptr) 26 | { 27 | m_prv = new QKxFtpServerPrivate(envName); 28 | } 29 | 30 | QKxFtpServer::~QKxFtpServer() 31 | { 32 | delete m_prv; 33 | } 34 | -------------------------------------------------------------------------------- /kxftp/resource/skin/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/back.png -------------------------------------------------------------------------------- /kxftp/resource/skin/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/copy.png -------------------------------------------------------------------------------- /kxftp/resource/skin/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/download.png -------------------------------------------------------------------------------- /kxftp/resource/skin/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/folder.png -------------------------------------------------------------------------------- /kxftp/resource/skin/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/forward.png -------------------------------------------------------------------------------- /kxftp/resource/skin/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/home.png -------------------------------------------------------------------------------- /kxftp/resource/skin/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/login.png -------------------------------------------------------------------------------- /kxftp/resource/skin/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/pause.png -------------------------------------------------------------------------------- /kxftp/resource/skin/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/reload.png -------------------------------------------------------------------------------- /kxftp/resource/skin/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/remove.png -------------------------------------------------------------------------------- /kxftp/resource/skin/removeall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/removeall.png -------------------------------------------------------------------------------- /kxftp/resource/skin/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/right.png -------------------------------------------------------------------------------- /kxftp/resource/skin/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/start.png -------------------------------------------------------------------------------- /kxftp/resource/skin/startall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/startall.png -------------------------------------------------------------------------------- /kxftp/resource/skin/stopall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/stopall.png -------------------------------------------------------------------------------- /kxftp/resource/skin/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/time.png -------------------------------------------------------------------------------- /kxftp/resource/skin/transfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/transfer.png -------------------------------------------------------------------------------- /kxftp/resource/skin/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxftp/resource/skin/upload.png -------------------------------------------------------------------------------- /kxpty/qkxpty.cpp: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #include "qkxpty.h" 13 | 14 | QKxPty::QKxPty(QObject *parent) 15 | : QObject(parent) 16 | { 17 | 18 | } 19 | -------------------------------------------------------------------------------- /kxpty/qkxpty.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXPTY_H 13 | #define QKXPTY_H 14 | 15 | #include "qkxpty_share.h" 16 | 17 | #include 18 | 19 | class KXPTY_EXPORT QKxPty : public QObject 20 | { 21 | Q_OBJECT 22 | public: 23 | explicit QKxPty(QObject *parent = nullptr); 24 | 25 | signals: 26 | 27 | public slots: 28 | }; 29 | 30 | #endif // QKXPTY_H 31 | -------------------------------------------------------------------------------- /kxpty/qkxpty_private.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXPTY_PRIVATE_H 13 | #define QKXPTY_PRIVATE_H 14 | 15 | #endif 16 | -------------------------------------------------------------------------------- /kxpty/qkxpty_share.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXPTY_SHARE_H 13 | #define QKXPTY_SHARE_H 14 | 15 | #if defined(KXPTY_LIBRARY) 16 | # define KXPTY_EXPORT Q_DECL_EXPORT 17 | #else 18 | # define KXPTY_EXPORT Q_DECL_IMPORT 19 | #endif 20 | 21 | #endif // QKXPTY_SHARE_H 22 | -------------------------------------------------------------------------------- /kxpty/qkxptyserver.cpp: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #include "qkxptyserver.h" 13 | #include "qkxptyserverprivate.h" 14 | 15 | QKxPtyServer::QKxPtyServer(const QString &envName, QObject *parent) 16 | : QObject(parent) 17 | { 18 | m_prv = new QKxPtyServerPrivate(envName); 19 | } 20 | 21 | QKxPtyServer::~QKxPtyServer() 22 | { 23 | delete m_prv; 24 | } 25 | -------------------------------------------------------------------------------- /kxpty/qkxptyserver.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXPTYSERVER_H 13 | #define QKXPTYSERVER_H 14 | #include "qkxpty_share.h" 15 | 16 | #include 17 | #include 18 | 19 | class QKxPtyServerPrivate; 20 | class KXPTY_EXPORT QKxPtyServer : public QObject 21 | { 22 | Q_OBJECT 23 | public: 24 | explicit QKxPtyServer(const QString& envName, QObject *parent = nullptr); 25 | virtual ~QKxPtyServer(); 26 | signals: 27 | private: 28 | QPointer m_prv; 29 | }; 30 | 31 | #endif // QKXPTYSERVER_H 32 | -------------------------------------------------------------------------------- /kxterm/font/CourierNew.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxterm/font/CourierNew.ttf -------------------------------------------------------------------------------- /kxterm/font/CourierNewBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxterm/font/CourierNewBold.ttf -------------------------------------------------------------------------------- /kxterm/image/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxterm/image/close.png -------------------------------------------------------------------------------- /kxterm/image/find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxterm/image/find.png -------------------------------------------------------------------------------- /kxterm/image/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxterm/image/next.png -------------------------------------------------------------------------------- /kxterm/image/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxterm/image/prev.png -------------------------------------------------------------------------------- /kxterm/image/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxterm/image/search.png -------------------------------------------------------------------------------- /kxterm/image/triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoyiduo/feidesk/2d5ac9e1727a4b9d358b2eaa75557140869cf112/kxterm/image/triangle.png -------------------------------------------------------------------------------- /kxterm/keysym2ucs.h: -------------------------------------------------------------------------------- 1 | /* $XFree86: xc/programs/xterm/keysym2ucs.h,v 1.1 1999/06/12 15:37:18 dawes Exp $ */ 2 | /* 3 | * This module converts keysym values into the corresponding ISO 10646-1 4 | * (UCS, Unicode) values. 5 | */ 6 | 7 | #include 8 | 9 | long keysym2ucs(KeySym keysym); 10 | -------------------------------------------------------------------------------- /kxterm/qkxterm_share.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXTERM_SHARE_H 13 | #define QKXTERM_SHARE_H 14 | 15 | #ifdef QTERM_LIBRARY 16 | #define QTERM_EXPORT Q_DECL_EXPORT 17 | #else 18 | #define QTERM_EXPORT Q_DECL_IMPORT 19 | #endif 20 | 21 | #endif // QKXTERM_SHARE_H 22 | -------------------------------------------------------------------------------- /kxterm/theme/3024 Day.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=3024 Day 4 | ColorForeground=#4a4543 5 | ColorBackground=#f7f7f7 6 | ColorCursor=#4a4543 7 | ColorPalette=#090300;#db2d20;#01a252;#fded02;#01a0e4;#a16a94;#b5e4f4;#a5a2a2;#5c5855;#e8bbd0;#3a3432;#4a4543;#807d7c;#d6d5d4;#cdab53;#f7f7f7 8 | -------------------------------------------------------------------------------- /kxterm/theme/3024 Night.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=3024 Night 4 | ColorForeground=#a5a2a2 5 | ColorBackground=#090300 6 | ColorCursor=#a5a2a2 7 | ColorPalette=#090300;#db2d20;#01a252;#fded02;#01a0e4;#a16a94;#b5e4f4;#a5a2a2;#5c5855;#e8bbd0;#3a3432;#4a4543;#807d7c;#d6d5d4;#cdab53;#f7f7f7 8 | -------------------------------------------------------------------------------- /kxterm/theme/AdventureTime.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=AdventureTime 4 | ColorForeground=#f8dcc0 5 | ColorBackground=#1f1d45 6 | ColorCursor=#efbf38 7 | ColorPalette=#050404;#bd0013;#4ab118;#e7741e;#0f4ac6;#665993;#70a598;#f8dcc0;#4e7cbf;#fc5f5a;#9eff6e;#efc11a;#1997c6;#9b5953;#c8faf4;#f6f5fb 8 | -------------------------------------------------------------------------------- /kxterm/theme/Afterglow.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Afterglow 4 | ColorForeground=#d0d0d0 5 | ColorBackground=#212121 6 | ColorCursor=#d0d0d0 7 | ColorPalette=#151515;#ac4142;#7e8e50;#e5b567;#6c99bb;#9f4e85;#7dd6cf;#d0d0d0;#505050;#ac4142;#7e8e50;#e5b567;#6c99bb;#9f4e85;#7dd6cf;#f5f5f5 8 | -------------------------------------------------------------------------------- /kxterm/theme/AlienBlood.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=AlienBlood 4 | ColorForeground=#637d75 5 | ColorBackground=#0f1610 6 | ColorCursor=#73fa91 7 | ColorPalette=#112616;#7f2b27;#2f7e25;#717f24;#2f6a7f;#47587f;#327f77;#647d75;#3c4812;#e08009;#18e000;#bde000;#00aae0;#0058e0;#00e0c4;#73fa91 8 | -------------------------------------------------------------------------------- /kxterm/theme/Andromeda.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Andromeda 4 | ColorForeground=#e5e5e5 5 | ColorBackground=#262a33 6 | ColorCursor=#f8f8f0 7 | ColorPalette=#000000;#cd3131;#05bc79;#e5e512;#2472c8;#bc3fbc;#0fa8cd;#e5e5e5;#666666;#cd3131;#05bc79;#e5e512;#2472c8;#bc3fbc;#0fa8cd;#e5e5e5 8 | -------------------------------------------------------------------------------- /kxterm/theme/Argonaut.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Argonaut 4 | ColorForeground=#fffaf4 5 | ColorBackground=#0e1019 6 | ColorCursor=#ff0018 7 | ColorPalette=#232323;#ff000f;#8ce10b;#ffb900;#008df8;#6d43a6;#00d8eb;#ffffff;#444444;#ff2740;#abe15b;#ffd242;#0092ff;#9a5feb;#67fff0;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Arthur.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Arthur 4 | ColorForeground=#ddeedd 5 | ColorBackground=#1c1c1c 6 | ColorCursor=#e2bbef 7 | ColorPalette=#3d352a;#cd5c5c;#86af80;#e8ae5b;#6495ed;#deb887;#b0c4de;#bbaa99;#554444;#cc5533;#88aa22;#ffa75d;#87ceeb;#996600;#b0c4de;#ddccbb 8 | -------------------------------------------------------------------------------- /kxterm/theme/AtelierSulphurpool.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=AtelierSulphurpool 4 | ColorForeground=#979db4 5 | ColorBackground=#202746 6 | ColorCursor=#979db4 7 | ColorPalette=#202746;#c94922;#ac9739;#c08b30;#3d8fd1;#6679cc;#22a2c9;#979db4;#6b7394;#c76b29;#293256;#5e6687;#898ea4;#dfe2f1;#9c637a;#f5f7ff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Atom.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Atom 4 | ColorForeground=#c5c8c6 5 | ColorBackground=#161719 6 | ColorCursor=#d0d0d0 7 | ColorPalette=#000000;#fd5ff1;#87c38a;#ffd7b1;#85befd;#b9b6fc;#85befd;#e0e0e0;#000000;#fd5ff1;#94fa36;#f5ffa8;#96cbfe;#b9b6fc;#85befd;#e0e0e0 8 | -------------------------------------------------------------------------------- /kxterm/theme/AtomOneLight.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=AtomOneLight 4 | ColorForeground=#2a2c33 5 | ColorBackground=#f9f9f9 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#000000;#de3e35;#3f953a;#d2b67c;#2f5af3;#950095;#3f953a;#bbbbbb;#000000;#de3e35;#3f953a;#d2b67c;#2f5af3;#a00095;#3f953a;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Banana Blueberry.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Banana Blueberry 4 | ColorForeground=#cccccc 5 | ColorBackground=#191323 6 | ColorCursor=#e07d13 7 | ColorPalette=#17141f;#ff6b7f;#00bd9c;#e6c62f;#22e8df;#dc396a;#56b6c2;#f1f1f1;#495162;#fe9ea1;#98c379;#f9e46b;#91fff4;#da70d6;#bcf3ff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Batman.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Batman 4 | ColorForeground=#6f6f6f 5 | ColorBackground=#1b1d1e 6 | ColorCursor=#fcef0c 7 | ColorPalette=#1b1d1e;#e6dc44;#c8be46;#f4fd22;#737174;#747271;#62605f;#c6c5bf;#505354;#fff78e;#fff27d;#feed6c;#919495;#9a9a9d;#a3a3a6;#dadbd6 8 | -------------------------------------------------------------------------------- /kxterm/theme/Belafonte Day.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Belafonte Day 4 | ColorForeground=#45373c 5 | ColorBackground=#d5ccba 6 | ColorCursor=#45373c 7 | ColorPalette=#20111b;#be100e;#858162;#eaa549;#426a79;#97522c;#989a9c;#968c83;#5e5252;#be100e;#858162;#eaa549;#426a79;#97522c;#989a9c;#d5ccba 8 | -------------------------------------------------------------------------------- /kxterm/theme/Belafonte Night.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Belafonte Night 4 | ColorForeground=#968c83 5 | ColorBackground=#20111b 6 | ColorCursor=#968c83 7 | ColorPalette=#20111b;#be100e;#858162;#eaa549;#426a79;#97522c;#989a9c;#968c83;#5e5252;#be100e;#858162;#eaa549;#426a79;#97522c;#989a9c;#d5ccba 8 | -------------------------------------------------------------------------------- /kxterm/theme/BirdsOfParadise.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=BirdsOfParadise 4 | ColorForeground=#e0dbb7 5 | ColorBackground=#2a1f1d 6 | ColorCursor=#573d26 7 | ColorPalette=#573d26;#be2d26;#6ba18a;#e99d2a;#5a86ad;#ac80a6;#74a6ad;#e0dbb7;#9b6c4a;#e84627;#95d8ba;#d0d150;#b8d3ed;#d19ecb;#93cfd7;#fff9d5 8 | -------------------------------------------------------------------------------- /kxterm/theme/Blazer.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Blazer 4 | ColorForeground=#d9e6f2 5 | ColorBackground=#0d1926 6 | ColorCursor=#d9e6f2 7 | ColorPalette=#000000;#b87a7a;#7ab87a;#b8b87a;#7a7ab8;#b87ab8;#7ab8b8;#d9d9d9;#262626;#dbbdbd;#bddbbd;#dbdbbd;#bdbddb;#dbbddb;#bddbdb;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Blue Matrix.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Blue Matrix 4 | ColorForeground=#00a2ff 5 | ColorBackground=#101116 6 | ColorCursor=#76ff9f 7 | ColorPalette=#101116;#ff5680;#00ff9c;#fffc58;#00b0ff;#d57bff;#76c1ff;#c7c7c7;#686868;#ff6e67;#5ffa68;#fffc67;#6871ff;#d682ec;#60fdff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/BlueBerryPie.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=BlueBerryPie 4 | ColorForeground=#babab9 5 | ColorBackground=#1c0c28 6 | ColorCursor=#fcfad6 7 | ColorPalette=#0a4c62;#99246e;#5cb1b3;#eab9a8;#90a5bd;#9d54a7;#7e83cc;#f0e8d6;#201637;#c87272;#0a6c7e;#7a3188;#39173d;#bc94b7;#5e6071;#0a6c7e 8 | -------------------------------------------------------------------------------- /kxterm/theme/BlulocoDark.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=BlulocoDark 4 | ColorForeground=#abb2bf 5 | ColorBackground=#1e2127 6 | ColorCursor=#fec309 7 | ColorPalette=#4a505d;#f81141;#23974a;#fd7e57;#285bff;#8c62fd;#366f9a;#ccd5e5;#61697a;#fc4a6d;#37bd58;#f6be48;#199ffd;#fc58f6;#50acae;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/BlulocoLight.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=BlulocoLight 4 | ColorForeground=#2a2c33 5 | ColorBackground=#f7f7f7 6 | ColorCursor=#ed0047 7 | ColorPalette=#cbccd5;#c90e42;#21883a;#d54d17;#1e44dd;#6d1bed;#1f4d7a;#000000;#dedfe8;#fc4a6d;#34b354;#b89427;#1085d9;#c00db3;#5b80ad;#1d1d22 8 | -------------------------------------------------------------------------------- /kxterm/theme/Borland.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Borland 4 | ColorForeground=#ffff4e 5 | ColorBackground=#0000a4 6 | ColorCursor=#ffa560 7 | ColorPalette=#4f4f4f;#ff6c60;#a8ff60;#ffffb6;#96cbfe;#ff73fd;#c6c5fe;#eeeeee;#7c7c7c;#ffb6b0;#ceffac;#ffffcc;#b5dcff;#ff9cfe;#dfdffe;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Breeze.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Breeze 4 | ColorForeground=#eff0f1 5 | ColorBackground=#31363b 6 | ColorCursor=#eff0f1 7 | ColorPalette=#31363b;#ed1515;#11d116;#f67400;#1d99f3;#9b59b6;#1abc9c;#eff0f1;#7f8c8d;#c0392b;#1cdc9a;#fdbc4b;#3daee9;#8e44ad;#16a085;#fcfcfc 8 | -------------------------------------------------------------------------------- /kxterm/theme/Bright Lights.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Bright Lights 4 | ColorForeground=#b3c9d7 5 | ColorBackground=#191919 6 | ColorCursor=#f34b00 7 | ColorPalette=#191919;#ff355b;#b7e876;#ffc251;#76d4ff;#ba76e7;#6cbfb5;#c2c8d7;#191919;#ff355b;#b7e876;#ffc251;#76d5ff;#ba76e7;#6cbfb5;#c2c8d7 8 | -------------------------------------------------------------------------------- /kxterm/theme/Broadcast.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Broadcast 4 | ColorForeground=#e6e1dc 5 | ColorBackground=#2b2b2b 6 | ColorCursor=#ffffff 7 | ColorPalette=#000000;#da4939;#519f50;#ffd24a;#6d9cbe;#d0d0ff;#6e9cbe;#ffffff;#323232;#ff7b6b;#83d182;#ffff7c;#9fcef0;#ffffff;#a0cef0;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Brogrammer.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Brogrammer 4 | ColorForeground=#d6dbe5 5 | ColorBackground=#131313 6 | ColorCursor=#b9b9b9 7 | ColorPalette=#1f1f1f;#f81118;#2dc55e;#ecba0f;#2a84d2;#4e5ab7;#1081d6;#d6dbe5;#d6dbe5;#de352e;#1dd361;#f3bd09;#1081d6;#5350b9;#0f7ddb;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Builtin Dark.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Builtin Dark 4 | ColorForeground=#bbbbbb 5 | ColorBackground=#000000 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#000000;#bb0000;#00bb00;#bbbb00;#0000bb;#bb00bb;#00bbbb;#bbbbbb;#555555;#ff5555;#55ff55;#ffff55;#5555ff;#ff55ff;#55ffff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Builtin Light.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Builtin Light 4 | ColorForeground=#000000 5 | ColorBackground=#ffffff 6 | ColorCursor=#000000 7 | ColorPalette=#000000;#bb0000;#00bb00;#bbbb00;#0000bb;#bb00bb;#00bbbb;#bbbbbb;#555555;#ff5555;#55ff55;#ffff55;#5555ff;#ff55ff;#55ffff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Builtin Pastel Dark.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Builtin Pastel Dark 4 | ColorForeground=#bbbbbb 5 | ColorBackground=#000000 6 | ColorCursor=#ffa560 7 | ColorPalette=#4f4f4f;#ff6c60;#a8ff60;#ffffb6;#96cbfe;#ff73fd;#c6c5fe;#eeeeee;#7c7c7c;#ffb6b0;#ceffac;#ffffcc;#b5dcff;#ff9cfe;#dfdffe;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Builtin Solarized Dark.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Builtin Solarized Dark 4 | ColorForeground=#839496 5 | ColorBackground=#002b36 6 | ColorCursor=#839496 7 | ColorPalette=#073642;#dc322f;#859900;#b58900;#268bd2;#d33682;#2aa198;#eee8d5;#002b36;#cb4b16;#586e75;#657b83;#839496;#6c71c4;#93a1a1;#fdf6e3 8 | -------------------------------------------------------------------------------- /kxterm/theme/Builtin Solarized Light.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Builtin Solarized Light 4 | ColorForeground=#657b83 5 | ColorBackground=#fdf6e3 6 | ColorCursor=#657b83 7 | ColorPalette=#073642;#dc322f;#859900;#b58900;#268bd2;#d33682;#2aa198;#eee8d5;#002b36;#cb4b16;#586e75;#657b83;#839496;#6c71c4;#93a1a1;#fdf6e3 8 | -------------------------------------------------------------------------------- /kxterm/theme/Builtin Tango Dark.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Builtin Tango Dark 4 | ColorForeground=#ffffff 5 | ColorBackground=#000000 6 | ColorCursor=#ffffff 7 | ColorPalette=#000000;#cc0000;#4e9a06;#c4a000;#3465a4;#75507b;#06989a;#d3d7cf;#555753;#ef2929;#8ae234;#fce94f;#729fcf;#ad7fa8;#34e2e2;#eeeeec 8 | -------------------------------------------------------------------------------- /kxterm/theme/Builtin Tango Light.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Builtin Tango Light 4 | ColorForeground=#000000 5 | ColorBackground=#ffffff 6 | ColorCursor=#000000 7 | ColorPalette=#000000;#cc0000;#4e9a06;#c4a000;#3465a4;#75507b;#06989a;#d3d7cf;#555753;#ef2929;#8ae234;#fce94f;#729fcf;#ad7fa8;#34e2e2;#eeeeec 8 | -------------------------------------------------------------------------------- /kxterm/theme/C64.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=C64 4 | ColorForeground=#7869c4 5 | ColorBackground=#40318d 6 | ColorCursor=#7869c4 7 | ColorPalette=#090300;#883932;#55a049;#bfce72;#40318d;#8b3f96;#67b6bd;#ffffff;#000000;#883932;#55a049;#bfce72;#40318d;#8b3f96;#67b6bd;#f7f7f7 8 | -------------------------------------------------------------------------------- /kxterm/theme/CLRS.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=CLRS 4 | ColorForeground=#262626 5 | ColorBackground=#ffffff 6 | ColorCursor=#6fd3fc 7 | ColorPalette=#000000;#f8282a;#328a5d;#fa701d;#135cd0;#9f00bd;#33c3c1;#b3b3b3;#555753;#fb0416;#2cc631;#fdd727;#1670ff;#e900b0;#3ad5ce;#eeeeec 8 | -------------------------------------------------------------------------------- /kxterm/theme/Calamity.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Calamity 4 | ColorForeground=#d5ced9 5 | ColorBackground=#2f2833 6 | ColorCursor=#d5ced9 7 | ColorPalette=#2f2833;#fc644d;#a5f69c;#e9d7a5;#3b79c7;#f92672;#74d3de;#d5ced9;#7e6c88;#fc644d;#a5f69c;#e9d7a5;#3b79c7;#f92672;#74d3de;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Chalk.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Chalk 4 | ColorForeground=#d2d8d9 5 | ColorBackground=#2b2d2e 6 | ColorCursor=#708284 7 | ColorPalette=#7d8b8f;#b23a52;#789b6a;#b9ac4a;#2a7fac;#bd4f5a;#44a799;#d2d8d9;#888888;#f24840;#80c470;#ffeb62;#4196ff;#fc5275;#53cdbd;#d2d8d9 8 | -------------------------------------------------------------------------------- /kxterm/theme/Chalkboard.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Chalkboard 4 | ColorForeground=#d9e6f2 5 | ColorBackground=#29262f 6 | ColorCursor=#d9e6f2 7 | ColorPalette=#000000;#c37372;#72c373;#c2c372;#7372c3;#c372c2;#72c2c3;#d9d9d9;#323232;#dbaaaa;#aadbaa;#dadbaa;#aaaadb;#dbaada;#aadadb;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/ChallengerDeep.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=ChallengerDeep 4 | ColorForeground=#cbe1e7 5 | ColorBackground=#1e1c31 6 | ColorCursor=#fbfcfc 7 | ColorPalette=#141228;#ff5458;#62d196;#ffb378;#65b2ff;#906cff;#63f2f1;#a6b3cc;#565575;#ff8080;#95ffa4;#ffe9aa;#91ddff;#c991e1;#aaffe4;#cbe3e7 8 | -------------------------------------------------------------------------------- /kxterm/theme/Chester.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Chester 4 | ColorForeground=#ffffff 5 | ColorBackground=#2c3643 6 | ColorCursor=#b4b1b1 7 | ColorPalette=#080200;#fa5e5b;#16c98d;#ffc83f;#288ad6;#d34590;#28ddde;#e7e7e7;#6f6b68;#fa5e5b;#16c98d;#feef6d;#278ad6;#d34590;#27dede;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Ciapre.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Ciapre 4 | ColorForeground=#aea47a 5 | ColorBackground=#191c27 6 | ColorCursor=#92805b 7 | ColorPalette=#181818;#810009;#48513b;#cc8b3f;#576d8c;#724d7c;#5c4f4b;#aea47f;#555555;#ac3835;#a6a75d;#dcdf7c;#3097c6;#d33061;#f3dbb2;#f4f4f4 8 | -------------------------------------------------------------------------------- /kxterm/theme/Cobalt Neon.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Cobalt Neon 4 | ColorForeground=#8ff586 5 | ColorBackground=#142838 6 | ColorCursor=#c4206f 7 | ColorPalette=#142631;#ff2320;#3ba5ff;#e9e75c;#8ff586;#781aa0;#8ff586;#ba46b2;#fff688;#d4312e;#8ff586;#e9f06d;#3c7dd2;#8230a7;#6cbc67;#8ff586 8 | -------------------------------------------------------------------------------- /kxterm/theme/Cobalt2.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Cobalt2 4 | ColorForeground=#ffffff 5 | ColorBackground=#132738 6 | ColorCursor=#f0cc09 7 | ColorPalette=#000000;#ff0000;#38de21;#ffe50a;#1460d2;#ff005d;#00bbbb;#bbbbbb;#555555;#f40e17;#3bd01d;#edc809;#5555ff;#ff55ff;#6ae3fa;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/CrayonPonyFish.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=CrayonPonyFish 4 | ColorForeground=#68525a 5 | ColorBackground=#150707 6 | ColorCursor=#68525a 7 | ColorPalette=#2b1b1d;#91002b;#579524;#ab311b;#8c87b0;#692f50;#e8a866;#68525a;#3d2b2e;#c5255d;#8dff57;#c8381d;#cfc9ff;#fc6cba;#ffceaf;#b0949d 8 | -------------------------------------------------------------------------------- /kxterm/theme/Cyberdyne.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Cyberdyne 4 | ColorForeground=#00ff92 5 | ColorBackground=#151144 6 | ColorCursor=#00ff9c 7 | ColorPalette=#080808;#ff8373;#00c172;#d2a700;#0071cf;#ff90fe;#6bffdd;#f1f1f1;#2e2e2e;#ffc4be;#d6fcba;#fffed5;#c2e3ff;#ffb2fe;#e6e7fe;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Dark Pastel.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Dark Pastel 4 | ColorForeground=#ffffff 5 | ColorBackground=#000000 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#000000;#ff5555;#55ff55;#ffff55;#5555ff;#ff55ff;#55ffff;#bbbbbb;#555555;#ff5555;#55ff55;#ffff55;#5555ff;#ff55ff;#55ffff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Dark+.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Dark+ 4 | ColorForeground=#cccccc 5 | ColorBackground=#0e0e0e 6 | ColorCursor=#ffffff 7 | ColorPalette=#000000;#cd3131;#0dbc79;#e5e510;#2472c8;#bc3fbc;#11a8cd;#e5e5e5;#666666;#f14c4c;#23d18b;#f5f543;#3b8eea;#d670d6;#29b8db;#e5e5e5 8 | -------------------------------------------------------------------------------- /kxterm/theme/Darkside.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Darkside 4 | ColorForeground=#bababa 5 | ColorBackground=#222324 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#000000;#e8341c;#68c256;#f2d42c;#1c98e8;#8e69c9;#1c98e8;#bababa;#000000;#e05a4f;#77b869;#efd64b;#387cd3;#957bbe;#3d97e2;#bababa 8 | -------------------------------------------------------------------------------- /kxterm/theme/Desert.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Desert 4 | ColorForeground=#ffffff 5 | ColorBackground=#333333 6 | ColorCursor=#00ff00 7 | ColorPalette=#4d4d4d;#ff2b2b;#98fb98;#f0e68c;#cd853f;#ffdead;#ffa0a0;#f5deb3;#555555;#ff5555;#55ff55;#ffff55;#87ceff;#ff55ff;#ffd700;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/DimmedMonokai.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=DimmedMonokai 4 | ColorForeground=#b9bcba 5 | ColorBackground=#1f1f1f 6 | ColorCursor=#f83e19 7 | ColorPalette=#3a3d43;#be3f48;#879a3b;#c5a635;#4f76a1;#855c8d;#578fa4;#b9bcba;#888987;#fb001f;#0f722f;#c47033;#186de3;#fb0067;#2e706d;#fdffb9 8 | -------------------------------------------------------------------------------- /kxterm/theme/DoomOne.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=DoomOne 4 | ColorForeground=#bbc2cf 5 | ColorBackground=#282c34 6 | ColorCursor=#51afef 7 | ColorPalette=#000000;#ff6c6b;#98be65;#ecbe7b;#a9a1e1;#c678dd;#51afef;#bbc2cf;#000000;#ff6655;#99bb66;#ecbe7b;#a9a1e1;#c678dd;#51afef;#bfbfbf 8 | -------------------------------------------------------------------------------- /kxterm/theme/DotGov.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=DotGov 4 | ColorForeground=#ebebeb 5 | ColorBackground=#262c35 6 | ColorCursor=#d9002f 7 | ColorPalette=#191919;#bf091d;#3d9751;#f6bb34;#17b2e0;#7830b0;#8bd2ed;#ffffff;#191919;#bf091d;#3d9751;#f6bb34;#17b2e0;#7830b0;#8bd2ed;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Dracula.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Dracula 4 | ColorForeground=#f8f8f2 5 | ColorBackground=#1e1f29 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#000000;#ff5555;#50fa7b;#f1fa8c;#bd93f9;#ff79c6;#8be9fd;#bbbbbb;#555555;#ff5555;#50fa7b;#f1fa8c;#bd93f9;#ff79c6;#8be9fd;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Duotone Dark.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Duotone Dark 4 | ColorForeground=#b7a1ff 5 | ColorBackground=#1f1d27 6 | ColorCursor=#ff9839 7 | ColorPalette=#1f1d27;#d9393e;#2dcd73;#d9b76e;#ffc284;#de8d40;#2488ff;#b7a1ff;#353147;#d9393e;#2dcd73;#d9b76e;#ffc284;#de8d40;#2488ff;#eae5ff 8 | -------------------------------------------------------------------------------- /kxterm/theme/ENCOM.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=ENCOM 4 | ColorForeground=#00a595 5 | ColorBackground=#000000 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#000000;#9f0000;#008b00;#ffd000;#0081ff;#bc00ca;#008b8b;#bbbbbb;#555555;#ff0000;#00ee00;#ffff00;#0000ff;#ff00ff;#00cdcd;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Earthsong.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Earthsong 4 | ColorForeground=#e5c7a9 5 | ColorBackground=#292520 6 | ColorCursor=#f6f7ec 7 | ColorPalette=#121418;#c94234;#85c54c;#f5ae2e;#1398b9;#d0633d;#509552;#e5c6aa;#675f54;#ff645a;#98e036;#e0d561;#5fdaff;#ff9269;#84f088;#f6f7ec 8 | -------------------------------------------------------------------------------- /kxterm/theme/Elemental.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Elemental 4 | ColorForeground=#807a74 5 | ColorBackground=#22211d 6 | ColorCursor=#facb80 7 | ColorPalette=#3c3c30;#98290f;#479a43;#7f7111;#497f7d;#7f4e2f;#387f58;#807974;#555445;#e0502a;#61e070;#d69927;#79d9d9;#cd7c54;#59d599;#fff1e9 8 | -------------------------------------------------------------------------------- /kxterm/theme/Elementary.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Elementary 4 | ColorForeground=#efefef 5 | ColorBackground=#181818 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#242424;#d71c15;#5aa513;#fdb40c;#063b8c;#e40038;#2595e1;#efefef;#4b4b4b;#fc1c18;#6bc219;#fec80e;#0955ff;#fb0050;#3ea8fc;#8c00ec 8 | -------------------------------------------------------------------------------- /kxterm/theme/Espresso Libre.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Espresso Libre 4 | ColorForeground=#b8a898 5 | ColorBackground=#2a211c 6 | ColorCursor=#ffffff 7 | ColorPalette=#000000;#cc0000;#1a921c;#f0e53a;#0066ff;#c5656b;#06989a;#d3d7cf;#555753;#ef2929;#9aff87;#fffb5c;#43a8ed;#ff818a;#34e2e2;#eeeeec 8 | -------------------------------------------------------------------------------- /kxterm/theme/Espresso.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Espresso 4 | ColorForeground=#ffffff 5 | ColorBackground=#323232 6 | ColorCursor=#d6d6d6 7 | ColorPalette=#353535;#d25252;#a5c261;#ffc66d;#6c99bb;#d197d9;#bed6ff;#eeeeec;#535353;#f00c0c;#c2e075;#e1e48b;#8ab7d9;#efb5f7;#dcf4ff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Fahrenheit.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Fahrenheit 4 | ColorForeground=#ffffce 5 | ColorBackground=#000000 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#1d1d1d;#cda074;#9e744d;#fecf75;#720102;#734c4d;#979797;#ffffce;#000000;#fecea0;#cc734d;#fd9f4d;#cb4a05;#4e739f;#fed04d;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Fideloper.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Fideloper 4 | ColorForeground=#dbdae0 5 | ColorBackground=#292f33 6 | ColorCursor=#d4605a 7 | ColorPalette=#292f33;#cb1e2d;#edb8ac;#b7ab9b;#2e78c2;#c0236f;#309186;#eae3ce;#092028;#d4605a;#d4605a;#a86671;#7c85c4;#5c5db2;#819090;#fcf4df 8 | -------------------------------------------------------------------------------- /kxterm/theme/FirefoxDev.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=FirefoxDev 4 | ColorForeground=#7c8fa4 5 | ColorBackground=#0e1011 6 | ColorCursor=#708284 7 | ColorPalette=#002831;#e63853;#5eb83c;#a57706;#359ddf;#d75cff;#4b73a2;#dcdcdc;#001e27;#e1003f;#1d9000;#cd9409;#006fc0;#a200da;#005794;#e2e2e2 8 | -------------------------------------------------------------------------------- /kxterm/theme/Firewatch.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Firewatch 4 | ColorForeground=#9ba2b2 5 | ColorBackground=#1e2027 6 | ColorCursor=#f6f7ec 7 | ColorPalette=#585f6d;#d95360;#5ab977;#dfb563;#4d89c4;#d55119;#44a8b6;#e6e5ff;#585f6d;#d95360;#5ab977;#dfb563;#4c89c5;#d55119;#44a8b6;#e6e5ff 8 | -------------------------------------------------------------------------------- /kxterm/theme/FishTank.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=FishTank 4 | ColorForeground=#ecf0fe 5 | ColorBackground=#232537 6 | ColorCursor=#fecd5e 7 | ColorPalette=#03073c;#c6004a;#acf157;#fecd5e;#525fb8;#986f82;#968763;#ecf0fc;#6c5b30;#da4b8a;#dbffa9;#fee6a9;#b2befa;#fda5cd;#a5bd86;#f6ffec 8 | -------------------------------------------------------------------------------- /kxterm/theme/Flat.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Flat 4 | ColorForeground=#2cc55d 5 | ColorBackground=#002240 6 | ColorCursor=#e5be0c 7 | ColorPalette=#222d3f;#a82320;#32a548;#e58d11;#3167ac;#781aa0;#2c9370;#b0b6ba;#212c3c;#d4312e;#2d9440;#e5be0c;#3c7dd2;#8230a7;#35b387;#e7eced 8 | -------------------------------------------------------------------------------- /kxterm/theme/Flatland.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Flatland 4 | ColorForeground=#b8dbef 5 | ColorBackground=#1d1f21 6 | ColorCursor=#708284 7 | ColorPalette=#1d1d19;#f18339;#9fd364;#f4ef6d;#5096be;#695abc;#d63865;#ffffff;#1d1d19;#d22a24;#a7d42c;#ff8949;#61b9d0;#695abc;#d63865;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Floraverse.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Floraverse 4 | ColorForeground=#dbd1b9 5 | ColorBackground=#0e0d15 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#08002e;#64002c;#5d731a;#cd751c;#1d6da1;#b7077e;#42a38c;#f3e0b8;#331e4d;#d02063;#b4ce59;#fac357;#40a4cf;#f12aae;#62caa8;#fff5db 8 | -------------------------------------------------------------------------------- /kxterm/theme/ForestBlue.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=ForestBlue 4 | ColorForeground=#e2d8cd 5 | ColorBackground=#051519 6 | ColorCursor=#9e9ecb 7 | ColorPalette=#333333;#f8818e;#92d3a2;#1a8e63;#8ed0ce;#5e468c;#31658c;#e2d8cd;#3d3d3d;#fb3d66;#6bb48d;#30c85a;#39a7a2;#7e62b3;#6096bf;#e2d8cd 8 | -------------------------------------------------------------------------------- /kxterm/theme/Framer.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Framer 4 | ColorForeground=#777777 5 | ColorBackground=#111111 6 | ColorCursor=#fcdc08 7 | ColorPalette=#141414;#ff5555;#98ec65;#ffcc33;#00aaff;#aa88ff;#88ddff;#cccccc;#414141;#ff8888;#b6f292;#ffd966;#33bbff;#cebbff;#bbecff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/FrontEndDelight.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=FrontEndDelight 4 | ColorForeground=#adadad 5 | ColorBackground=#1b1c1d 6 | ColorCursor=#cdcdcd 7 | ColorPalette=#242526;#f8511b;#565747;#fa771d;#2c70b7;#f02e4f;#3ca1a6;#adadad;#5fac6d;#f74319;#74ec4c;#fdc325;#3393ca;#e75e4f;#4fbce6;#8c735b 8 | -------------------------------------------------------------------------------- /kxterm/theme/FunForrest.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=FunForrest 4 | ColorForeground=#dec165 5 | ColorBackground=#251200 6 | ColorCursor=#e5591c 7 | ColorPalette=#000000;#d6262b;#919c00;#be8a13;#4699a3;#8d4331;#da8213;#ddc265;#7f6a55;#e55a1c;#bfc65a;#ffcb1b;#7cc9cf;#d26349;#e6a96b;#ffeaa3 8 | -------------------------------------------------------------------------------- /kxterm/theme/Galaxy.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Galaxy 4 | ColorForeground=#ffffff 5 | ColorBackground=#1d2837 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#000000;#f9555f;#21b089;#fef02a;#589df6;#944d95;#1f9ee7;#bbbbbb;#555555;#fa8c8f;#35bb9a;#ffff55;#589df6;#e75699;#3979bc;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Github.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Github 4 | ColorForeground=#3e3e3e 5 | ColorBackground=#f4f4f4 6 | ColorCursor=#3f3f3f 7 | ColorPalette=#3e3e3e;#970b16;#07962a;#f8eec7;#003e8a;#e94691;#89d1ec;#ffffff;#666666;#de0000;#87d5a2;#f1d007;#2e6cba;#ffa29f;#1cfafe;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Glacier.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Glacier 4 | ColorForeground=#ffffff 5 | ColorBackground=#0c1115 6 | ColorCursor=#6c6c6c 7 | ColorPalette=#2e343c;#bd0f2f;#35a770;#fb9435;#1f5872;#bd2523;#778397;#ffffff;#404a55;#bd0f2f;#49e998;#fddf6e;#2a8bc1;#ea4727;#a0b6d3;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Grape.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Grape 4 | ColorForeground=#9f9fa1 5 | ColorBackground=#171423 6 | ColorCursor=#a288f7 7 | ColorPalette=#2d283f;#ed2261;#1fa91b;#8ddc20;#487df4;#8d35c9;#3bdeed;#9e9ea0;#59516a;#f0729a;#53aa5e;#b2dc87;#a9bcec;#ad81c2;#9de3eb;#a288f7 8 | -------------------------------------------------------------------------------- /kxterm/theme/Grass.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Grass 4 | ColorForeground=#fff0a5 5 | ColorBackground=#13773d 6 | ColorCursor=#8c2800 7 | ColorPalette=#000000;#bb0000;#00bb00;#e7b000;#0000a3;#950062;#00bbbb;#bbbbbb;#555555;#bb0000;#00bb00;#e7b000;#0000bb;#ff55ff;#55ffff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Gruvbox Dark.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Gruvbox Dark 4 | ColorForeground=#e6d4a3 5 | ColorBackground=#1e1e1e 6 | ColorCursor=#e6d4a3 7 | ColorPalette=#1e1e1e;#be0f17;#868715;#cc881a;#377375;#a04b73;#578e57;#978771;#7f7061;#f73028;#aab01e;#f7b125;#719586;#c77089;#7db669;#e6d4a3 8 | -------------------------------------------------------------------------------- /kxterm/theme/Hacktober.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Hacktober 4 | ColorForeground=#c9c9c9 5 | ColorBackground=#141414 6 | ColorCursor=#c9c9c9 7 | ColorPalette=#191918;#b34538;#587744;#d08949;#206ec5;#864651;#ac9166;#f1eee7;#2c2b2a;#b33323;#42824a;#c75a22;#5389c5;#e795a5;#ebc587;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Hardcore.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Hardcore 4 | ColorForeground=#a0a0a0 5 | ColorBackground=#121212 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#1b1d1e;#f92672;#a6e22e;#fd971f;#66d9ef;#9e6ffe;#5e7175;#ccccc6;#505354;#ff669d;#beed5f;#e6db74;#66d9ef;#9e6ffe;#a3babf;#f8f8f2 8 | -------------------------------------------------------------------------------- /kxterm/theme/Harper.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Harper 4 | ColorForeground=#a8a49d 5 | ColorBackground=#010101 6 | ColorCursor=#a8a49d 7 | ColorPalette=#010101;#f8b63f;#7fb5e1;#d6da25;#489e48;#b296c6;#f5bfd7;#a8a49d;#726e6a;#f8b63f;#7fb5e1;#d6da25;#489e48;#b296c6;#f5bfd7;#fefbea 8 | -------------------------------------------------------------------------------- /kxterm/theme/Highway.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Highway 4 | ColorForeground=#ededed 5 | ColorBackground=#222225 6 | ColorCursor=#e0d9b9 7 | ColorPalette=#000000;#d00e18;#138034;#ffcb3e;#006bb3;#6b2775;#384564;#ededed;#5d504a;#f07e18;#b1d130;#fff120;#4fc2fd;#de0071;#5d504a;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Hipster Green.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Hipster Green 4 | ColorForeground=#84c138 5 | ColorBackground=#100b05 6 | ColorCursor=#23ff18 7 | ColorPalette=#000000;#b6214a;#00a600;#bfbf00;#246eb2;#b200b2;#00a6b2;#bfbfbf;#666666;#e50000;#86a93e;#e5e500;#0000ff;#e500e5;#00e5e5;#e5e5e5 8 | -------------------------------------------------------------------------------- /kxterm/theme/Hivacruz.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Hivacruz 4 | ColorForeground=#ede4e4 5 | ColorBackground=#132638 6 | ColorCursor=#979db4 7 | ColorPalette=#202746;#c94922;#ac9739;#c08b30;#3d8fd1;#6679cc;#22a2c9;#979db4;#6b7394;#c76b29;#73ad43;#5e6687;#898ea4;#dfe2f1;#9c637a;#f5f7ff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Homebrew.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Homebrew 4 | ColorForeground=#00ff00 5 | ColorBackground=#000000 6 | ColorCursor=#23ff18 7 | ColorPalette=#000000;#990000;#00a600;#999900;#0000b2;#b200b2;#00a6b2;#bfbfbf;#666666;#e50000;#00d900;#e5e500;#0000ff;#e500e5;#00e5e5;#e5e5e5 8 | -------------------------------------------------------------------------------- /kxterm/theme/Hopscotch.256.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Hopscotch.256 4 | ColorForeground=#b9b5b8 5 | ColorBackground=#322931 6 | ColorCursor=#b9b5b8 7 | ColorPalette=#322931;#dd464c;#8fc13e;#fdcc59;#1290bf;#c85e7c;#149b93;#b9b5b8;#797379;#dd464c;#8fc13e;#fdcc59;#1290bf;#c85e7c;#149b93;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Hopscotch.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Hopscotch 4 | ColorForeground=#b9b5b8 5 | ColorBackground=#322931 6 | ColorCursor=#b9b5b8 7 | ColorPalette=#322931;#dd464c;#8fc13e;#fdcc59;#1290bf;#c85e7c;#149b93;#b9b5b8;#797379;#fd8b19;#433b42;#5c545b;#989498;#d5d3d5;#b33508;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Hurtado.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Hurtado 4 | ColorForeground=#dbdbdb 5 | ColorBackground=#000000 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#575757;#ff1b00;#a5e055;#fbe74a;#496487;#fd5ff1;#86e9fe;#cbcccb;#262626;#d51d00;#a5df55;#fbe84a;#89beff;#c001c1;#86eafe;#dbdbdb 8 | -------------------------------------------------------------------------------- /kxterm/theme/Hybrid.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Hybrid 4 | ColorForeground=#b7bcba 5 | ColorBackground=#161719 6 | ColorCursor=#b7bcba 7 | ColorPalette=#2a2e33;#b84d51;#b3bf5a;#e4b55e;#6e90b0;#a17eac;#7fbfb4;#b5b9b6;#1d1f22;#8d2e32;#798431;#e58a50;#4b6b88;#6e5079;#4d7b74;#5a626a 8 | -------------------------------------------------------------------------------- /kxterm/theme/IC_Green_PPL.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=IC_Green_PPL 4 | ColorForeground=#e0f1dc 5 | ColorBackground=#2c2c2c 6 | ColorCursor=#47fa6b 7 | ColorPalette=#014401;#ff2736;#41a638;#76a831;#2ec3b9;#50a096;#3ca078;#e6fef2;#035c03;#b4fa5c;#aefb86;#dafa87;#2efaeb;#50fafa;#3cfac8;#e0f1dc 8 | -------------------------------------------------------------------------------- /kxterm/theme/IC_Orange_PPL.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=IC_Orange_PPL 4 | ColorForeground=#ffcb83 5 | ColorBackground=#262626 6 | ColorCursor=#fc531d 7 | ColorPalette=#000000;#c13900;#a4a900;#caaf00;#bd6d00;#fc5e00;#f79500;#ffc88a;#6a4f2a;#ff8c68;#f6ff40;#ffe36e;#ffbe55;#fc874f;#c69752;#fafaff 8 | -------------------------------------------------------------------------------- /kxterm/theme/IR_Black.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=IR_Black 4 | ColorForeground=#f1f1f1 5 | ColorBackground=#000000 6 | ColorCursor=#808080 7 | ColorPalette=#4f4f4f;#fa6c60;#a8ff60;#fffeb7;#96cafe;#fa73fd;#c6c5fe;#efedef;#7b7b7b;#fcb6b0;#cfffab;#ffffcc;#b5dcff;#fb9cfe;#e0e0fe;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Jackie Brown.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Jackie Brown 4 | ColorForeground=#ffcc2f 5 | ColorBackground=#2c1d16 6 | ColorCursor=#23ff18 7 | ColorPalette=#2c1d16;#ef5734;#2baf2b;#bebf00;#246eb2;#d05ec1;#00acee;#bfbfbf;#666666;#e50000;#86a93e;#e5e500;#0000ff;#e500e5;#00e5e5;#e5e5e5 8 | -------------------------------------------------------------------------------- /kxterm/theme/Japanesque.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Japanesque 4 | ColorForeground=#f7f6ec 5 | ColorBackground=#1e1e1e 6 | ColorCursor=#edcf4f 7 | ColorPalette=#343935;#cf3f61;#7bb75b;#e9b32a;#4c9ad4;#a57fc4;#389aad;#fafaf6;#595b59;#d18fa6;#767f2c;#78592f;#135979;#604291;#76bbca;#b2b5ae 8 | -------------------------------------------------------------------------------- /kxterm/theme/Jellybeans.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Jellybeans 4 | ColorForeground=#dedede 5 | ColorBackground=#121212 6 | ColorCursor=#ffa560 7 | ColorPalette=#929292;#e27373;#94b979;#ffba7b;#97bedc;#e1c0fa;#00988e;#dedede;#bdbdbd;#ffa1a1;#bddeab;#ffdca0;#b1d8f6;#fbdaff;#1ab2a8;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/JetBrains Darcula.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=JetBrains Darcula 4 | ColorForeground=#adadad 5 | ColorBackground=#202020 6 | ColorCursor=#ffffff 7 | ColorPalette=#000000;#fa5355;#126e00;#c2c300;#4581eb;#fa54ff;#33c2c1;#adadad;#555555;#fb7172;#67ff4f;#ffff00;#6d9df1;#fb82ff;#60d3d1;#eeeeee 8 | -------------------------------------------------------------------------------- /kxterm/theme/Kibble.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Kibble 4 | ColorForeground=#f7f7f7 5 | ColorBackground=#0e100a 6 | ColorCursor=#9fda9c 7 | ColorPalette=#4d4d4d;#c70031;#29cf13;#d8e30e;#3449d1;#8400ff;#0798ab;#e2d1e3;#5a5a5a;#f01578;#6ce05c;#f3f79e;#97a4f7;#c495f0;#68f2e0;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Kolorit.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Kolorit 4 | ColorForeground=#efecec 5 | ColorBackground=#1d1a1e 6 | ColorCursor=#c7c7c7 7 | ColorPalette=#1d1a1e;#ff5b82;#47d7a1;#e8e562;#5db4ee;#da6cda;#57e9eb;#ededed;#1d1a1e;#ff5b82;#47d7a1;#e8e562;#5db4ee;#da6cda;#57e9eb;#ededed 8 | -------------------------------------------------------------------------------- /kxterm/theme/Lab Fox.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Lab Fox 4 | ColorForeground=#ffffff 5 | ColorBackground=#2e2e2e 6 | ColorCursor=#7f7f7f 7 | ColorPalette=#2e2e2e;#fc6d26;#3eb383;#fca121;#db3b21;#380d75;#6e49cb;#ffffff;#464646;#ff6517;#53eaa8;#fca013;#db501f;#441090;#7d53e7;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Laser.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Laser 4 | ColorForeground=#f106e3 5 | ColorBackground=#030d18 6 | ColorCursor=#00ff9c 7 | ColorPalette=#626262;#ff8373;#b4fb73;#09b4bd;#fed300;#ff90fe;#d1d1fe;#f1f1f1;#8f8f8f;#ffc4be;#d6fcba;#fffed5;#f92883;#ffb2fe;#e6e7fe;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Later This Evening.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Later This Evening 4 | ColorForeground=#959595 5 | ColorBackground=#222222 6 | ColorCursor=#424242 7 | ColorPalette=#2b2b2b;#d45a60;#afba67;#e5d289;#a0bad6;#c092d6;#91bfb7;#3c3d3d;#454747;#d3232f;#aabb39;#e5be39;#6699d6;#ab53d6;#5fc0ae;#c1c2c2 8 | -------------------------------------------------------------------------------- /kxterm/theme/Lavandula.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Lavandula 4 | ColorForeground=#736e7d 5 | ColorBackground=#050014 6 | ColorCursor=#8c91fa 7 | ColorPalette=#230046;#7d1625;#337e6f;#7f6f49;#4f4a7f;#5a3f7f;#58777f;#736e7d;#372d46;#e05167;#52e0c4;#e0c386;#8e87e0;#a776e0;#9ad4e0;#8c91fa 8 | -------------------------------------------------------------------------------- /kxterm/theme/LiquidCarbon.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=LiquidCarbon 4 | ColorForeground=#afc2c2 5 | ColorBackground=#303030 6 | ColorCursor=#ffffff 7 | ColorPalette=#000000;#ff3030;#559a70;#ccac00;#0099cc;#cc69c8;#7ac4cc;#bccccc;#000000;#ff3030;#559a70;#ccac00;#0099cc;#cc69c8;#7ac4cc;#bccccc 8 | -------------------------------------------------------------------------------- /kxterm/theme/LiquidCarbonTransparent.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=LiquidCarbonTransparent 4 | ColorForeground=#afc2c2 5 | ColorBackground=#000000 6 | ColorCursor=#ffffff 7 | ColorPalette=#000000;#ff3030;#559a70;#ccac00;#0099cc;#cc69c8;#7ac4cc;#bccccc;#000000;#ff3030;#559a70;#ccac00;#0099cc;#cc69c8;#7ac4cc;#bccccc 8 | -------------------------------------------------------------------------------- /kxterm/theme/LiquidCarbonTransparentInverse.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=LiquidCarbonTransparentInverse 4 | ColorForeground=#afc2c2 5 | ColorBackground=#000000 6 | ColorCursor=#ffffff 7 | ColorPalette=#bccccd;#ff3030;#559a70;#ccac00;#0099cc;#cc69c8;#7ac4cc;#000000;#ffffff;#ff3030;#559a70;#ccac00;#0099cc;#cc69c8;#7ac4cc;#000000 8 | -------------------------------------------------------------------------------- /kxterm/theme/Man Page.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Man Page 4 | ColorForeground=#000000 5 | ColorBackground=#fef49c 6 | ColorCursor=#7f7f7f 7 | ColorPalette=#000000;#cc0000;#00a600;#999900;#0000b2;#b200b2;#00a6b2;#cccccc;#666666;#e50000;#00d900;#e5e500;#0000ff;#e500e5;#00e5e5;#e5e5e5 8 | -------------------------------------------------------------------------------- /kxterm/theme/Material.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Material 4 | ColorForeground=#232322 5 | ColorBackground=#eaeaea 6 | ColorCursor=#16afca 7 | ColorPalette=#212121;#b7141f;#457b24;#f6981e;#134eb2;#560088;#0e717c;#efefef;#424242;#e83b3f;#7aba3a;#ffea2e;#54a4f3;#aa4dbc;#26bbd1;#d9d9d9 8 | -------------------------------------------------------------------------------- /kxterm/theme/MaterialDark.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=MaterialDark 4 | ColorForeground=#e5e5e5 5 | ColorBackground=#232322 6 | ColorCursor=#16afca 7 | ColorPalette=#212121;#b7141f;#457b24;#f6981e;#134eb2;#560088;#0e717c;#efefef;#424242;#e83b3f;#7aba3a;#ffea2e;#54a4f3;#aa4dbc;#26bbd1;#d9d9d9 8 | -------------------------------------------------------------------------------- /kxterm/theme/MaterialOcean.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=MaterialOcean 4 | ColorForeground=#8f93a2 5 | ColorBackground=#0f111a 6 | ColorCursor=#ffcc00 7 | ColorPalette=#546e7a;#ff5370;#c3e88d;#ffcb6b;#82aaff;#c792ea;#89ddff;#ffffff;#546e7a;#ff5370;#c3e88d;#ffcb6b;#82aaff;#c792ea;#89ddff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Mathias.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Mathias 4 | ColorForeground=#bbbbbb 5 | ColorBackground=#000000 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#000000;#e52222;#a6e32d;#fc951e;#c48dff;#fa2573;#67d9f0;#f2f2f2;#555555;#ff5555;#55ff55;#ffff55;#5555ff;#ff55ff;#55ffff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Medallion.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Medallion 4 | ColorForeground=#cac296 5 | ColorBackground=#1d1908 6 | ColorCursor=#d3ba30 7 | ColorPalette=#000000;#b64c00;#7c8b16;#d3bd26;#616bb0;#8c5a90;#916c25;#cac29a;#5e5219;#ff9149;#b2ca3b;#ffe54a;#acb8ff;#ffa0ff;#ffbc51;#fed698 8 | -------------------------------------------------------------------------------- /kxterm/theme/Misterioso.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Misterioso 4 | ColorForeground=#e1e1e0 5 | ColorBackground=#2d3743 6 | ColorCursor=#000000 7 | ColorPalette=#000000;#ff4242;#74af68;#ffad29;#338f86;#9414e6;#23d7d7;#e1e1e0;#555555;#ff3242;#74cd68;#ffb929;#23d7d7;#ff37ff;#00ede1;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Molokai.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Molokai 4 | ColorForeground=#bbbbbb 5 | ColorBackground=#121212 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#121212;#fa2573;#98e123;#dfd460;#1080d0;#8700ff;#43a8d0;#bbbbbb;#555555;#f6669d;#b1e05f;#fff26d;#00afff;#af87ff;#51ceff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/MonaLisa.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=MonaLisa 4 | ColorForeground=#f7d66a 5 | ColorBackground=#120b0d 6 | ColorCursor=#c46c32 7 | ColorPalette=#351b0e;#9b291c;#636232;#c36e28;#515c5d;#9b1d29;#588056;#f7d75c;#874228;#ff4331;#b4b264;#ff9566;#9eb2b4;#ff5b6a;#8acd8f;#ffe598 8 | -------------------------------------------------------------------------------- /kxterm/theme/Monokai Remastered.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Monokai Remastered 4 | ColorForeground=#d9d9d9 5 | ColorBackground=#0c0c0c 6 | ColorCursor=#fc971f 7 | ColorPalette=#1a1a1a;#f4005f;#98e024;#fd971f;#9d65ff;#f4005f;#58d1eb;#c4c5b5;#625e4c;#f4005f;#98e024;#e0d561;#9d65ff;#f4005f;#58d1eb;#f6f6ef 8 | -------------------------------------------------------------------------------- /kxterm/theme/Monokai Soda.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Monokai Soda 4 | ColorForeground=#c4c5b5 5 | ColorBackground=#1a1a1a 6 | ColorCursor=#f6f7ec 7 | ColorPalette=#1a1a1a;#f4005f;#98e024;#fa8419;#9d65ff;#f4005f;#58d1eb;#c4c5b5;#625e4c;#f4005f;#98e024;#e0d561;#9d65ff;#f4005f;#58d1eb;#f6f6ef 8 | -------------------------------------------------------------------------------- /kxterm/theme/Monokai Vivid.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Monokai Vivid 4 | ColorForeground=#f9f9f9 5 | ColorBackground=#121212 6 | ColorCursor=#fb0007 7 | ColorPalette=#121212;#fa2934;#98e123;#fff30a;#0443ff;#f800f8;#01b6ed;#ffffff;#838383;#f6669d;#b1e05f;#fff26d;#0443ff;#f200f6;#51ceff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/N0tch2k.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=N0tch2k 4 | ColorForeground=#a0a0a0 5 | ColorBackground=#222222 6 | ColorCursor=#aa9175 7 | ColorPalette=#383838;#a95551;#666666;#a98051;#657d3e;#767676;#c9c9c9;#d0b8a3;#474747;#a97775;#8c8c8c;#a99175;#98bd5e;#a3a3a3;#dcdcdc;#d8c8bb 8 | -------------------------------------------------------------------------------- /kxterm/theme/Neopolitan.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Neopolitan 4 | ColorForeground=#ffffff 5 | ColorBackground=#271f19 6 | ColorCursor=#ffffff 7 | ColorPalette=#000000;#800000;#61ce3c;#fbde2d;#253b76;#ff0080;#8da6ce;#f8f8f8;#000000;#800000;#61ce3c;#fbde2d;#253b76;#ff0080;#8da6ce;#f8f8f8 8 | -------------------------------------------------------------------------------- /kxterm/theme/Neutron.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Neutron 4 | ColorForeground=#e6e8ef 5 | ColorBackground=#1c1e22 6 | ColorCursor=#f6f7ec 7 | ColorPalette=#23252b;#b54036;#5ab977;#deb566;#6a7c93;#a4799d;#3f94a8;#e6e8ef;#23252b;#b54036;#5ab977;#deb566;#6a7c93;#a4799d;#3f94a8;#ebedf2 8 | -------------------------------------------------------------------------------- /kxterm/theme/Night Owlish Light.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Night Owlish Light 4 | ColorForeground=#403f53 5 | ColorBackground=#ffffff 6 | ColorCursor=#403f53 7 | ColorPalette=#011627;#d3423e;#2aa298;#daaa01;#4876d6;#403f53;#08916a;#7a8181;#7a8181;#f76e6e;#49d0c5;#dac26b;#5ca7e4;#697098;#00c990;#989fb1 8 | -------------------------------------------------------------------------------- /kxterm/theme/NightLion v1.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=NightLion v1 4 | ColorForeground=#bbbbbb 5 | ColorBackground=#000000 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#4c4c4c;#bb0000;#5fde8f;#f3f167;#276bd8;#bb00bb;#00dadf;#bbbbbb;#555555;#ff5555;#55ff55;#ffff55;#5555ff;#ff55ff;#55ffff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/NightLion v2.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=NightLion v2 4 | ColorForeground=#bbbbbb 5 | ColorBackground=#171717 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#4c4c4c;#bb0000;#04f623;#f3f167;#64d0f0;#ce6fdb;#00dadf;#bbbbbb;#555555;#ff5555;#7df71d;#ffff55;#62cbe8;#ff9bf5;#00ccd8;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Nocturnal Winter.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Nocturnal Winter 4 | ColorForeground=#e6e5e5 5 | ColorBackground=#0d0d17 6 | ColorCursor=#e6e5e5 7 | ColorPalette=#4d4d4d;#f12d52;#09cd7e;#f5f17a;#3182e0;#ff2b6d;#09c87a;#fcfcfc;#808080;#f16d86;#0ae78d;#fffc67;#6096ff;#ff78a2;#0ae78d;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Novel.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Novel 4 | ColorForeground=#3b2322 5 | ColorBackground=#dfdbc3 6 | ColorCursor=#73635a 7 | ColorPalette=#000000;#cc0000;#009600;#d06b00;#0000cc;#cc00cc;#0087cc;#cccccc;#808080;#cc0000;#009600;#d06b00;#0000cc;#cc00cc;#0087cc;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Obsidian.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Obsidian 4 | ColorForeground=#cdcdcd 5 | ColorBackground=#283033 6 | ColorCursor=#c0cad0 7 | ColorPalette=#000000;#a60001;#00bb00;#fecd22;#3a9bdb;#bb00bb;#00bbbb;#bbbbbb;#555555;#ff0003;#93c863;#fef874;#a1d7ff;#ff55ff;#55ffff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Ocean.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Ocean 4 | ColorForeground=#ffffff 5 | ColorBackground=#224fbc 6 | ColorCursor=#7f7f7f 7 | ColorPalette=#000000;#990000;#00a600;#999900;#0000b2;#b200b2;#00a6b2;#bfbfbf;#666666;#e50000;#00d900;#e5e500;#0000ff;#e500e5;#00e5e5;#e5e5e5 8 | -------------------------------------------------------------------------------- /kxterm/theme/OceanicMaterial.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=OceanicMaterial 4 | ColorForeground=#c2c8d7 5 | ColorBackground=#1c262b 6 | ColorCursor=#b3b8c3 7 | ColorPalette=#000000;#ee2b2a;#40a33f;#ffea2e;#1e80f0;#8800a0;#16afca;#a4a4a4;#777777;#dc5c60;#70be71;#fff163;#54a4f3;#aa4dbc;#42c7da;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Ollie.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Ollie 4 | ColorForeground=#8a8dae 5 | ColorBackground=#222125 6 | ColorCursor=#5b6ea7 7 | ColorPalette=#000000;#ac2e31;#31ac61;#ac4300;#2d57ac;#b08528;#1fa6ac;#8a8eac;#5b3725;#ff3d48;#3bff99;#ff5e1e;#4488ff;#ffc21d;#1ffaff;#5b6ea7 8 | -------------------------------------------------------------------------------- /kxterm/theme/OneHalfDark.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=OneHalfDark 4 | ColorForeground=#dcdfe4 5 | ColorBackground=#282c34 6 | ColorCursor=#a3b3cc 7 | ColorPalette=#282c34;#e06c75;#98c379;#e5c07b;#61afef;#c678dd;#56b6c2;#dcdfe4;#282c34;#e06c75;#98c379;#e5c07b;#61afef;#c678dd;#56b6c2;#dcdfe4 8 | -------------------------------------------------------------------------------- /kxterm/theme/OneHalfLight.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=OneHalfLight 4 | ColorForeground=#383a42 5 | ColorBackground=#fafafa 6 | ColorCursor=#bfceff 7 | ColorPalette=#383a42;#e45649;#50a14f;#c18401;#0184bc;#a626a4;#0997b3;#fafafa;#4f525e;#e06c75;#98c379;#e5c07b;#61afef;#c678dd;#56b6c2;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Operator Mono Dark.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Operator Mono Dark 4 | ColorForeground=#c3cac2 5 | ColorBackground=#191919 6 | ColorCursor=#fcdc08 7 | ColorPalette=#5a5a5a;#ca372d;#4d7b3a;#d4d697;#4387cf;#b86cb4;#72d5c6;#ced4cd;#9a9b99;#c37d62;#83d0a2;#fdfdc5;#89d3f6;#ff2c7a;#82eada;#fdfdf6 8 | -------------------------------------------------------------------------------- /kxterm/theme/Pandora.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Pandora 4 | ColorForeground=#e1e1e1 5 | ColorBackground=#141e43 6 | ColorCursor=#43d58e 7 | ColorPalette=#000000;#ff4242;#74af68;#ffad29;#338f86;#9414e6;#23d7d7;#e2e2e2;#3f5648;#ff3242;#74cd68;#ffb929;#23d7d7;#ff37ff;#00ede1;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Paraiso Dark.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Paraiso Dark 4 | ColorForeground=#a39e9b 5 | ColorBackground=#2f1e2e 6 | ColorCursor=#a39e9b 7 | ColorPalette=#2f1e2e;#ef6155;#48b685;#fec418;#06b6ef;#815ba4;#5bc4bf;#a39e9b;#776e71;#ef6155;#48b685;#fec418;#06b6ef;#815ba4;#5bc4bf;#e7e9db 8 | -------------------------------------------------------------------------------- /kxterm/theme/Parasio Dark.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Parasio Dark 4 | ColorForeground=#a39e9b 5 | ColorBackground=#2f1e2e 6 | ColorCursor=#a39e9b 7 | ColorPalette=#2f1e2e;#ef6155;#48b685;#fec418;#06b6ef;#815ba4;#5bc4bf;#a39e9b;#776e71;#ef6155;#48b685;#fec418;#06b6ef;#815ba4;#5bc4bf;#e7e9db 8 | -------------------------------------------------------------------------------- /kxterm/theme/PaulMillr.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=PaulMillr 4 | ColorForeground=#f2f2f2 5 | ColorBackground=#000000 6 | ColorCursor=#4d4d4d 7 | ColorPalette=#2a2a2a;#ff0000;#79ff0f;#e7bf00;#396bd7;#b449be;#66ccff;#bbbbbb;#666666;#ff0080;#66ff66;#f3d64e;#709aed;#db67e6;#7adff2;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/PencilDark.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=PencilDark 4 | ColorForeground=#f1f1f1 5 | ColorBackground=#212121 6 | ColorCursor=#20bbfc 7 | ColorPalette=#212121;#c30771;#10a778;#a89c14;#008ec4;#523c79;#20a5ba;#d9d9d9;#424242;#fb007a;#5fd7af;#f3e430;#20bbfc;#6855de;#4fb8cc;#f1f1f1 8 | -------------------------------------------------------------------------------- /kxterm/theme/PencilLight.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=PencilLight 4 | ColorForeground=#424242 5 | ColorBackground=#f1f1f1 6 | ColorCursor=#20bbfc 7 | ColorPalette=#212121;#c30771;#10a778;#a89c14;#008ec4;#523c79;#20a5ba;#d9d9d9;#424242;#fb007a;#5fd7af;#f3e430;#20bbfc;#6855de;#4fb8cc;#f1f1f1 8 | -------------------------------------------------------------------------------- /kxterm/theme/Piatto Light.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Piatto Light 4 | ColorForeground=#414141 5 | ColorBackground=#ffffff 6 | ColorCursor=#5e77c8 7 | ColorPalette=#414141;#b23771;#66781e;#cd6f34;#3c5ea8;#a454b2;#66781e;#ffffff;#3f3f3f;#db3365;#829429;#cd6f34;#3c5ea8;#a454b2;#829429;#f2f2f2 8 | -------------------------------------------------------------------------------- /kxterm/theme/Pnevma.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Pnevma 4 | ColorForeground=#d0d0d0 5 | ColorBackground=#1c1c1c 6 | ColorCursor=#e4c9af 7 | ColorPalette=#2f2e2d;#a36666;#90a57d;#d7af87;#7fa5bd;#c79ec4;#8adbb4;#d0d0d0;#4a4845;#d78787;#afbea2;#e4c9af;#a1bdce;#d7beda;#b1e7dd;#efefef 8 | -------------------------------------------------------------------------------- /kxterm/theme/Pro Light.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Pro Light 4 | ColorForeground=#191919 5 | ColorBackground=#ffffff 6 | ColorCursor=#4d4d4d 7 | ColorPalette=#000000;#e5492b;#50d148;#c6c440;#3b75ff;#ed66e8;#4ed2de;#dcdcdc;#9f9f9f;#ff6640;#61ef57;#f2f156;#0082ff;#ff7eff;#61f7f8;#f2f2f2 8 | -------------------------------------------------------------------------------- /kxterm/theme/Pro.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Pro 4 | ColorForeground=#f2f2f2 5 | ColorBackground=#000000 6 | ColorCursor=#4d4d4d 7 | ColorPalette=#000000;#990000;#00a600;#999900;#2009db;#b200b2;#00a6b2;#bfbfbf;#666666;#e50000;#00d900;#e5e500;#0000ff;#e500e5;#00e5e5;#e5e5e5 8 | -------------------------------------------------------------------------------- /kxterm/theme/Purple Rain.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Purple Rain 4 | ColorForeground=#fffbf6 5 | ColorBackground=#21084a 6 | ColorCursor=#ff271d 7 | ColorPalette=#000000;#ff260e;#9be205;#ffc400;#00a2fa;#815bb5;#00deef;#ffffff;#565656;#ff4250;#b8e36e;#ffd852;#00a6ff;#ac7bf0;#74fdf3;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Red Alert.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Red Alert 4 | ColorForeground=#ffffff 5 | ColorBackground=#762423 6 | ColorCursor=#ffffff 7 | ColorPalette=#000000;#d62e4e;#71be6b;#beb86b;#489bee;#e979d7;#6bbeb8;#d6d6d6;#262626;#e02553;#aff08c;#dfddb7;#65aaf1;#ddb7df;#b7dfdd;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Red Planet.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Red Planet 4 | ColorForeground=#c2b790 5 | ColorBackground=#222222 6 | ColorCursor=#c2b790 7 | ColorPalette=#202020;#8c3432;#728271;#e8bf6a;#69819e;#896492;#5b8390;#b9aa99;#676767;#b55242;#869985;#ebeb91;#60827e;#de4974;#38add8;#d6bfb8 8 | -------------------------------------------------------------------------------- /kxterm/theme/Red Sands.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Red Sands 4 | ColorForeground=#d7c9a7 5 | ColorBackground=#7a251e 6 | ColorCursor=#ffffff 7 | ColorPalette=#000000;#ff3f00;#00bb00;#e7b000;#0072ff;#bb00bb;#00bbbb;#bbbbbb;#555555;#bb0000;#00bb00;#e7b000;#0072ae;#ff55ff;#55ffff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Relaxed.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Relaxed 4 | ColorForeground=#d9d9d9 5 | ColorBackground=#353a44 6 | ColorCursor=#d9d9d9 7 | ColorPalette=#151515;#bc5653;#909d63;#ebc17a;#6a8799;#b06698;#c9dfff;#d9d9d9;#636363;#bc5653;#a0ac77;#ebc17a;#7eaac7;#b06698;#acbbd0;#f7f7f7 8 | -------------------------------------------------------------------------------- /kxterm/theme/Rippedcasts.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Rippedcasts 4 | ColorForeground=#ffffff 5 | ColorBackground=#2b2b2b 6 | ColorCursor=#7f7f7f 7 | ColorPalette=#000000;#cdaf95;#a8ff60;#bfbb1f;#75a5b0;#ff73fd;#5a647e;#bfbfbf;#666666;#eecbad;#bcee68;#e5e500;#86bdc9;#e500e5;#8c9bc4;#e5e5e5 8 | -------------------------------------------------------------------------------- /kxterm/theme/Royal.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Royal 4 | ColorForeground=#514968 5 | ColorBackground=#100815 6 | ColorCursor=#524966 7 | ColorPalette=#241f2b;#91284c;#23801c;#b49d27;#6580b0;#674d96;#8aaabe;#524966;#312d3d;#d5356c;#2cd946;#fde83b;#90baf9;#a479e3;#acd4eb;#9e8cbd 8 | -------------------------------------------------------------------------------- /kxterm/theme/Ryuuko.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Ryuuko 4 | ColorForeground=#ececec 5 | ColorBackground=#2c3941 6 | ColorCursor=#ececec 7 | ColorPalette=#2c3941;#865f5b;#66907d;#b1a990;#6a8e95;#b18a73;#88b2ac;#ececec;#5d7079;#865f5b;#66907d;#b1a990;#6a8e95;#b18a73;#88b2ac;#ececec 8 | -------------------------------------------------------------------------------- /kxterm/theme/Scarlet Protocol.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Scarlet Protocol 4 | ColorForeground=#e41951 5 | ColorBackground=#1c153d 6 | ColorCursor=#76ff9f 7 | ColorPalette=#101116;#ff0051;#00dc84;#faf945;#0271b6;#ca30c7;#00c5c7;#c7c7c7;#686868;#ff6e67;#5ffa68;#fffc67;#6871ff;#bd35ec;#60fdff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/SeaShells.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=SeaShells 4 | ColorForeground=#deb88d 5 | ColorBackground=#09141b 6 | ColorCursor=#fca02f 7 | ColorPalette=#17384c;#d15123;#027c9b;#fca02f;#1e4950;#68d4f1;#50a3b5;#deb88d;#434b53;#d48678;#628d98;#fdd39f;#1bbcdd;#bbe3ee;#87acb4;#fee4ce 8 | -------------------------------------------------------------------------------- /kxterm/theme/Seafoam Pastel.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Seafoam Pastel 4 | ColorForeground=#d4e7d4 5 | ColorBackground=#243435 6 | ColorCursor=#57647a 7 | ColorPalette=#757575;#825d4d;#728c62;#ada16d;#4d7b82;#8a7267;#729494;#e0e0e0;#8a8a8a;#cf937a;#98d9aa;#fae79d;#7ac3cf;#d6b2a1;#ade0e0;#e0e0e0 8 | -------------------------------------------------------------------------------- /kxterm/theme/Seti.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Seti 4 | ColorForeground=#cacecd 5 | ColorBackground=#111213 6 | ColorCursor=#e3bf21 7 | ColorPalette=#323232;#c22832;#8ec43d;#e0c64f;#43a5d5;#8b57b5;#8ec43d;#eeeeee;#323232;#c22832;#8ec43d;#e0c64f;#43a5d5;#8b57b5;#8ec43d;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Shaman.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Shaman 4 | ColorForeground=#405555 5 | ColorBackground=#001015 6 | ColorCursor=#4afcd6 7 | ColorPalette=#012026;#b2302d;#00a941;#5e8baa;#449a86;#00599d;#5d7e19;#405555;#384451;#ff4242;#2aea5e;#8ed4fd;#61d5ba;#1298ff;#98d028;#58fbd6 8 | -------------------------------------------------------------------------------- /kxterm/theme/Slate.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Slate 4 | ColorForeground=#35b1d2 5 | ColorBackground=#222222 6 | ColorCursor=#87d3c4 7 | ColorPalette=#222222;#e2a8bf;#81d778;#c4c9c0;#264b49;#a481d3;#15ab9c;#02c5e0;#ffffff;#ffcdd9;#beffa8;#d0ccca;#7ab0d2;#c5a7d9;#8cdfe0;#e0e0e0 8 | -------------------------------------------------------------------------------- /kxterm/theme/SleepyHollow.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=SleepyHollow 4 | ColorForeground=#af9a91 5 | ColorBackground=#121214 6 | ColorCursor=#af9a91 7 | ColorPalette=#572100;#ba3934;#91773f;#b55600;#5f63b4;#a17c7b;#8faea9;#af9a91;#4e4b61;#d9443f;#d6b04e;#f66813;#8086ef;#e2c2bb;#a4dce7;#d2c7a9 8 | -------------------------------------------------------------------------------- /kxterm/theme/Smyck.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Smyck 4 | ColorForeground=#f7f7f7 5 | ColorBackground=#1b1b1b 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#000000;#b84131;#7da900;#c4a500;#62a3c4;#ba8acc;#207383;#a1a1a1;#7a7a7a;#d6837c;#c4f137;#fee14d;#8dcff0;#f79aff;#6ad9cf;#f7f7f7 8 | -------------------------------------------------------------------------------- /kxterm/theme/Snazzy.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Snazzy 4 | ColorForeground=#ebece6 5 | ColorBackground=#1e1f29 6 | ColorCursor=#e4e4e4 7 | ColorPalette=#000000;#fc4346;#50fb7c;#f0fb8c;#49baff;#fc4cb4;#8be9fe;#ededec;#555555;#fc4346;#50fb7c;#f0fb8c;#49baff;#fc4cb4;#8be9fe;#ededec 8 | -------------------------------------------------------------------------------- /kxterm/theme/SoftServer.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=SoftServer 4 | ColorForeground=#99a3a2 5 | ColorBackground=#242626 6 | ColorCursor=#d2e0de 7 | ColorPalette=#000000;#a2686a;#9aa56a;#a3906a;#6b8fa3;#6a71a3;#6ba58f;#99a3a2;#666c6c;#dd5c60;#bfdf55;#deb360;#62b1df;#606edf;#64e39c;#d2e0de 8 | -------------------------------------------------------------------------------- /kxterm/theme/Solarized Darcula.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Solarized Darcula 4 | ColorForeground=#d2d8d9 5 | ColorBackground=#3d3f41 6 | ColorCursor=#708284 7 | ColorPalette=#25292a;#f24840;#629655;#b68800;#2075c7;#797fd4;#15968d;#d2d8d9;#25292a;#f24840;#629655;#b68800;#2075c7;#797fd4;#15968d;#d2d8d9 8 | -------------------------------------------------------------------------------- /kxterm/theme/Solarized Dark - Patched.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Solarized Dark - Patched 4 | ColorForeground=#708284 5 | ColorBackground=#001e27 6 | ColorCursor=#708284 7 | ColorPalette=#002831;#d11c24;#738a05;#a57706;#2176c7;#c61c6f;#259286;#eae3cb;#475b62;#bd3613;#475b62;#536870;#708284;#5956ba;#819090;#fcf4dc 8 | -------------------------------------------------------------------------------- /kxterm/theme/Solarized Dark Higher Contrast.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Solarized Dark Higher Contrast 4 | ColorForeground=#9cc2c3 5 | ColorBackground=#001e27 6 | ColorCursor=#f34b00 7 | ColorPalette=#002831;#d11c24;#6cbe6c;#a57706;#2176c7;#c61c6f;#259286;#eae3cb;#006488;#f5163b;#51ef84;#b27e28;#178ec8;#e24d8e;#00b39e;#fcf4dc 8 | -------------------------------------------------------------------------------- /kxterm/theme/SpaceGray Eighties Dull.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=SpaceGray Eighties Dull 4 | ColorForeground=#c9c6bc 5 | ColorBackground=#222222 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#15171c;#b24a56;#92b477;#c6735a;#7c8fa5;#a5789e;#80cdcb;#b3b8c3;#555555;#ec5f67;#89e986;#fec254;#5486c0;#bf83c1;#58c2c1;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/SpaceGray Eighties.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=SpaceGray Eighties 4 | ColorForeground=#bdbaae 5 | ColorBackground=#222222 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#15171c;#ec5f67;#81a764;#fec254;#5486c0;#bf83c1;#57c2c1;#efece7;#555555;#ff6973;#93d493;#ffd256;#4d84d1;#ff55ff;#83e9e4;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/SpaceGray.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=SpaceGray 4 | ColorForeground=#b3b8c3 5 | ColorBackground=#20242d 6 | ColorCursor=#b3b8c3 7 | ColorPalette=#000000;#b04b57;#87b379;#e5c179;#7d8fa4;#a47996;#85a7a5;#b3b8c3;#000000;#b04b57;#87b379;#e5c179;#7d8fa4;#a47996;#85a7a5;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Spacedust.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Spacedust 4 | ColorForeground=#ecf0c1 5 | ColorBackground=#0a1e24 6 | ColorCursor=#708284 7 | ColorPalette=#6e5346;#e35b00;#5cab96;#e3cd7b;#0f548b;#e35b00;#06afc7;#f0f1ce;#684c31;#ff8a3a;#aecab8;#ffc878;#67a0ce;#ff8a3a;#83a7b4;#fefff1 8 | -------------------------------------------------------------------------------- /kxterm/theme/Spiderman.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Spiderman 4 | ColorForeground=#e3e3e3 5 | ColorBackground=#1b1d1e 6 | ColorCursor=#2c3fff 7 | ColorPalette=#1b1d1e;#e60813;#e22928;#e24756;#2c3fff;#2435db;#3256ff;#fffef6;#505354;#ff0325;#ff3338;#fe3a35;#1d50ff;#747cff;#6184ff;#fffff9 8 | -------------------------------------------------------------------------------- /kxterm/theme/Spring.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Spring 4 | ColorForeground=#4d4d4c 5 | ColorBackground=#ffffff 6 | ColorCursor=#4d4d4c 7 | ColorPalette=#000000;#ff4d83;#1f8c3b;#1fc95b;#1dd3ee;#8959a8;#3e999f;#ffffff;#000000;#ff0021;#1fc231;#d5b807;#15a9fd;#8959a8;#3e999f;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Square.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Square 4 | ColorForeground=#acacab 5 | ColorBackground=#1a1a1a 6 | ColorCursor=#fcfbcc 7 | ColorPalette=#050505;#e9897c;#b6377d;#ecebbe;#a9cdeb;#75507b;#c9caec;#f2f2f2;#141414;#f99286;#c3f786;#fcfbcc;#b6defb;#ad7fa8;#d7d9fc;#e2e2e2 8 | -------------------------------------------------------------------------------- /kxterm/theme/Subliminal.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Subliminal 4 | ColorForeground=#d4d4d4 5 | ColorBackground=#282c35 6 | ColorCursor=#c7c7c7 7 | ColorPalette=#7f7f7f;#e15a60;#a9cfa4;#ffe2a9;#6699cc;#f1a5ab;#5fb3b3;#d4d4d4;#7f7f7f;#e15a60;#a9cfa4;#ffe2a9;#6699cc;#f1a5ab;#5fb3b3;#d4d4d4 8 | -------------------------------------------------------------------------------- /kxterm/theme/Sundried.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Sundried 4 | ColorForeground=#c9c9c9 5 | ColorBackground=#1a1818 6 | ColorCursor=#ffffff 7 | ColorPalette=#302b2a;#a7463d;#587744;#9d602a;#485b98;#864651;#9c814f;#c9c9c9;#4d4e48;#aa000c;#128c21;#fc6a21;#7999f7;#fd8aa1;#fad484;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Symfonic.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Symfonic 4 | ColorForeground=#ffffff 5 | ColorBackground=#000000 6 | ColorCursor=#dc322f 7 | ColorPalette=#000000;#dc322f;#56db3a;#ff8400;#0084d4;#b729d9;#ccccff;#ffffff;#1b1d21;#dc322f;#56db3a;#ff8400;#0084d4;#b729d9;#ccccff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Tango Adapted.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Tango Adapted 4 | ColorForeground=#000000 5 | ColorBackground=#ffffff 6 | ColorCursor=#000000 7 | ColorPalette=#000000;#ff0000;#59d600;#f0cb00;#00a2ff;#c17ecc;#00d0d6;#e6ebe1;#8f928b;#ff0013;#93ff00;#fff121;#88c9ff;#e9a7e1;#00feff;#f6f6f4 8 | -------------------------------------------------------------------------------- /kxterm/theme/Tango Half Adapted.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Tango Half Adapted 4 | ColorForeground=#000000 5 | ColorBackground=#ffffff 6 | ColorCursor=#000000 7 | ColorPalette=#000000;#ff0000;#4cc300;#e2c000;#008ef6;#a96cb3;#00bdc3;#e0e5db;#797d76;#ff0013;#8af600;#ffec00;#76bfff;#d898d1;#00f6fa;#f4f4f2 8 | -------------------------------------------------------------------------------- /kxterm/theme/Teerb.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Teerb 4 | ColorForeground=#d0d0d0 5 | ColorBackground=#262626 6 | ColorCursor=#e4c9af 7 | ColorPalette=#1c1c1c;#d68686;#aed686;#d7af87;#86aed6;#d6aed6;#8adbb4;#d0d0d0;#1c1c1c;#d68686;#aed686;#e4c9af;#86aed6;#d6aed6;#b1e7dd;#efefef 8 | -------------------------------------------------------------------------------- /kxterm/theme/Terminal Basic.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Terminal Basic 4 | ColorForeground=#000000 5 | ColorBackground=#ffffff 6 | ColorCursor=#7f7f7f 7 | ColorPalette=#000000;#990000;#00a600;#999900;#0000b2;#b200b2;#00a6b2;#bfbfbf;#666666;#e50000;#00d900;#e5e500;#0000ff;#e500e5;#00e5e5;#e5e5e5 8 | -------------------------------------------------------------------------------- /kxterm/theme/Thayer Bright.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Thayer Bright 4 | ColorForeground=#f8f8f8 5 | ColorBackground=#1b1d1e 6 | ColorCursor=#fc971f 7 | ColorPalette=#1b1d1e;#f92672;#4df840;#f4fd22;#2757d6;#8c54fe;#38c8b5;#ccccc6;#505354;#ff5995;#b6e354;#feed6c;#3f78ff;#9e6ffe;#23cfd5;#f8f8f2 8 | -------------------------------------------------------------------------------- /kxterm/theme/The Hulk.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=The Hulk 4 | ColorForeground=#b5b5b5 5 | ColorBackground=#1b1d1e 6 | ColorCursor=#16b61b 7 | ColorPalette=#1b1d1e;#269d1b;#13ce30;#63e457;#2525f5;#641f74;#378ca9;#d9d8d1;#505354;#8dff2a;#48ff77;#3afe16;#506b95;#72589d;#4085a6;#e5e6e1 8 | -------------------------------------------------------------------------------- /kxterm/theme/Tomorrow Night Blue.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Tomorrow Night Blue 4 | ColorForeground=#ffffff 5 | ColorBackground=#002451 6 | ColorCursor=#ffffff 7 | ColorPalette=#000000;#ff9da4;#d1f1a9;#ffeead;#bbdaff;#ebbbff;#99ffff;#ffffff;#000000;#ff9da4;#d1f1a9;#ffeead;#bbdaff;#ebbbff;#99ffff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Tomorrow Night Bright.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Tomorrow Night Bright 4 | ColorForeground=#eaeaea 5 | ColorBackground=#000000 6 | ColorCursor=#eaeaea 7 | ColorPalette=#000000;#d54e53;#b9ca4a;#e7c547;#7aa6da;#c397d8;#70c0b1;#ffffff;#000000;#d54e53;#b9ca4a;#e7c547;#7aa6da;#c397d8;#70c0b1;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Tomorrow Night Burns.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Tomorrow Night Burns 4 | ColorForeground=#a1b0b8 5 | ColorBackground=#151515 6 | ColorCursor=#ff443e 7 | ColorPalette=#252525;#832e31;#a63c40;#d3494e;#fc595f;#df9395;#ba8586;#f5f5f5;#5d6f71;#832e31;#a63c40;#d2494e;#fc595f;#df9395;#ba8586;#f5f5f5 8 | -------------------------------------------------------------------------------- /kxterm/theme/Tomorrow Night Eighties.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Tomorrow Night Eighties 4 | ColorForeground=#cccccc 5 | ColorBackground=#2d2d2d 6 | ColorCursor=#cccccc 7 | ColorPalette=#000000;#f2777a;#99cc99;#ffcc66;#6699cc;#cc99cc;#66cccc;#ffffff;#000000;#f2777a;#99cc99;#ffcc66;#6699cc;#cc99cc;#66cccc;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Tomorrow Night.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Tomorrow Night 4 | ColorForeground=#c5c8c6 5 | ColorBackground=#1d1f21 6 | ColorCursor=#c5c8c6 7 | ColorPalette=#000000;#cc6666;#b5bd68;#f0c674;#81a2be;#b294bb;#8abeb7;#ffffff;#000000;#cc6666;#b5bd68;#f0c674;#81a2be;#b294bb;#8abeb7;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Tomorrow.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Tomorrow 4 | ColorForeground=#4d4d4c 5 | ColorBackground=#ffffff 6 | ColorCursor=#4d4d4c 7 | ColorPalette=#000000;#c82829;#718c00;#eab700;#4271ae;#8959a8;#3e999f;#ffffff;#000000;#c82829;#718c00;#eab700;#4271ae;#8959a8;#3e999f;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/ToyChest.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=ToyChest 4 | ColorForeground=#31d07b 5 | ColorBackground=#24364b 6 | ColorCursor=#d5d5d5 7 | ColorPalette=#2c3f58;#be2d26;#1a9172;#db8e27;#325d96;#8a5edc;#35a08f;#23d183;#336889;#dd5944;#31d07b;#e7d84b;#34a6da;#ae6bdc;#42c3ae;#d5d5d5 8 | -------------------------------------------------------------------------------- /kxterm/theme/Treehouse.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Treehouse 4 | ColorForeground=#786b53 5 | ColorBackground=#191919 6 | ColorCursor=#fac814 7 | ColorPalette=#321300;#b2270e;#44a900;#aa820c;#58859a;#97363d;#b25a1e;#786b53;#433626;#ed5d20;#55f238;#f2b732;#85cfed;#e14c5a;#f07d14;#ffc800 8 | -------------------------------------------------------------------------------- /kxterm/theme/Twilight.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Twilight 4 | ColorForeground=#ffffd4 5 | ColorBackground=#141414 6 | ColorCursor=#ffffff 7 | ColorPalette=#141414;#c06d44;#afb97a;#c2a86c;#44474a;#b4be7c;#778385;#ffffd4;#262626;#de7c4c;#ccd88c;#e2c47e;#5a5e62;#d0dc8e;#8a989b;#ffffd4 8 | -------------------------------------------------------------------------------- /kxterm/theme/Ubuntu.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Ubuntu 4 | ColorForeground=#eeeeec 5 | ColorBackground=#300a24 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#2e3436;#cc0000;#4e9a06;#c4a000;#3465a4;#75507b;#06989a;#d3d7cf;#555753;#ef2929;#8ae234;#fce94f;#729fcf;#ad7fa8;#34e2e2;#eeeeec 8 | -------------------------------------------------------------------------------- /kxterm/theme/UltraViolent.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=UltraViolent 4 | ColorForeground=#c1c1c1 5 | ColorBackground=#242728 6 | ColorCursor=#c1c1c1 7 | ColorPalette=#242728;#ff0090;#b6ff00;#fff727;#47e0fb;#d731ff;#0effbb;#e1e1e1;#636667;#fb58b4;#deff8c;#ebe087;#7fecff;#e681ff;#69fcd3;#f9f9f5 8 | -------------------------------------------------------------------------------- /kxterm/theme/UnderTheSea.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=UnderTheSea 4 | ColorForeground=#ffffff 5 | ColorBackground=#011116 6 | ColorCursor=#4afcd6 7 | ColorPalette=#022026;#b2302d;#00a941;#59819c;#459a86;#00599d;#5d7e19;#405555;#384451;#ff4242;#2aea5e;#8ed4fd;#61d5ba;#1298ff;#98d028;#58fbd6 8 | -------------------------------------------------------------------------------- /kxterm/theme/Unikitty.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Unikitty 4 | ColorForeground=#0b0b0b 5 | ColorBackground=#ff8cd9 6 | ColorCursor=#bafc8b 7 | ColorPalette=#0c0c0c;#a80f20;#bafc8b;#eedf4b;#145fcd;#ff36a2;#6bd1bc;#e2d7e1;#434343;#d91329;#d3ffaf;#ffef50;#0075ea;#fdd5e5;#79ecd5;#fff3fe 8 | -------------------------------------------------------------------------------- /kxterm/theme/Urple.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Urple 4 | ColorForeground=#877a9b 5 | ColorBackground=#1b1b23 6 | ColorCursor=#a063eb 7 | ColorPalette=#000000;#b0425b;#37a415;#ad5c42;#564d9b;#6c3ca1;#808080;#87799c;#5d3225;#ff6388;#29e620;#f08161;#867aed;#a05eee;#eaeaea;#bfa3ff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Vaughn.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Vaughn 4 | ColorForeground=#dcdccc 5 | ColorBackground=#25234f 6 | ColorCursor=#ff5555 7 | ColorPalette=#25234f;#705050;#60b48a;#dfaf8f;#5555ff;#f08cc3;#8cd0d3;#709080;#709080;#dca3a3;#60b48a;#f0dfaf;#5555ff;#ec93d3;#93e0e3;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/VibrantInk.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=VibrantInk 4 | ColorForeground=#ffffff 5 | ColorBackground=#000000 6 | ColorCursor=#ffffff 7 | ColorPalette=#878787;#ff6600;#ccff04;#ffcc00;#44b4cc;#9933cc;#44b4cc;#f5f5f5;#555555;#ff0000;#00ff00;#ffff00;#0000ff;#ff00ff;#00ffff;#e5e5e5 8 | -------------------------------------------------------------------------------- /kxterm/theme/Violet Dark.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Violet Dark 4 | ColorForeground=#708284 5 | ColorBackground=#1c1d1f 6 | ColorCursor=#708284 7 | ColorPalette=#56595c;#c94c22;#85981c;#b4881d;#2e8bce;#d13a82;#32a198;#c9c6bd;#45484b;#bd3613;#738a04;#a57705;#2176c7;#c61c6f;#259286;#c9c6bd 8 | -------------------------------------------------------------------------------- /kxterm/theme/Violet Light.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Violet Light 4 | ColorForeground=#536870 5 | ColorBackground=#fcf4dc 6 | ColorCursor=#536870 7 | ColorPalette=#56595c;#c94c22;#85981c;#b4881d;#2e8bce;#d13a82;#32a198;#d3d0c9;#45484b;#bd3613;#738a04;#a57705;#2176c7;#c61c6f;#259286;#c9c6bd 8 | -------------------------------------------------------------------------------- /kxterm/theme/WarmNeon.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=WarmNeon 4 | ColorForeground=#afdab6 5 | ColorBackground=#404040 6 | ColorCursor=#30ff24 7 | ColorPalette=#000000;#e24346;#39b13a;#dae145;#4261c5;#f920fb;#2abbd4;#d0b8a3;#fefcfc;#e97071;#9cc090;#ddda7a;#7b91d6;#f674ba;#5ed1e5;#d8c8bb 8 | -------------------------------------------------------------------------------- /kxterm/theme/Wez.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Wez 4 | ColorForeground=#b3b3b3 5 | ColorBackground=#000000 6 | ColorCursor=#53ae71 7 | ColorPalette=#000000;#cc5555;#55cc55;#cdcd55;#5555cc;#cc55cc;#7acaca;#cccccc;#555555;#ff5555;#55ff55;#ffff55;#5555ff;#ff55ff;#55ffff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Whimsy.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Whimsy 4 | ColorForeground=#b3b0d6 5 | ColorBackground=#29283b 6 | ColorCursor=#b3b0d6 7 | ColorPalette=#535178;#ef6487;#5eca89;#fdd877;#65aef7;#aa7ff0;#43c1be;#ffffff;#535178;#ef6487;#5eca89;#fdd877;#65aef7;#aa7ff0;#43c1be;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/WildCherry.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=WildCherry 4 | ColorForeground=#dafaff 5 | ColorBackground=#1f1726 6 | ColorCursor=#dd00ff 7 | ColorPalette=#000507;#d94085;#2ab250;#ffd16f;#883cdc;#ececec;#c1b8b7;#fff8de;#009cc9;#da6bac;#f4dca5;#eac066;#308cba;#ae636b;#ff919d;#e4838d 8 | -------------------------------------------------------------------------------- /kxterm/theme/Wombat.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Wombat 4 | ColorForeground=#dedacf 5 | ColorBackground=#171717 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#000000;#ff615a;#b1e969;#ebd99c;#5da9f6;#e86aff;#82fff7;#dedacf;#313131;#f58c80;#ddf88f;#eee5b2;#a5c7ff;#ddaaff;#b7fff9;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/Wryan.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Wryan 4 | ColorForeground=#999993 5 | ColorBackground=#101010 6 | ColorCursor=#9e9ecb 7 | ColorPalette=#333333;#8c4665;#287373;#7c7c99;#395573;#5e468c;#31658c;#899ca1;#3d3d3d;#bf4d80;#53a6a6;#9e9ecb;#477ab3;#7e62b3;#6096bf;#c0c0c0 8 | -------------------------------------------------------------------------------- /kxterm/theme/Zenburn.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=Zenburn 4 | ColorForeground=#dcdccc 5 | ColorBackground=#3f3f3f 6 | ColorCursor=#73635a 7 | ColorPalette=#4d4d4d;#705050;#60b48a;#f0dfaf;#506070;#dc8cc3;#8cd0d3;#dcdccc;#709080;#dca3a3;#c3bf9f;#e0cf9f;#94bff3;#ec93d3;#93e0e3;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/ayu.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=ayu 4 | ColorForeground=#e6e1cf 5 | ColorBackground=#0f1419 6 | ColorCursor=#f29718 7 | ColorPalette=#000000;#ff3333;#b8cc52;#e7c547;#36a3d9;#f07178;#95e6cb;#ffffff;#323232;#ff6565;#eafe84;#fff779;#68d5ff;#ffa3aa;#c7fffd;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/ayu_light.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=ayu_light 4 | ColorForeground=#5c6773 5 | ColorBackground=#fafafa 6 | ColorCursor=#ff6a00 7 | ColorPalette=#000000;#ff3333;#86b300;#f29718;#41a6d9;#f07178;#4dbf99;#ffffff;#323232;#ff6565;#b8e532;#ffc94a;#73d8ff;#ffa3aa;#7ff1cb;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/coffee_theme.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=coffee_theme 4 | ColorForeground=#000000 5 | ColorBackground=#f5deb3 6 | ColorCursor=#c7c7c7 7 | ColorPalette=#000000;#c91b00;#00c200;#c7c400;#0225c7;#ca30c7;#00c5c7;#c7c7c7;#686868;#ff6e67;#5ffa68;#fffc67;#6871ff;#ff77ff;#60fdff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/cyberpunk.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=cyberpunk 4 | ColorForeground=#e5e5e5 5 | ColorBackground=#332a57 6 | ColorCursor=#21f6bc 7 | ColorPalette=#000000;#ff7092;#00fbac;#fffa6a;#00bfff;#df95ff;#86cbfe;#ffffff;#000000;#ff8aa4;#21f6bc;#fff787;#1bccfd;#e6aefe;#99d6fc;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/deep.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=deep 4 | ColorForeground=#cdcdcd 5 | ColorBackground=#090909 6 | ColorCursor=#d0d0d0 7 | ColorPalette=#000000;#d70005;#1cd915;#d9bd26;#5665ff;#b052da;#50d2da;#e0e0e0;#535353;#fb0007;#22ff18;#fedc2b;#9fa9ff;#e09aff;#8df9ff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/idea.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=idea 4 | ColorForeground=#adadad 5 | ColorBackground=#202020 6 | ColorCursor=#bbbbbb 7 | ColorPalette=#adadad;#fc5256;#98b61c;#ccb444;#437ee7;#9d74b0;#248887;#181818;#ffffff;#fc7072;#98b61c;#ffff0b;#6c9ced;#fc7eff;#248887;#181818 8 | -------------------------------------------------------------------------------- /kxterm/theme/idleToes.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=idleToes 4 | ColorForeground=#ffffff 5 | ColorBackground=#323232 6 | ColorCursor=#d6d6d6 7 | ColorPalette=#323232;#d25252;#7fe173;#ffc66d;#4099ff;#f680ff;#bed6ff;#eeeeec;#535353;#f07070;#9dff91;#ffe48b;#5eb7f7;#ff9dff;#dcf4ff;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/lovelace.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=lovelace 4 | ColorForeground=#fdfdfd 5 | ColorBackground=#1d1f28 6 | ColorCursor=#c574dd 7 | ColorPalette=#282a36;#f37f97;#5adecd;#f2a272;#8897f4;#c574dd;#79e6f3;#fdfdfd;#414458;#ff4971;#18e3c8;#ff8037;#556fff;#b043d1;#3fdcee;#bebec1 8 | -------------------------------------------------------------------------------- /kxterm/theme/midnight-in-mojave.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=midnight-in-mojave 4 | ColorForeground=#ffffff 5 | ColorBackground=#1e1e1e 6 | ColorCursor=#32d74b 7 | ColorPalette=#1e1e1e;#ff453a;#32d74b;#ffd60a;#0a84ff;#bf5af2;#5ac8fa;#ffffff;#1e1e1e;#ff453a;#32d74b;#ffd60a;#0a84ff;#bf5af2;#5ac8fa;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/primary.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=primary 4 | ColorForeground=#000000 5 | ColorBackground=#ffffff 6 | ColorCursor=#000000 7 | ColorPalette=#000000;#db4437;#0f9d58;#f4b400;#4285f4;#db4437;#4285f4;#ffffff;#000000;#db4437;#0f9d58;#f4b400;#4285f4;#4285f4;#0f9d58;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/purplepeter.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=purplepeter 4 | ColorForeground=#ece7fa 5 | ColorBackground=#2a1a4a 6 | ColorCursor=#c7c7c7 7 | ColorPalette=#0a0520;#ff796d;#99b481;#efdfac;#66d9ef;#e78fcd;#ba8cff;#ffba81;#100b23;#f99f92;#b4be8f;#f2e9bf;#79daed;#ba91d4;#a0a0d6;#b9aed3 8 | -------------------------------------------------------------------------------- /kxterm/theme/rebecca.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=rebecca 4 | ColorForeground=#e8e6ed 5 | ColorBackground=#292a44 6 | ColorCursor=#b89bf9 7 | ColorPalette=#12131e;#dd7755;#04dbb5;#f2e7b7;#7aa5ff;#bf9cf9;#56d3c2;#e4e3e9;#666699;#ff92cd;#01eac0;#fffca8;#69c0fa;#c17ff8;#8bfde1;#f4f2f9 8 | -------------------------------------------------------------------------------- /kxterm/theme/shades-of-purple.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=shades-of-purple 4 | ColorForeground=#ffffff 5 | ColorBackground=#1e1d40 6 | ColorCursor=#fad000 7 | ColorPalette=#000000;#d90429;#3ad900;#ffe700;#6943ff;#ff2c70;#00c5c7;#c7c7c7;#686868;#f92a1c;#43d426;#f1d000;#6871ff;#ff77ff;#79e8fb;#ffffff 8 | -------------------------------------------------------------------------------- /kxterm/theme/synthwave-everything.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=synthwave-everything 4 | ColorForeground=#f0eff1 5 | ColorBackground=#2a2139 6 | ColorCursor=#72f1b8 7 | ColorPalette=#fefefe;#f97e72;#72f1b8;#fede5d;#6d77b3;#c792ea;#f772e0;#fefefe;#fefefe;#f88414;#72f1b8;#fff951;#36f9f6;#e1acff;#f92aad;#fefefe 8 | -------------------------------------------------------------------------------- /kxterm/theme/synthwave.theme: -------------------------------------------------------------------------------- 1 | 2 | [Scheme] 3 | Name=synthwave 4 | ColorForeground=#dad9c7 5 | ColorBackground=#000000 6 | ColorCursor=#19cde6 7 | ColorPalette=#000000;#f6188f;#1ebb2b;#fdf834;#2186ec;#f85a21;#12c3e2;#ffffff;#000000;#f841a0;#25c141;#fdf454;#2f9ded;#f97137;#19cde6;#ffffff 8 | -------------------------------------------------------------------------------- /kxutil/qkxcleandesktop_win.cpp: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #include "qkxcleandesktop.h" 13 | 14 | -------------------------------------------------------------------------------- /kxutil/qkxkeepwakeup.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXKEEPWAKEUP_H 13 | #define QKXKEEPWAKEUP_H 14 | 15 | #include "qkxutil_share.h" 16 | 17 | #include 18 | #include 19 | 20 | class QTimer; 21 | class KXUTIL_EXPORT QKxKeepWakeUp : public QObject 22 | { 23 | Q_OBJECT 24 | public: 25 | explicit QKxKeepWakeUp(QObject *parent = nullptr); 26 | 27 | private slots: 28 | void onAliveTimeout(); 29 | private: 30 | QPointer m_timer; 31 | qint64 m_tmLast; 32 | }; 33 | 34 | #endif // QKXKEEPWAKEUP_H 35 | -------------------------------------------------------------------------------- /kxutil/qkxrc4crypt.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXRC4CRYPT_H 13 | #define QKXRC4CRYPT_H 14 | 15 | #include "qkxutil_share.h" 16 | 17 | #include 18 | #include 19 | 20 | 21 | class QKxRC4CryptPrivate; 22 | class KXUTIL_EXPORT QKxRC4Crypt 23 | { 24 | public: 25 | explicit QKxRC4Crypt(const QByteArray& pass); 26 | ~QKxRC4Crypt(); 27 | void encrypt(QByteArray& dst, const QByteArray& src); 28 | void decrypt(QByteArray& dst, const QByteArray& src); 29 | static void test(); 30 | private: 31 | QKxRC4CryptPrivate *m_prv; 32 | }; 33 | 34 | #endif // QKXRC4CRYPT_H 35 | -------------------------------------------------------------------------------- /kxutil/qkxutil_private.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXUTIL_PRIVATE_H 13 | #define QKXUTIL_PRIVATE_H 14 | 15 | #include "qkxutil_share.h" 16 | 17 | #endif // QKXUTIL_PRIVATE_H 18 | -------------------------------------------------------------------------------- /kxutil/qkxutil_share.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXUTIL_SHARE_H 13 | #define QKXUTIL_SHARE_H 14 | 15 | #if defined(KXUTIL_LIBRARY) 16 | # define KXUTIL_EXPORT Q_DECL_EXPORT 17 | #else 18 | # define KXUTIL_EXPORT Q_DECL_IMPORT 19 | #endif 20 | 21 | #endif // QKXUTIL_SHARE_H 22 | -------------------------------------------------------------------------------- /kxutil/qkxzip.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXZIP_H 13 | #define QKXZIP_H 14 | 15 | #include "qkxutil_share.h" 16 | 17 | #include 18 | 19 | class QKxZipPrivate; 20 | class KXUTIL_EXPORT QKxZip : public QObject 21 | { 22 | Q_OBJECT 23 | public: 24 | explicit QKxZip(QObject *parent = 0); 25 | ~QKxZip(); 26 | 27 | int encode(const QByteArray& data, QByteArray &result); 28 | int decode(const QByteArray& data, QByteArray &result); 29 | private: 30 | QKxZipPrivate *m_prv; 31 | }; 32 | 33 | #endif // QKXZIP_H 34 | -------------------------------------------------------------------------------- /kxvnc/main.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | #include 12 | 13 | 14 | #include "qkxvncwidget.h" 15 | 16 | void test() { 17 | QByteArray buf; 18 | buf = "123456"; 19 | buf.reserve(1024); 20 | buf.resize(2048); 21 | int cap1 = buf.capacity(); 22 | buf.resize(1024*10); 23 | int cap2 = buf.capacity(); 24 | buf.resize(10); 25 | int cap3 = buf.capacity(); 26 | buf.mid(0, 3); 27 | QByteArray ret = buf.remove(0, 3); 28 | int x = 5 % 3; 29 | qDebug() << ret << buf; 30 | 31 | } 32 | 33 | int main(int argc, char *argv[]) 34 | { 35 | #ifdef Q_OS_WIN 36 | static QApplication app(argc, argv); 37 | #else 38 | QApplication app(argc, argv); 39 | #endif 40 | test(); 41 | QMainWindow main; 42 | QKxVNCWidget vnc(&main); 43 | main.setCentralWidget(&vnc); 44 | main.resize(800, 600); 45 | main.show(); 46 | return app.exec(); 47 | } 48 | -------------------------------------------------------------------------------- /kxvnc/qkxh264decoder.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXH264DECODER_H 13 | #define QKXH264DECODER_H 14 | 15 | #include 16 | 17 | class QKxH264DecoderPrivate; 18 | class QKxH264Decoder : public QObject 19 | { 20 | public: 21 | explicit QKxH264Decoder(QObject *parent = nullptr); 22 | virtual ~QKxH264Decoder(); 23 | bool init(int width, int height); 24 | int decode(uchar *yuv[3], int *ystride, int *uvstride, uchar *src, int srcLength, bool reset); 25 | private: 26 | QKxH264DecoderPrivate *m_prv; 27 | }; 28 | 29 | #endif // QKXH264DECODER_H 30 | -------------------------------------------------------------------------------- /kxvnc/qkxjpegdecoder.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXJPEGDECODER_H 13 | #define QKXJPEGDECODER_H 14 | 15 | #include 16 | 17 | class QKxJpegDecoderPrivate; 18 | class QKxJpegDecoder : public QObject 19 | { 20 | Q_OBJECT 21 | public: 22 | explicit QKxJpegDecoder(QObject *parent = nullptr); 23 | ~QKxJpegDecoder(); 24 | bool decode(uchar *rgb, int bytesPerLine, int total, uchar *jpg, int cnt); 25 | private: 26 | QKxJpegDecoderPrivate *m_prv; 27 | }; 28 | 29 | #endif // QKXJPEGDECODER_H 30 | -------------------------------------------------------------------------------- /kxvnc/qkxopusdecoder.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXOPUSDECODER_H 13 | #define QKXOPUSDECODER_H 14 | 15 | #include 16 | 17 | class QKxOpusDecoderPrivate; 18 | class QKxOpusDecoder : public QObject 19 | { 20 | Q_OBJECT 21 | public: 22 | explicit QKxOpusDecoder(int sampleRate, int channel, QObject *parent = nullptr); 23 | virtual ~QKxOpusDecoder(); 24 | QByteArray process(const QByteArray & buf); 25 | private: 26 | QKxOpusDecoderPrivate *m_prv; 27 | }; 28 | 29 | #endif // QKXOPUSDECODER_H 30 | -------------------------------------------------------------------------------- /kxvnc/qkxvnc_share.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QVNC_DEF_H_ 13 | #define QVNC_DEF_H_ 14 | 15 | 16 | #ifdef QKXVNC_LIBRARY 17 | #define QKXVNC_EXPORT Q_DECL_EXPORT 18 | #else 19 | #define QKXVNC_EXPORT Q_DECL_IMPORT 20 | #endif 21 | 22 | #endif 23 | -------------------------------------------------------------------------------- /kxvnc/qkxzip.h: -------------------------------------------------------------------------------- 1 | /******************************************************************************************* 2 | * 3 | * Copyright (C) 2022 Guangzhou AoYiDuo Network Technology Co.,Ltd. All Rights Reserved. 4 | * 5 | * Contact: http://www.aoyiduo.com 6 | * 7 | * this file is used under the terms of the GPLv3[GNU GENERAL PUBLIC LICENSE v3] 8 | * more information follow the website: https://www.gnu.org/licenses/gpl-3.0.en.html 9 | * 10 | *******************************************************************************************/ 11 | 12 | #ifndef QKXZIP_H 13 | #define QKXZIP_H 14 | 15 | #include 16 | 17 | class QKxZipPrivate; 18 | class QKxZip : public QObject 19 | { 20 | Q_OBJECT 21 | public: 22 | explicit QKxZip(QObject *parent = 0); 23 | ~QKxZip(); 24 | 25 | int encode(const QByteArray& data, QByteArray &result); 26 | int decode(const QByteArray& data, QByteArray &result); 27 | private: 28 | QKxZipPrivate *m_prv; 29 | }; 30 | 31 | #endif // QKXZIP_H 32 | -------------------------------------------------------------------------------- /kxvnc/resample/config.h: -------------------------------------------------------------------------------- 1 | /* src/config.h. Generated from configtemplate.h by configure. */ 2 | /* Run configure to generate config.h automatically on any 3 | system supported by GNU autoconf. For all other systems, 4 | use this file as a template to create config.h 5 | */ 6 | 7 | #define HAVE_INTTYPES_H 1 8 | 9 | -------------------------------------------------------------------------------- /kxvnc/resample/configtemplate.h: -------------------------------------------------------------------------------- 1 | /* Run configure to generate config.h automatically on any 2 | system supported by GNU autoconf. For all other systems, 3 | use this file as a template to create config.h 4 | */ 5 | 6 | #undef HAVE_INTTYPES_H 7 | 8 | -------------------------------------------------------------------------------- /kxvnc/resample/filterkit.h: -------------------------------------------------------------------------------- 1 | /********************************************************************** 2 | 3 | resamplesubs.c 4 | 5 | Real-time library interface by Dominic Mazzoni 6 | 7 | Based on resample-1.7: 8 | http://www-ccrma.stanford.edu/~jos/resample/ 9 | 10 | License: LGPL - see the file LICENSE.txt for more information 11 | 12 | **********************************************************************/ 13 | 14 | /* Definitions */ 15 | #include "resample_defs.h" 16 | 17 | /* 18 | * FilterUp() - Applies a filter to a given sample when up-converting. 19 | * FilterUD() - Applies a filter to a given sample when up- or down- 20 | */ 21 | 22 | float lrsFilterUp(float Imp[], float ImpD[], UWORD Nwing, BOOL Interp, 23 | float *Xp, double Ph, int Inc); 24 | 25 | float lrsFilterUD(float Imp[], float ImpD[], UWORD Nwing, BOOL Interp, 26 | float *Xp, double Ph, int Inc, double dhb); 27 | 28 | void lrsLpFilter(double c[], int N, double frq, double Beta, int Num); 29 | --------------------------------------------------------------------------------