Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
windows_utils.hpp
Go to the documentation of this file.
1
9#ifndef WINDOWS_UTILS_HPP
10#define WINDOWS_UTILS_HPP
11
12#pragma once
13#include <string>
14#include <sstream>
15
16using namespace std;
17
18namespace UtilsOSDependable{
28
37 tuple<int, int, int> parse_terminal_color_response();
38
47 bool is_bg_color_dark();
48};
49
50#endif
tuple< int, int, int > parse_terminal_color_response()
Parses terminal color response into RGB components on Windows.
bool is_bg_color_dark()
Determines if terminal background color is dark.
float get_terminal_bg_color_luminance()
Gets the luminance of terminal background color.
Definition json.hpp:5678