" vi:syntax=vim " base16-vim (https://github.com/chriskempson/base16-vim) " by Chris Kempson (http://chriskempson.com) " Harmonic16 Light scheme by Jannik Siebert (https://github.com/janniks) " This enables the coresponding base16-shell script to run so that " :colorscheme works in terminals supported by base16-shell scripts " User must set this variable in .vimrc " let g:base16_shell_path=base16-builder/output/shell/ if !has('gui_running') if exists("g:base16_shell_path") execute "silent !/bin/sh ".g:base16_shell_path."/base16-harmonic-light.sh" endif endif " GUI color definitions let s:gui00 = "f7f9fb" let s:gui01 = "e5ebf1" let s:gui02 = "cbd6e2" let s:gui03 = "aabcce" let s:gui04 = "627e99" let s:gui05 = "405c79" let s:gui06 = "223b54" let s:gui07 = "0b1c2c" let s:gui08 = "bf8b56" let s:gui09 = "bfbf56" let s:gui0A = "8bbf56" let s:gui0B = "56bf8b" let s:gui0C = "568bbf" let s:gui0D = "8b56bf" let s:gui0E = "bf568b" let s:gui0F = "bf5656" " Terminal color definitions let s:cterm00 = "00" let s:cterm03 = "08" let s:cterm05 = "07" let s:cterm07 = "15" let s:cterm08 = "01" let s:cterm0A = "03" let s:cterm0B = "02" let s:cterm0C = "06" let s:cterm0D = "04" let s:cterm0E = "05" if exists('base16colorspace') && base16colorspace == "256" let s:cterm01 = "18" let s:cterm02 = "19" let s:cterm04 = "20" let s:cterm06 = "21" let s:cterm09 = "16" let s:cterm0F = "17" else let s:cterm01 = "10" let s:cterm02 = "11" let s:cterm04 = "12" let s:cterm06 = "13" let s:cterm09 = "09" let s:cterm0F = "14" endif " Neovim terminal colours if has("nvim") let g:terminal_color_0 = "#f7f9fb" let g:terminal_color_1 = "#bf8b56" let g:terminal_color_2 = "#56bf8b" let g:terminal_color_3 = "#8bbf56" let g:terminal_color_4 = "#8b56bf" let g:terminal_color_5 = "#bf568b" let g:terminal_color_6 = "#568bbf" let g:terminal_color_7 = "#405c79" let g:terminal_color_8 = "#aabcce" let g:terminal_color_9 = "#bfbf56" let g:terminal_color_10 = "#e5ebf1" let g:terminal_color_11 = "#cbd6e2" let g:terminal_color_12 = "#627e99" let g:terminal_color_13 = "#223b54" let g:terminal_color_14 = "#bf5656" let g:terminal_color_15 = "#0b1c2c" let g:terminal_color_background = g:terminal_color_0 let g:terminal_color_foreground = g:terminal_color_7 if &background == "light" let g:terminal_color_background = g:terminal_color_7 let g:terminal_color_foreground = g:terminal_color_2 endif endif " Theme setup hi clear syntax reset let g:colors_name = "base16-harmonic-light" " Highlighting function fun hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp) if a:guifg != "" exec "hi " . a:group . " guifg=#" . a:guifg endif if a:guibg != "" exec "hi " . a:group . " guibg=#" . a:guibg endif if a:ctermfg != "" exec "hi " . a:group . " ctermfg=" . a:ctermfg endif if a:ctermbg != "" exec "hi " . a:group . " ctermbg=" . a:ctermbg endif if a:attr != "" exec "hi " . a:group . " gui=" . a:attr . " cterm=" . a:attr endif if a:guisp != "" exec "hi " . a:group . " guisp=#" . a:guisp endif endfun " Vim editor colors call hi("Bold", "", "", "", "", "bold", "") call hi("Debug", s:gui08, "", s:cterm08, "", "", "") call hi("Directory", s:gui0D, "", s:cterm0D, "", "", "") call hi("Error", s:gui00, s:gui08, s:cterm00, s:cterm08, "", "") call hi("ErrorMsg", s:gui08, s:gui00, s:cterm08, s:cterm00, "", "") call hi("Exception", s:gui08, "", s:cterm08, "", "", "") call hi("FoldColumn", s:gui0C, s:gui01, s:cterm0C, s:cterm01, "", "") call hi("Folded", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "") call hi("IncSearch", s:gui01, s:gui09, s:cterm01, s:cterm09, "none", "") call hi("Italic", "", "", "", "", "none", "") call hi("Macro", s:gui08, "", s:cterm08, "", "", "") call hi("MatchParen", "", s:gui03, "", s:cterm03, "", "") call hi("ModeMsg", s:gui0B, "", s:cterm0B, "", "", "") call hi("MoreMsg", s:gui0B, "", s:cterm0B, "", "", "") call hi(
<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Mach2</title>
        <script src="{{ url_for('static', filename='scripts/libs/jquery/jquery.js') }}"></script>
        <script src="{{ url_for('static', filename='scripts/libs/bootstrap/js/bootstrap.js') }}"></script>
        <link rel="stylesheet" href="{{ url_for('static', filename='scripts/libs/bootstrap/css/bootstrap.css') }}">
    </head>
    <body>
        <div class="container">
            <div class="col-xs-12 text-center">
                <h1>Mach2</h1>
            </div>
            <div class="col-xs-offset-2 col-xs-8">
                <form class="form-horizontal" action="/login" method="POST">
                    <div class="form-group">
                        <label for="username" class="col-xs-12 col-sm-3 control-label">Username</label>
                        <div class="col-xs-12 col-sm-9">
                            <input type="text" class="form-control" id="username" name="username" placeholder="Username" />
                        </div>
                    </div>
                    <div class="form-group">
                        <label for="password" class="col-xs-12 col-sm-3 control-label">Password</label>
                        <div class="col-xs-12 col-sm-9">