--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<Theme
+ xmlns="http://tizen.org/Tizen.NUI/2018/XAML"
+ xmlns:c="clr-namespace:Tizen.NUI.Components;assembly=Tizen.NUI.Components"
+ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
+ Id="org.tizen.default-dark-theme"
+ Version="1.0.0" >
+
+ <c:ButtonStyle x:Key="Tizen.NUI.Components.Button">
+ <c:ButtonStyle.BackgroundColor>
+ <Selector x:TypeArguments="Color"
+ Normal="#1473e6"
+ Pressed="#2b5fb9"
+ Focused="#00338b"
+ Disabled="#c3cad2"/>
+ </c:ButtonStyle.BackgroundColor>
+ </c:ButtonStyle>
+
+ <c:ButtonStyle x:Key="Tizen.NUI.Components.CheckBox">
+ <c:ButtonStyle.Icon>
+ <ImageViewStyle>
+ <ImageViewStyle.ResourceUrl>
+ <Selector x:TypeArguments="x:String"
+ Normal="{ThemeResourcePath IoT_check_off_W.png}"
+ Pressed="{ThemeResourcePath IoT_check_off_pW.png}"
+ Disabled="{NUIResourcePath IoT_check_off_d.png}"
+ Focused="{ThemeResourcePath IoT_check_off_fW.png}"
+ Selected="{ThemeResourcePath IoT_check_on_W.png}"
+ SelectedPressed="{ThemeResourcePath IoT_check_on_pW.png}"
+ SelectedFocused="{ThemeResourcePath IoT_check_on_fW.png}"
+ DisabledSelected="{ThemeResourcePath IoT_check_on_dW.png}" />
+ </ImageViewStyle.ResourceUrl>
+ </ImageViewStyle>
+ </c:ButtonStyle.Icon>
+ <c:ButtonStyle.Text>
+ <TextLabelStyle
+ TextColor="White"/>
+ </c:ButtonStyle.Text>
+ </c:ButtonStyle>
+
+ <c:ButtonStyle x:Key="Tizen.NUI.Components.RadioButton">
+ <c:ButtonStyle.Icon>
+ <ImageViewStyle>
+ <ImageViewStyle.ResourceUrl>
+ <Selector x:TypeArguments="x:String"
+ Normal="{ThemeResourcePath IoT_radiobutton_off_W.png}"
+ Pressed="{ThemeResourcePath IoT_radiobutton_off_pW.png}"
+ Disabled="{ThemeResourcePath IoT_radiobutton_off_dW.png}"
+ Focused="{ThemeResourcePath IoT_radiobutton_off_fW.png}"
+ Selected="{ThemeResourcePath IoT_radiobutton_on_W.png}"
+ SelectedPressed="{ThemeResourcePath IoT_radiobutton_on_pW.png}"
+ SelectedFocused="{ThemeResourcePath IoT_radiobutton_on_fW.png}"
+ DisabledSelected="{ThemeResourcePath IoT_radiobutton_on_dW.png}" />
+ </ImageViewStyle.ResourceUrl>
+ </ImageViewStyle>
+ </c:ButtonStyle.Icon>
+ <c:ButtonStyle.Text>
+ <TextLabelStyle
+ TextColor="White" />
+ </c:ButtonStyle.Text>
+ </c:ButtonStyle>
+
+ <c:SliderStyle x:Key="Tizen.NUI.Components.Slider">
+ <c:SliderStyle.Progress>
+ <ImageViewStyle
+ ResourceUrl="{NUIResourcePath IoT_slider_status_trackW.png}"
+ BackgroundColor="White" />
+ </c:SliderStyle.Progress>
+ <c:SliderStyle.Thumb>
+ <ImageViewStyle
+ ResourceUrl="{NUIResourcePath IoT_slider_handler_normalW.png}" />
+ </c:SliderStyle.Thumb>
+ <c:SliderStyle.ValueIndicatorImage>
+ <ImageViewStyle
+ BackgroundColor="White" />
+ </c:SliderStyle.ValueIndicatorImage>
+ </c:SliderStyle>
+
+ <c:SwitchStyle x:Key="Tizen.NUI.Components.Switch">
+ <c:Switch.Track>
+ <ImageViewStyle>
+ <ImageViewStyle.ResourceUrl>
+ <Selector x:TypeArguments="x:String"
+ Normal="{ThemeResourcePath IoT_switch_track_off_W.png}"
+ Pressed="{ThemeResourcePath IoT_switch_track_off_pW.png}"
+ Disabled="{NUIResourcePath IoT_switch_track_off_d.png}"
+ Focused="{ThemeResourcePath IoT_switch_track_off_fW.png}"
+ Selected="{NUIResourcePath IoT_switch_track_on.png}"
+ SelectedPressed="{ThemeResourcePath IoT_switch_track_on_fW.png}"
+ SelectedFocused="{ThemeResourcePath IoT_switch_track_on_fW.png}"
+ DisabledSelected="{ThemeResourcePath IoT_switch_track_on_dW.png}" />
+ </ImageViewStyle.ResourceUrl>
+ </ImageViewStyle>
+ </c:Switch.Track>
+ <c:Switch.Thumb>
+ <ImageViewStyle>
+ <ImageViewStyle.ResourceUrl>
+ <Selector x:TypeArguments="x:String"
+ Normal="{NUIResourcePath IoT_switch_thumb_d.png}"
+ Disabled="{NUIResourcePath IoT_switch_thumb_d.png}"
+ Selected="{ThemeResourcePath IoT_switch_thumb_sW.png}"
+ SelectedPressed="{ThemeResourcePath IoT_switch_thumb_spW.png}"
+ SelectedFocused="{ThemeResourcePath IoT_switch_thumb_sfW.png}" />
+ </ImageViewStyle.ResourceUrl>
+ </ImageViewStyle>
+ </c:Switch.Thumb>
+ <c:Switch.Text>
+ <TextLabelStyle
+ TextColor="White" />
+ </c:Switch.Text>
+ </c:SwitchStyle>
+
+ <ViewStyle x:Key="Tizen.NUI.Components.ContentPage"
+ BackgroundColor="#0E1017" />
+
+ <c:AppBarStyle x:Key="Tizen.NUI.Components.AppBar"
+ BackgroundColor="#0E1017">
+ <c:AppBarStyle.BackButton>
+ <c:ButtonStyle>
+ <c:ButtonStyle.Icon>
+ <ImageViewStyle>
+ <ImageViewStyle.Color>
+ <Selector x:TypeArguments="Color"
+ Normal="White"
+ Focused="#00338B"
+ Pressed="#1473E6"
+ Disabled="#6B707C" />
+ </ImageViewStyle.Color>
+ </ImageViewStyle>
+ </c:ButtonStyle.Icon>
+ </c:ButtonStyle>
+ </c:AppBarStyle.BackButton>
+ <c:AppBarStyle.TitleTextLabel>
+ <TextLabelStyle
+ TextColor="White"/>
+ </c:AppBarStyle.TitleTextLabel>
+ <c:AppBarStyle.ActionButton>
+ <c:ButtonStyle>
+ <c:ButtonStyle.Text>
+ <TextLabelStyle>
+ <TextLabelStyle.TextColor>
+ <Selector x:TypeArguments="Color"
+ Normal="White"
+ Focused="#00338B"
+ Pressed="#1473E6"
+ Disabled="#6B707C" />
+ </TextLabelStyle.TextColor>
+ </TextLabelStyle>
+ </c:ButtonStyle.Text>
+ <c:ButtonStyle.Icon>
+ <ImageViewStyle>
+ <ImageViewStyle.Color>
+ <Selector x:TypeArguments="Color"
+ Normal="White"
+ Focused="#00338B"
+ Pressed="#1473E6"
+ Disabled="#6B707C" />
+ </ImageViewStyle.Color>
+ </ImageViewStyle>
+ </c:ButtonStyle.Icon>
+ </c:ButtonStyle>
+ </c:AppBarStyle.ActionButton>
+ </c:AppBarStyle>
+
+ <TextLabelStyle x:Key="NotificationToast"
+ BackgroundColor="#000209"
+ TextColor="White" />
+
+ <c:AlertDialogStyle x:Key="Tizen.NUI.Components.AlertDialog"
+ BackgroundColor="#000209">
+ <c:AlertDialogStyle.TitleTextLabel>
+ <TextLabelStyle
+ TextColor="White" />
+ </c:AlertDialogStyle.TitleTextLabel>
+ <c:AlertDialogStyle.MessageTextLabel>
+ <TextLabelStyle
+ TextColor="White"/>
+ </c:AlertDialogStyle.MessageTextLabel>
+ </c:AlertDialogStyle>
+</Theme>
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<Theme
+ xmlns="http://tizen.org/Tizen.NUI/2018/XAML"
+ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
+ Id="org.tizen.default-dark-theme"
+ Version="1.0.0" >
+
+ <TextLabelStyle x:Key="Tizen.NUI.BaseComponents.TextLabel"
+ TextColor="1.00, 1.00, 1.00, 1" />
+
+ <TextFieldStyle x:Key="Tizen.NUI.BaseComponents.TextField"
+ TextColor="1.00, 1.00, 1.00, 1"
+ SelectionHighlightColor="1.00, 1.00, 1.00, 0.20" />
+
+ <TextEditorStyle x:Key="Tizen.NUI.BaseComponents.TextEditor"
+ TextColor="1.00, 1.00, 1.00, 1"
+ SelectionHighlightColor="1.00, 1.00, 1.00, 0.20" />
+
+</Theme>
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<Theme
+ xmlns="http://tizen.org/Tizen.NUI/2018/XAML"
+ xmlns:c="clr-namespace:Tizen.NUI.Components;assembly=Tizen.NUI.Components"
+ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
+ Id="org.tizen.default-light-theme"
+ Version="1.0.0" >
+
+ <c:ButtonStyle x:Key="Tizen.NUI.Components.Button">
+ <c:ButtonStyle.BackgroundColor>
+ <Selector x:TypeArguments="Color"
+ Normal="0.039, 0.055, 0.29, 1"
+ Pressed="0.106, 0.412, 0.792, 1"
+ Focused="0, 0.2, 0.545, 1"
+ Disabled="0.765, 0.792, 0.824, 1"/>
+ </c:ButtonStyle.BackgroundColor>
+ </c:ButtonStyle>
+
+ <c:ButtonStyle x:Key="Tizen.NUI.Components.CheckBox">
+ <c:ButtonStyle.Icon>
+ <ImageViewStyle>
+ <ImageViewStyle.ResourceUrl>
+ <Selector x:TypeArguments="x:String"
+ Normal="{NUIResourcePath IoT_check_off.png}"
+ Pressed="{NUIResourcePath IoT_check_off_p.png}"
+ Disabled="{NUIResourcePath IoT_check_off_d.png}"
+ Focused="{NUIResourcePath IoT_check_off_f.png}"
+ Selected="{NUIResourcePath IoT_check_on.png}"
+ SelectedPressed="{NUIResourcePath IoT_check_on_p.png}"
+ SelectedFocused="{NUIResourcePath IoT_check_on_f.png}"
+ DisabledSelected="{NUIResourcePath IoT_check_on_d.png}" />
+ </ImageViewStyle.ResourceUrl>
+ </ImageViewStyle>
+ </c:ButtonStyle.Icon>
+ <c:ButtonStyle.Text>
+ <TextLabelStyle
+ TextColor="#001447"/>
+ </c:ButtonStyle.Text>
+ </c:ButtonStyle>
+
+ <c:ButtonStyle x:Key="Tizen.NUI.Components.RadioButton">
+ <c:ButtonStyle.Icon>
+ <ImageViewStyle>
+ <ImageViewStyle.ResourceUrl>
+ <Selector x:TypeArguments="x:String"
+ Normal="{NUIResourcePath IoT_radiobutton_off.png}"
+ Pressed="{NUIResourcePath IoT_radiobutton_off_p.png}"
+ Disabled="{NUIResourcePath IoT_radiobutton_off_d.png}"
+ Focused="{NUIResourcePath IoT_radiobutton_off_f.png}"
+ Selected="{NUIResourcePath IoT_radiobutton_on.png}"
+ SelectedPressed="{NUIResourcePath IoT_radiobutton_on_p.png}"
+ SelectedFocused="{NUIResourcePath IoT_radiobutton_on_f.png}"
+ DisabledSelected="{NUIResourcePath IoT_radiobutton_on_d.png}" />
+ </ImageViewStyle.ResourceUrl>
+ </ImageViewStyle>
+ </c:ButtonStyle.Icon>
+ <c:ButtonStyle.Text>
+ <TextLabelStyle
+ TextColor="#001447" />
+ </c:ButtonStyle.Text>
+ </c:ButtonStyle>
+
+ <c:SliderStyle x:Key="Tizen.NUI.Components.Slider">
+ <c:SliderStyle.Progress>
+ <ImageViewStyle
+ ResourceUrl="{NUIResourcePath IoT_slider_status_track.png}"
+ BackgroundColor="0.03, 0.05, 0.3, 1" />
+ </c:SliderStyle.Progress>
+ <c:SliderStyle.Thumb>
+ <ImageViewStyle
+ ResourceUrl="{NUIResourcePath IoT_slider_handler_normal.png}" />
+ </c:SliderStyle.Thumb>
+ <c:SliderStyle.ValueIndicatorImage>
+ <ImageViewStyle
+ BackgroundColor="0.0, 0.04, 0.16, 1.0" />
+ </c:SliderStyle.ValueIndicatorImage>
+ </c:SliderStyle>
+
+ <c:SwitchStyle x:Key="Tizen.NUI.Components.Switch">
+ <c:Switch.Track>
+ <ImageViewStyle>
+ <ImageViewStyle.ResourceUrl>
+ <Selector x:TypeArguments="x:String"
+ Normal="{NUIResourcePath IoT_switch_track_off.png}"
+ Pressed="{NUIResourcePath IoT_switch_track_off_p.png}"
+ Disabled="{NUIResourcePath IoT_switch_track_off_d.png}"
+ Focused="{NUIResourcePath IoT_switch_track_off_f.png}"
+ Selected="{NUIResourcePath IoT_switch_track_on.png}"
+ SelectedPressed="{NUIResourcePath IoT_switch_track_on_p.png}"
+ SelectedFocused="{NUIResourcePath IoT_switch_track_on_f.png}"
+ DisabledSelected="{NUIResourcePath IoT_switch_track_on_d.png}" />
+ </ImageViewStyle.ResourceUrl>
+ </ImageViewStyle>
+ </c:Switch.Track>
+ <c:Switch.Thumb>
+ <ImageViewStyle>
+ <ImageViewStyle.ResourceUrl>
+ <Selector x:TypeArguments="x:String"
+ Normal="{NUIResourcePath IoT_switch_thumb.png}"
+ Disabled="{NUIResourcePath IoT_switch_thumb_d.png}"
+ Selected="{NUIResourcePath IoT_switch_thumb_s.png}"
+ SelectedPressed="{NUIResourcePath IoT_switch_thumb_sp.png}"
+ SelectedFocused="{NUIResourcePath IoT_switch_thumb_sf.png}" />
+ </ImageViewStyle.ResourceUrl>
+ </ImageViewStyle>
+ </c:Switch.Thumb>
+ <c:Switch.Text>
+ <TextLabelStyle
+ TextColor="#001447" />
+ </c:Switch.Text>
+ </c:SwitchStyle>
+
+ <ViewStyle x:Key="Tizen.NUI.Components.ContentPage"
+ BackgroundColor="#EEEFF1" />
+
+ <c:AppBarStyle x:Key="Tizen.NUI.Components.AppBar"
+ BackgroundColor="#EEEFF1">
+ <c:AppBarStyle.BackButton>
+ <c:ButtonStyle>
+ <c:ButtonStyle.Icon>
+ <ImageViewStyle>
+ <ImageViewStyle.Color>
+ <Selector x:TypeArguments="Color"
+ Normal="#0A0E4A"
+ Focused="#00338B"
+ Pressed="#1B69CA"
+ Disabled="#C3CAD2" />
+ </ImageViewStyle.Color>
+ </ImageViewStyle>
+ </c:ButtonStyle.Icon>
+ </c:ButtonStyle>
+ </c:AppBarStyle.BackButton>
+ <c:AppBarStyle.TitleTextLabel>
+ <TextLabelStyle
+ TextColor="#000C2B"/>
+ </c:AppBarStyle.TitleTextLabel>
+ <c:AppBarStyle.ActionButton>
+ <c:ButtonStyle>
+ <c:ButtonStyle.Text>
+ <TextLabelStyle>
+ <TextLabelStyle.TextColor>
+ <Selector x:TypeArguments="Color"
+ Normal="#0A0E4A"
+ Focused="#00338B"
+ Pressed="#1B69CA"
+ Disabled="#C3CAD2" />
+ </TextLabelStyle.TextColor>
+ </TextLabelStyle>
+ </c:ButtonStyle.Text>
+ <c:ButtonStyle.Icon>
+ <ImageViewStyle>
+ <ImageViewStyle.Color>
+ <Selector x:TypeArguments="Color"
+ Normal="#0A0E4A"
+ Focused="#00338B"
+ Pressed="#1B69CA"
+ Disabled="#C3CAD2" />
+ </ImageViewStyle.Color>
+ </ImageViewStyle>
+ </c:ButtonStyle.Icon>
+ </c:ButtonStyle>
+ </c:AppBarStyle.ActionButton>
+ </c:AppBarStyle>
+
+ <TextLabelStyle x:Key="NotificationToast"
+ BackgroundColor="#F2F7FF"
+ TextColor="#000C2B" />
+
+ <c:AlertDialogStyle x:Key="Tizen.NUI.Components.AlertDialog"
+ BackgroundColor="White">
+ <c:AlertDialogStyle.TitleTextLabel>
+ <TextLabelStyle
+ TextColor="#000C2B" />
+ </c:AlertDialogStyle.TitleTextLabel>
+ <c:AlertDialogStyle.MessageTextLabel>
+ <TextLabelStyle
+ TextColor="#000C2B"/>
+ </c:AlertDialogStyle.MessageTextLabel>
+ </c:AlertDialogStyle>
+</Theme>
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<Theme
+ xmlns="http://tizen.org/Tizen.NUI/2018/XAML"
+ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
+ Id="org.tizen.default-light-theme"
+ Version="1.0.0" >
+
+ <TextLabelStyle x:Key="Tizen.NUI.BaseComponents.TextLabel"
+ TextColor="0.00, 0.05, 0.17, 1" />
+
+ <TextFieldStyle x:Key="Tizen.NUI.BaseComponents.TextField"
+ TextColor="0.00, 0.05, 0.17, 1"
+ SelectionHighlightColor="0.17, 0.37, 0.72, 0.20" />
+
+ <TextEditorStyle x:Key="Tizen.NUI.BaseComponents.TextEditor"
+ TextColor="0.00, 0.05, 0.17, 1"
+ SelectionHighlightColor="0.17, 0.37, 0.72, 0.20" />
+</Theme>
\ No newline at end of file