!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/tcltk/tk8.6/ttk/   drwxr-xr-x
Free 13.14 GB of 57.97 GB (22.67%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     aquaTheme.tcl (3.73 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#
# Aqua theme (OSX native look and feel)
#

namespace eval ttk::theme::aqua {
    ttk::style theme settings aqua {

    ttk::style configure . \
        -font TkDefaultFont \
        -background systemWindowBackgroundColor \
        -foreground systemLabelColor \
        -selectbackground systemSelectedTextBackgroundColor \
        -selectforeground systemSelectedTextColor \
        -selectborderwidth 0 \
        -insertwidth 1

    ttk::style map . \
        -foreground { 
        disabled systemDisabledControlTextColor
        background systemLabelColor} \
        -selectbackground {
        background systemSelectedTextBackgroundColor
        !focus systemSelectedTextBackgroundColor} \
        -selectforeground {
        background systemSelectedTextColor
        !focus systemSelectedTextColor}

    # Button
    ttk::style configure TButton -anchor center -width -6 \
        -foreground systemControlTextColor
    ttk::style map TButton \
        -foreground {
        pressed white
            {alternate !pressed !background} white}
    ttk::style configure TMenubutton -anchor center -padding {2 0 0 2}
    ttk::style configure Toolbutton -anchor center

    # Entry
    ttk::style configure TEntry \
        -foreground systemTextColor \
        -background systemTextBackgroundColor
    ttk::style map TEntry \
        -foreground {
        disabled systemDisabledControlTextColor
        } \
        -selectforeground {
        background systemTextColor
        } \
        -selectbackground {
        background systemTextBackgroundColor
        }
        

    # Workaround for #1100117:
    # Actually, on Aqua we probably shouldn't stipple images in
    # disabled buttons even if it did work...
    ttk::style configure . -stipple {}

    # Notebook
    ttk::style configure TNotebook -tabmargins {10 0} -tabposition n
    ttk::style configure TNotebook -padding {18 8 18 17}
    ttk::style configure TNotebook.Tab -padding {12 3 12 2}
    ttk::style configure TNotebook.Tab -foreground systemControlTextColor
    ttk::style map TNotebook.Tab \
        -foreground {
        background systemControlTextColor
        disabled systemDisabledControlTextColor
        selected systemSelectedTabTextColor}

    # Combobox:
    ttk::style configure TCombobox \
        -foreground systemTextColor \
        -background systemTransparent
    ttk::style map TCombobox \
        -foreground {
        disabled systemDisabledControlTextColor
        } \
        -selectforeground {
        background systemTextColor
        } \
        -selectbackground {
        background systemTransparent
        }

    # Spinbox
    ttk::style configure TSpinbox \
        -foreground systemTextColor \
        -background systemTextBackgroundColor \
        -selectforeground systemSelectedTextColor \
        -selectbackground systemSelectedTextBackgroundColor
    ttk::style map TSpinbox \
        -foreground {
        disabled systemDisabledControlTextColor
        } \
        -selectforeground {
        !active systemTextColor
        } \
        -selectbackground {
        !active systemTextBackgroundColor
        !focus systemTextBackgroundColor
        focus systemSelectedTextBackgroundColor
        }
    
    # Treeview:
    ttk::style configure Heading \
        -font TkHeadingFont \
        -foreground systemTextColor \
        -background systemWindowBackgroundColor
    ttk::style configure Treeview -rowheight 18 \
        -background systemTextBackgroundColor \
        -foreground systemTextColor \
        -fieldbackground systemTextBackgroundColor
    ttk::style map Treeview \
        -background {
        selected systemSelectedTextBackgroundColor
        }

    # Enable animation for ttk::progressbar widget:
    ttk::style configure TProgressbar -period 100 -maxphase 255

    # For Aqua, labelframe labels should appear outside the border,
    # with a 14 pixel inset and 4 pixels spacing between border and label
    # (ref: Apple Human Interface Guidelines / Controls / Grouping Controls)
    #
    ttk::style configure TLabelframe \
        -labeloutside true -labelmargins {14 0 14 4}

    # TODO: panedwindow sashes should be 9 pixels (HIG:Controls:Split Views)
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0056 ]--