diff --git a/src/shader.cpp b/src/shader.cpp index 82211ab..5a19faa 100644 --- a/src/shader.cpp +++ b/src/shader.cpp @@ -14,7 +14,6 @@ namespace oglu AbstractShader::AbstractShader(const AbstractShader& other) : program(other.program) { - } Shader MakeShader(const char* vertexShaderFile, const char* fragmentShaderFile) diff --git a/styles/custom_dark_theme.css b/styles/custom_dark_theme.css index 1815425..3782b40 100644 --- a/styles/custom_dark_theme.css +++ b/styles/custom_dark_theme.css @@ -3,14 +3,6 @@ /* Dark background: #d f e 5 f 2; */ /* TOP MENU */ -.sm-dox { - background: #dfe5f2 !important; -} - -.sm-dox a { - background: none; -} - body { background: #282923; background-image: none; @@ -89,7 +81,7 @@ a.SelectItem:hover { #MSearchResultsWindow { border: 1px solid #000000; background: #32363d; - color: #67d8ef !important;; + color: #67d8ef !important; } /*********************************************/ @@ -100,7 +92,6 @@ a.SelectItem:hover { } #nav-tree .selected { - background-image: none; background: #32363d; } @@ -154,13 +145,6 @@ div.header { color: inherit; } -/*********************************************/ -/** Memitem and memtitle **/ -/*********************************************/ -.memdoc { - border: 1px solid #A8B8D9; -} - /*********************************************/ /** TOP navigation **/ /*********************************************/ @@ -199,10 +183,6 @@ div.header { /** Reference list **/ /**Similar to warning/note/todo/... messages**/ /*********************************************/ -dl.reflist { - -} - /*********************************************/ /** Note, warning **/ @@ -278,19 +258,19 @@ span.charliteral { color: #e7db74; } -span.vhdldigit { +span.vhdldigit { color: #ff00ff; } -span.vhdlchar { +span.vhdlchar { color: #000000; } -span.vhdlkeyword { +span.vhdlkeyword { color: #700070; } -span.vhdllogic { +span.vhdllogic { color: #ff0000; } @@ -412,7 +392,7 @@ td.memItemLeft, td.memItemRight { /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { - background: #32363d; + background: #32363d; } /*********************************************/