Skip to content

Commit

Permalink
411 opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
equalsraf committed Sep 5, 2020
1 parent b769ecc commit 4ab07a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ void MainWindow::init(NeovimConnector *c)
if (m_nvim->errorCause()) {
neovimError(m_nvim->errorCause());
}


this->setAttribute(Qt::WA_TranslucentBackground, true);
m_shell->setStyleSheet("background-color: rgba(255, 0, 0, 128)");

}

bool MainWindow::neovimAttached() const
Expand Down

0 comments on commit 4ab07a8

Please sign in to comment.